Home
last modified time | relevance | path

Searched refs:willShowIndex (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_lifecycle_test_ng.cpp377 const int8_t willShowIndex = 2; variable
378 SetEvent(NavDestinationLifecycle::ON_WILL_SHOW, willShowIndex, frameNode, stack);
559 const int8_t willShowIndex = 2; variable
560 SetEvent(NavDestinationLifecycle::ON_WILL_SHOW, willShowIndex, frameNode, stack);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_pattern.cpp492 auto willShowIndex = tabsLayoutProperty->GetIndex().value_or(0); in BeforeCreateLayoutWrapper() local
493 swiperPattern->FireWillShowEvent(willShowIndex); in BeforeCreateLayoutWrapper()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h515 void FireWillShowEvent(int32_t willShowIndex) const;
H A Dswiper_pattern.cpp5678 void SwiperPattern::FireWillShowEvent(int32_t willShowIndex) const in FireWillShowEvent()
5685 … auto tabContentNode = AceType::DynamicCast<TabContentNode>(host->GetChildByIndex(willShowIndex)); in FireWillShowEvent()