Home
last modified time | relevance | path

Searched refs:toolBarDividerHeight (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnav_bar_layout_algorithm.cpp231 float toolBarHeight, float toolBarDividerHeight) in MeasureContentChild() argument
239 …at contentHeight = navigationSize.Height() - titleBarHeight - toolBarHeight - toolBarDividerHeight; in MeasureContentChild()
366 float toolBarDividerHeight = NavigationLayoutUtil::MeasureToolBarDivider( in Measure() local
368 navBarPattern->SetToolBarDividerHeight(toolBarDividerHeight); in Measure()
369 auto transferedToolBarDividerHeight = TransferBarHeight(hostNode, toolBarDividerHeight, false); in Measure()
H A Dnavdestination_pattern_base.cpp195 float toolBarDividerHeight) in UpdateToolBarAndDividerTranslateAndOpacity() argument
198 float offsetY = hide ? (toolBarHeight + toolBarDividerHeight) : 0; in UpdateToolBarAndDividerTranslateAndOpacity()
H A Dnavdestination_pattern_base.h218 … float toolBarHeight, const RefPtr<FrameNode>& toolbarDividerNode, float toolBarDividerHeight);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_layout_algorithm.cpp366 float toolBarDividerHeight = NavigationLayoutUtil::MeasureToolBarDivider( in Measure() local
368 navDestinationPattern->SetToolBarDividerHeight(toolBarDividerHeight); in Measure()
371 auto transferedToolBarDividerHeight = TransferBarHeight(hostNode, toolBarDividerHeight, false); in Measure()