Home
last modified time | relevance | path

Searched refs:backButtonWidth (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtitle_bar_layout_algorithm.cpp150 auto backButtonWidth = BACK_BUTTON_ICON_SIZE.ConvertToPx(); in GetTitleWidth() local
157 backButtonWidth = backButtonWidth_.ConvertToPx(); in GetTitleWidth()
202 occupiedWidth += paddingLeft + backButtonWidth; in GetTitleWidth()
H A Dnavigation_model_ng.cpp644 auto backButtonWidth = BACK_BUTTON_SIZE; in SetTitleMode() local
650 backButtonWidth = theme->GetIconBackgroundWidth(); in SetTitleMode()
657 CalcSize(CalcLength(backButtonWidth), CalcLength(backButtonHeight))); in SetTitleMode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_node.cpp1448 …auto backButtonWidth = textOverlayTheme->GetMenuToolbarHeight().ConvertToPx() - menuPadding.Top().… in GetDefaultButtonAndMenuWidth() local
1452 …yMaxWidth - menuPadding.Left().ConvertToPx() - menuPadding.Right().ConvertToPx() - backButtonWidth; in GetDefaultButtonAndMenuWidth()