Home
last modified time | relevance | path

Searched refs:FlushEvent (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dflush_event.h23 class FlushEvent : public virtual AceType {
24 DECLARE_ACE_TYPE(FlushEvent, AceType);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_base_element.h24 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 Dswiper_element.h25 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 Drender_bubble_progress.h31 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 Dgrid_element.h26 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 Dlist_item_group_element.h30 public FlushEvent,
33 DECLARE_ACE_TYPE(V2::ListItemGroupElement, RenderElement, FlushEvent);
H A Dlist_element.h30 public FlushEvent,
33 DECLARE_ACE_TYPE(V2::ListElement, RenderElement, FocusGroup, FlushEvent);
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/animation/
H A Dmock_animation.h28 class MockAnimation : public FlushEvent {
29 DECLARE_ACE_TYPE(MockAnimation, FlushEvent);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stage/
H A Dstage_element.h29 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 Dtween_element.h33 class TweenElement : public ComposedElement, public FlushEvent {
34 DECLARE_ACE_TYPE(TweenElement, ComposedElement, FlushEvent);
/ohos5.0/base/hiviewdfx/hievent_lite/frameworks/
H A Dhiview_output_event.h69 void FlushEvent(boolean syncFlag);
H A Dhiview_event.c175 FlushEvent(syncFlag); in HiEventFlush()
H A Dhiview_output_event.c546 void FlushEvent(boolean syncFlag) in FlushEvent() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h196 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 Dpipeline_context.cpp1458 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 Dwater_flow_element.h26 public FlushEvent,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shared_transition/
H A Dshared_transition_element.h33 class SharedTransitionElement : public ComposedElement, public FlushEvent {
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/svg_animate/
H A Dsvg_animate_test.cpp58 class SvgAnimationMock : public FlushEvent {
59 DECLARE_ACE_TYPE(SvgAnimationMock, FlushEvent);
63 : FlushEvent() in SvgAnimationMock()