/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | flush_event.h | 23 class FlushEvent : public virtual AceType { 24 DECLARE_ACE_TYPE(FlushEvent, AceType);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_base_element.h | 24 class PickerBaseElement : public SoleChildElement, public FlushEvent { 25 DECLARE_ACE_TYPE(PickerBaseElement, SoleChildElement, FlushEvent);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/swiper/ |
H A D | swiper_element.h | 25 class SwiperElement : public RenderElement, public FocusGroup, public FlushEvent, private V2::Eleme… 26 DECLARE_ACE_TYPE(SwiperElement, RenderElement, FocusGroup, FlushEvent);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/ |
H A D | render_bubble_progress.h | 31 class RenderBubbleProgress : public RenderNode, public FlushEvent { 32 DECLARE_ACE_TYPE(RenderBubbleProgress, RenderNode, FlushEvent);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/ |
H A D | grid_element.h | 26 class GridElement : public RenderElement, public FocusGroup, public FlushEvent, private V2::Element… 27 DECLARE_ACE_TYPE(GridElement, RenderElement, FocusGroup, FlushEvent);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | list_item_group_element.h | 30 public FlushEvent, 33 DECLARE_ACE_TYPE(V2::ListItemGroupElement, RenderElement, FlushEvent);
|
H A D | list_element.h | 30 public FlushEvent, 33 DECLARE_ACE_TYPE(V2::ListElement, RenderElement, FocusGroup, FlushEvent);
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/animation/ |
H A D | mock_animation.h | 28 class MockAnimation : public FlushEvent { 29 DECLARE_ACE_TYPE(MockAnimation, FlushEvent);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stage/ |
H A D | stage_element.h | 29 class StageElement : public StackElement, public PageTransitionListenable, public FlushEvent { 30 DECLARE_ACE_TYPE(StageElement, StackElement, FlushEvent);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tween/ |
H A D | tween_element.h | 33 class TweenElement : public ComposedElement, public FlushEvent { 34 DECLARE_ACE_TYPE(TweenElement, ComposedElement, FlushEvent);
|
/ohos5.0/base/hiviewdfx/hievent_lite/frameworks/ |
H A D | hiview_output_event.h | 69 void FlushEvent(boolean syncFlag);
|
H A D | hiview_event.c | 175 FlushEvent(syncFlag); in HiEventFlush()
|
H A D | hiview_output_event.c | 546 void FlushEvent(boolean syncFlag) in FlushEvent() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.h | 196 void AddPreFlushListener(const RefPtr<FlushEvent>& listener); 198 void AddPostAnimationFlushListener(const RefPtr<FlushEvent>& listener); 200 void AddPostFlushListener(const RefPtr<FlushEvent>& listener); 903 std::list<RefPtr<FlushEvent>> postFlushListeners_; 904 std::list<RefPtr<FlushEvent>> postAnimationFlushListeners_; 905 std::list<RefPtr<FlushEvent>> preFlushListeners_;
|
H A D | pipeline_context.cpp | 1458 void PipelineContext::AddPreFlushListener(const RefPtr<FlushEvent>& listener) in AddPreFlushListener() 1465 void PipelineContext::AddPostAnimationFlushListener(const RefPtr<FlushEvent>& listener) in AddPostAnimationFlushListener() 1471 void PipelineContext::AddPostFlushListener(const RefPtr<FlushEvent>& listener) in AddPostFlushListener()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/ |
H A D | water_flow_element.h | 26 public FlushEvent,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shared_transition/ |
H A D | shared_transition_element.h | 33 class SharedTransitionElement : public ComposedElement, public FlushEvent {
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/svg_animate/ |
H A D | svg_animate_test.cpp | 58 class SvgAnimationMock : public FlushEvent { 59 DECLARE_ACE_TYPE(SvgAnimationMock, FlushEvent); 63 : FlushEvent() in SvgAnimationMock()
|