Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnav_bar_node.cpp126 auto lastStandardIndex = navigation->GetLastStandardIndex(); in IsNodeInvisible() local
127 …l isInvisible = navigation->GetNavigationMode() == NavigationMode::STACK && lastStandardIndex >= 0; in IsNodeInvisible()
H A Dnavigation_pattern.cpp933 auto lastStandardIndex = hostNode->GetLastStandardIndex(); in CheckTopNavPathChange() local
934 isShow = (lastPreIndex != -1) && (lastPreIndex >= lastStandardIndex); in CheckTopNavPathChange()
935 hostNode->SetNeedSetInvisible(lastStandardIndex >= 0); in CheckTopNavPathChange()
936 if (lastStandardIndex < 0) { in CheckTopNavPathChange()
1008 auto lastStandardIndex = navigationNode->GetLastStandardIndex(); in FireNavigationInner() local
1009 int32_t standardIndex = lastStandardIndex >= 0 ? lastStandardIndex : 0; in FireNavigationInner()
1569 void NavigationPattern::GenerateUINodeFromRecovery(int32_t lastStandardIndex, NavPathList& navPathL… in GenerateUINodeFromRecovery() argument
1577 for (int32_t index = lastStandardIndex; index < jsStackSize; ++ index) { in GenerateUINodeFromRecovery()
1915 int32_t lastStandardIndex = hostNode->GetLastStandardIndex(); in NotifyDialogChange() local
1916 int32_t standardIndex = lastStandardIndex >= 0 ? lastStandardIndex : 0; in NotifyDialogChange()
[all …]
H A Dnavigation_layout_algorithm.cpp269 auto lastStandardIndex = hostNode->GetLastStandardIndex(); in SwitchModeWithAnimation() local
272 …vbarIsHidden = (pattern->GetNavigationMode() == NavigationMode::STACK && lastStandardIndex >= 0) || in SwitchModeWithAnimation()
H A Dnavigation_pattern.h492 void GenerateUINodeFromRecovery(int32_t lastStandardIndex, NavPathList& navPathList);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_group_node.cpp519 int32_t lastStandardIndex = navigaiton->GetLastStandardIndex(); in IsNodeInvisible() local
520 bool isInvisible = index_ < lastStandardIndex; in IsNodeInvisible()