Home
last modified time | relevance | path

Searched refs:NAVBAR (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navrouter/
H A Dnavrouter_model_test_ng.cpp687 layoutProperty->propTitleBarParentType_ = TitleBarParentType::NAVBAR;
693 layoutProperty->propTitleBarParentType_ = TitleBarParentType::NAVBAR;
758 layoutProperty->propTitleBarParentType_ = TitleBarParentType::NAVBAR;
765 layoutProperty->propTitleBarParentType_ = TitleBarParentType::NAVBAR;
772 layoutProperty->propTitleBarParentType_ = TitleBarParentType::NAVBAR;
821 layoutProperty->propTitleBarParentType_ = TitleBarParentType::NAVBAR;
901 layoutProperty->propTitleBarParentType_ = TitleBarParentType::NAVBAR;
907 layoutProperty->propTitleBarParentType_ = TitleBarParentType::NAVBAR;
942 layoutProperty->propTitleBarParentType_ = TitleBarParentType::NAVBAR;
950 layoutProperty->propTitleBarParentType_ = TitleBarParentType::NAVBAR;
[all …]
H A Dnavrouter_pattern_test_ng.cpp1097 TitleBarParentType::NAVBAR);
1106 …>GetLayoutProperty<TitleBarLayoutProperty>()->propTitleBarParentType_ = TitleBarParentType::NAVBAR;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtitle_bar_layout_algorithm.cpp91 if (titleBarLayoutProperty->GetTitleBarParentTypeValue(TitleBarParentType::NAVBAR) == in MeasureBackButton()
162 if (titleBarLayoutProperty->GetTitleBarParentTypeValue(TitleBarParentType::NAVBAR) == in GetTitleWidth()
314 if (titleBarLayoutProperty->GetTitleBarParentTypeValue(TitleBarParentType::NAVBAR) == in MeasureTitle()
495 if (titleBarLayoutProperty->GetTitleBarParentTypeValue(TitleBarParentType::NAVBAR) == in LayoutBackButton()
582 if (titleBarLayoutProperty->GetTitleBarParentTypeValue(TitleBarParentType::NAVBAR) == in LayoutTitle()
783 if (titleBarLayoutProperty->GetTitleBarParentTypeValue(TitleBarParentType::NAVBAR) == in LayoutSubtitle()
1004 if (layoutProperty->GetTitleBarParentTypeValue(TitleBarParentType::NAVBAR) != in Measure()
H A Dnavigation_declaration.h207 enum class TitleBarParentType { NAVBAR, NAV_DESTINATION }; enumerator
H A Dnavigation_title_util.cpp895 … auto parentType = titleBarLayoutProperty->GetTitleBarParentTypeValue(TitleBarParentType::NAVBAR); in IsNeedHoverModeAction()
896 if (parentType == TitleBarParentType::NAVBAR && in IsNeedHoverModeAction()
904 if (parentType == TitleBarParentType::NAVBAR) { in IsNeedHoverModeAction()
H A Dtitle_bar_pattern.cpp335 … auto parentType = titleBarLayoutProperty->GetTitleBarParentTypeValue(TitleBarParentType::NAVBAR); in MountBackButton()
342 if (parentType == TitleBarParentType::NAVBAR) { in MountBackButton()
382 … auto parentType = titleBarLayoutProperty->GetTitleBarParentTypeValue(TitleBarParentType::NAVBAR); in MountSubTitle()