Searched refs:lastStandardIndex (Results 1 – 5 of 5) sorted by relevance
126 auto lastStandardIndex = navigation->GetLastStandardIndex(); in IsNodeInvisible() local127 …l isInvisible = navigation->GetNavigationMode() == NavigationMode::STACK && lastStandardIndex >= 0; in IsNodeInvisible()
933 auto lastStandardIndex = hostNode->GetLastStandardIndex(); in CheckTopNavPathChange() local934 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() local1009 int32_t standardIndex = lastStandardIndex >= 0 ? lastStandardIndex : 0; in FireNavigationInner()1569 void NavigationPattern::GenerateUINodeFromRecovery(int32_t lastStandardIndex, NavPathList& navPathL… in GenerateUINodeFromRecovery() argument1577 for (int32_t index = lastStandardIndex; index < jsStackSize; ++ index) { in GenerateUINodeFromRecovery()1915 int32_t lastStandardIndex = hostNode->GetLastStandardIndex(); in NotifyDialogChange() local1916 int32_t standardIndex = lastStandardIndex >= 0 ? lastStandardIndex : 0; in NotifyDialogChange()[all …]
269 auto lastStandardIndex = hostNode->GetLastStandardIndex(); in SwitchModeWithAnimation() local272 …vbarIsHidden = (pattern->GetNavigationMode() == NavigationMode::STACK && lastStandardIndex >= 0) || in SwitchModeWithAnimation()
492 void GenerateUINodeFromRecovery(int32_t lastStandardIndex, NavPathList& navPathList);
519 int32_t lastStandardIndex = navigaiton->GetLastStandardIndex(); in IsNodeInvisible() local520 bool isInvisible = index_ < lastStandardIndex; in IsNodeInvisible()