Home
last modified time | relevance | path

Searched defs:swiperEventHub (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_arrow_pattern.cpp36 auto swiperEventHub = swiperNode->GetEventHub<SwiperEventHub>(); in OnModifyDone() local
104 void SwiperArrowPattern::InitSwiperChangeEvent(const RefPtr<SwiperEventHub>& swiperEventHub) in InitSwiperChangeEvent()
H A Dswiper_indicator_pattern.cpp86 auto swiperEventHub = swiperPattern->GetEventHub<SwiperEventHub>(); in OnModifyDone() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_pattern.cpp187 auto swiperEventHub = swiperFrameNode->GetEventHub<SwiperEventHub>(); in InitSwiperChangeDoneEvent() local
193 auto swiperEventHub = swiperEventHubWeak.Upgrade(); in InitSwiperChangeDoneEvent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_pattern.cpp43 auto swiperEventHub = swiperNode->GetEventHub<SwiperEventHub>(); in OnModifyDone() local
68 void StepperPattern::InitSwiperChangeEvent(const RefPtr<SwiperEventHub>& swiperEventHub) in InitSwiperChangeEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp1248 auto swiperEventHub = GetEventHub<SwiperEventHub>(); in FireChangeEvent() local
1266 auto swiperEventHub = GetEventHub<SwiperEventHub>(); in FireAnimationStartEvent() local
1284 auto swiperEventHub = GetEventHub<SwiperEventHub>(); in FireAnimationEndEvent() local
1295 auto swiperEventHub = GetEventHub<SwiperEventHub>(); in FireGestureSwipeEvent() local
1764 auto swiperEventHub = GetEventHub<SwiperEventHub>(); in ShowNext() local
1819 auto swiperEventHub = GetEventHub<SwiperEventHub>(); in ShowPrevious() local
2567 auto swiperEventHub = GetEventHub<SwiperEventHub>(); in CheckMarkDirtyNodeForRenderIndicator() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar/
H A Dcalendar_test_ng.cpp841 auto swiperEventHub = swiperFrameNode->GetEventHub<SwiperEventHub>(); variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/stepper/
H A Dstepper_test_ng.cpp286 auto swiperEventHub = swiperNode->GetEventHub<SwiperEventHub>(); variable