Home
last modified time | relevance | path

Searched refs:FireWillShowEvent (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_content_pattern.h72 FireWillShowEvent(); in OnAttachToFrameNode()
321 void FireWillShowEvent() in FireWillShowEvent() function
325 tabContentEventHub->FireWillShowEvent(); in FireWillShowEvent()
H A Dtab_content_event_hub.h40 void FireWillShowEvent() in FireWillShowEvent() function
H A Dtabs_pattern.cpp493 swiperPattern->FireWillShowEvent(willShowIndex); in BeforeCreateLayoutWrapper()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp542 FireWillShowEvent(currentIndex_); in BeforeCreateLayoutWrapper()
1573 FireWillShowEvent(index); in SwipeToWithoutAnimation()
1667 FireWillShowEvent(targetIndex_.value_or(0)); in SwipeTo()
2835 FireWillShowEvent(pauseTargetIndex_.value_or(0)); in HandleDragEnd()
3019 FireWillShowEvent(nextIndex_); in CheckDragOutOfBoundary()
3483 FireWillShowEvent(nextIndex_); in OnSpringAnimationStart()
3554 FireWillShowEvent(nextIndex_); in OnFadeAnimationStart()
4584 FireWillShowEvent(currentIndex_); in OnWindowShow()
5225 FireWillShowEvent(toIndex); in OnCustomContentTransition()
5689 tabContentEventHub->FireWillShowEvent(); in FireWillShowEvent()
[all …]
H A Dswiper_pattern.h515 void FireWillShowEvent(int32_t willShowIndex) const;