Home
last modified time | relevance | path

Searched refs:DEFAULT_NAV_BAR_WIDTH (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_layout_property.h30 constexpr Dimension DEFAULT_NAV_BAR_WIDTH = 240.0_vp; member
83 json->PutExtAttr("navBarWidth", GetNavBarWidthValue(DEFAULT_NAV_BAR_WIDTH).ToString().c_str(), filter);
H A Dnavigation_pattern.h562 float realNavBarWidth_ = DEFAULT_NAV_BAR_WIDTH.ConvertToPx();
570 Dimension initNavBarWidthValue_ = DEFAULT_NAV_BAR_WIDTH;
H A Dnavigation_layout_algorithm.cpp439 auto navBarWidthValue = navigationLayoutProperty->GetNavBarWidthValue(DEFAULT_NAV_BAR_WIDTH); in SizeCalculation()
459 auto navBarWidthValue = navigationLayoutProperty->GetNavBarWidthValue(DEFAULT_NAV_BAR_WIDTH); in SizeCalculationSplit()
H A Dnavigation_model_ng.cpp247 navigationLayoutProperty->UpdateNavBarWidth(DEFAULT_NAV_BAR_WIDTH); in Create()
1564 navigationLayoutProperty->UpdateNavBarWidth(DEFAULT_NAV_BAR_WIDTH); in CreateFrameNode()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navigation.cpp72 constexpr int32_t DEFAULT_NAV_BAR_WIDTH = 240; member
601 navBarWidth.SetValue(DEFAULT_NAV_BAR_WIDTH); in SetNavBarWidth()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js21419 const DEFAULT_NAV_BAR_WIDTH = 240;

Completed in 28 milliseconds