Searched refs:willShowIndex (Results 1 – 4 of 4) sorted by relevance
377 const int8_t willShowIndex = 2; variable378 SetEvent(NavDestinationLifecycle::ON_WILL_SHOW, willShowIndex, frameNode, stack);559 const int8_t willShowIndex = 2; variable560 SetEvent(NavDestinationLifecycle::ON_WILL_SHOW, willShowIndex, frameNode, stack);
492 auto willShowIndex = tabsLayoutProperty->GetIndex().value_or(0); in BeforeCreateLayoutWrapper() local493 swiperPattern->FireWillShowEvent(willShowIndex); in BeforeCreateLayoutWrapper()
515 void FireWillShowEvent(int32_t willShowIndex) const;
5678 void SwiperPattern::FireWillShowEvent(int32_t willShowIndex) const in FireWillShowEvent()5685 … auto tabContentNode = AceType::DynamicCast<TabContentNode>(host->GetChildByIndex(willShowIndex)); in FireWillShowEvent()