Searched refs:navBarWidth (Results 1 - 4 of 4) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_layout_algorithm.cpp | 77 const RefPtr<NavigationLayoutProperty>& navigationLayoutProperty, float navBarWidth, const NavBarPosition& position) in LayoutDragBar() 90 auto offsetX = navBarWidth - geometryNode->GetFrameSize().Width() * HALF; in LayoutDragBar() 96 dragOffset.SetX(navigationWidth - navBarWidth - geometryNode->GetFrameSize().Width() * HALF); in LayoutDragBar() 140 const RefPtr<NavigationLayoutProperty>& navigationLayoutProperty, float navBarWidth, const NavBarPosition& position) in LayoutDivider() 149 auto dividerOffsetX = navBarWidth; in LayoutDivider() 168 const RefPtr<NavigationLayoutProperty>& navigationLayoutProperty, float navBarWidth, float dividerWidth, in LayoutContent() 193 contentOffset = OffsetT<float>(navBarWidth + dividerWidth, 0.0f); in LayoutContent() 203 contentOffset = OffsetT<float>(navBarWidth + dividerWidth, 0.0f); in LayoutContent() 440 auto navBarWidth = navBarWidthValue.ConvertToPxWithSize(parentSize.Width().value_or(0.0f)); in SizeCalculation() local 441 realNavBarWidth_ = navBarWidth; in SizeCalculation() 76 LayoutDragBar(LayoutWrapper* layoutWrapper, const RefPtr<NavigationGroupNode>& hostNode, const RefPtr<NavigationLayoutProperty>& navigationLayoutProperty, float navBarWidth, const NavBarPosition& position) LayoutDragBar() argument 139 LayoutDivider(LayoutWrapper* layoutWrapper, const RefPtr<NavigationGroupNode>& hostNode, const RefPtr<NavigationLayoutProperty>& navigationLayoutProperty, float navBarWidth, const NavBarPosition& position) LayoutDivider() argument 167 LayoutContent(LayoutWrapper* layoutWrapper, const RefPtr<NavigationGroupNode>& hostNode, const RefPtr<NavigationLayoutProperty>& navigationLayoutProperty, float navBarWidth, float dividerWidth, const NavBarPosition& position) LayoutContent() argument 642 float navBarWidth = LayoutNavBar(layoutWrapper, hostNode, navigationLayoutProperty, navBarPosition, navBarOffset); Layout() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | navigation_modifier.cpp | 106 CalcDimension navBarWidth; in ResetNavBarWidth() local 107 navBarWidth.SetValue(DEFAULT_NAV_BAR_WIDTH_FOR_MODIFIER); in ResetNavBarWidth() 108 NavigationModelNG::SetNavBarWidth(frameNode, navBarWidth); in ResetNavBarWidth()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_navigation.cpp | 261 JSClass<JSNavigation>::StaticMethod("navBarWidth", &JSNavigation::SetNavBarWidth); in JSBind() 595 CalcDimension navBarWidth; in SetNavBarWidth() local 596 if (!ParseJsDimensionVp(info[0], navBarWidth)) { in SetNavBarWidth() 600 if (navBarWidth.Value() <= 0) { in SetNavBarWidth() 601 navBarWidth.SetValue(DEFAULT_NAV_BAR_WIDTH); in SetNavBarWidth() 604 NavigationModel::GetInstance()->SetNavBarWidth(navBarWidth); in SetNavBarWidth()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 21428 navBarWidth(value) { 21662 NavBarWidthModifier.identity = Symbol('navBarWidth');
|
Completed in 36 milliseconds