Home
last modified time | relevance | path

Searched defs:navDestinationLayoutProperty (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_layout_algorithm.cpp29 bool CheckTopEdgeOverlap(const RefPtr<NavDestinationLayoutProperty>& navDestinationLayoutProperty, in CheckTopEdgeOverlap()
72 bool CheckBottomEdgeOverlap(const RefPtr<NavDestinationLayoutProperty>& navDestinationLayoutPropert… in CheckBottomEdgeOverlap()
110 const RefPtr<NavDestinationLayoutProperty>& navDestinationLayoutProperty) in CheckIgnoreLayoutSafeArea()
139 const RefPtr<NavDestinationLayoutProperty>& navDestinationLayoutProperty, const SizeF& size) in MeasureTitleBar()
185 const RefPtr<NavDestinationLayoutProperty>& navDestinationLayoutProperty, in MeasureContentChild()
210 const RefPtr<NavDestinationLayoutProperty>& navDestinationLayoutProperty) in LayoutTitleBar()
242 const RefPtr<NavDestinationLayoutProperty>& navDestinationLayoutProperty, float titlebarHeight) in LayoutContent()
310 auto navDestinationLayoutProperty = hostNode->GetLayoutProperty<NavDestinationLayoutProperty>(); in TransferBarHeight() local
347 auto navDestinationLayoutProperty = in Measure() local
395 auto navDestinationLayoutProperty = in Layout() local
H A Dnavdestination_pattern.cpp123 auto navDestinationLayoutProperty = hostNode->GetLayoutProperty<NavDestinationLayoutProperty>(); in OnActive() local
149 auto navDestinationLayoutProperty = hostNode->GetLayoutProperty<NavDestinationLayoutProperty>(); in OnModifyDone() local
236 auto navDestinationLayoutProperty = hostNode->GetLayoutProperty<NavDestinationLayoutProperty>(); in MountTitleBar() local
286 auto navDestinationLayoutProperty = hostNode->GetLayoutProperty<NavDestinationLayoutProperty>(); in GetBackButtonState() local
H A Dnavdestination_model_ng.cpp744 …auto navDestinationLayoutProperty = navDestinationGroupNode->GetLayoutPropertyPtr<NavDestinationLa… in SetHideToolBar() local
755 …auto navDestinationLayoutProperty = navDestinationGroupNode->GetLayoutPropertyPtr<NavDestinationLa… in SetHideToolBar() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navrouter/
H A Dnavrouter_group_test_ng.cpp295 auto navDestinationLayoutProperty = AceType::MakeRefPtr<NavDestinationLayoutProperty>(); variable
351 auto navDestinationLayoutProperty = AceType::MakeRefPtr<NavDestinationLayoutProperty>(); variable
752 auto navDestinationLayoutProperty = hostNode->GetLayoutProperty<NavDestinationLayoutProperty>(); variable
790 auto navDestinationLayoutProperty = hostNode->GetLayoutProperty<NavDestinationLayoutProperty>(); variable
835 auto navDestinationLayoutProperty = hostNode->GetLayoutProperty<NavDestinationLayoutProperty>(); variable
938 auto navDestinationLayoutProperty = hostNode->GetLayoutProperty<NavDestinationLayoutProperty>(); variable
966 auto navDestinationLayoutProperty = hostNode->GetLayoutProperty<NavDestinationLayoutProperty>(); variable
998 auto navDestinationLayoutProperty = hostNode->GetLayoutProperty<NavDestinationLayoutProperty>(); variable
1032 auto navDestinationLayoutProperty = hostNode->GetLayoutProperty<NavDestinationLayoutProperty>(); variable
1075 auto navDestinationLayoutProperty = hostNode->GetLayoutProperty<NavDestinationLayoutProperty>(); variable
[all …]
H A Dnavrouter_pattern_test_ng.cpp756 auto navDestinationLayoutProperty = AceType::MakeRefPtr<NavDestinationLayoutProperty>(); variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavdestination_test_ng.cpp259 …auto navDestinationLayoutProperty = navDestinationPattern->GetLayoutProperty<NavDestinationLayoutP… variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_group_node.cpp994 auto navDestinationLayoutProperty = navDestination->GetLayoutProperty(); in UpdateNavDestinationVisibility() local