Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtitle_bar_layout_algorithm.cpp149 double horizontalMargin = NAV_HORIZONTAL_MARGIN_L.ConvertToPx(); in GetTitleWidth() local
156 horizontalMargin = menuCompPadding_.ConvertToPx(); in GetTitleWidth()
173 backButtonWidth_.ConvertToPx() + paddingLeft + horizontalMargin; in GetTitleWidth()
176 (BACK_BUTTON_ICON_SIZE).ConvertToPx() + paddingLeft + horizontalMargin; in GetTitleWidth()
188 occupiedWidth += isCustom ? 0.0f : horizontalMargin; in GetTitleWidth()
204 occupiedWidth += isCustom ? customBackButtonRightPadding : horizontalMargin; in GetTitleWidth()
213 occupiedWidth += isCustom ? 0.0f : horizontalMargin; in GetTitleWidth()
236 occupiedWidth += isCustom ? 0.0f : horizontalMargin; in GetTitleWidth()