Home
last modified time | relevance | path

Searched refs:customOffsetX (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.cpp692 float customOffsetX = 0.0f; in LayoutTitle() local
693 customOffsetX = ChangeOffsetByDirection(layoutWrapper, geometryNode, customOffsetX); in LayoutTitle()
694 geometryNode->SetMarginFrameOffset(OffsetF { customOffsetX, customOffsetY}); in LayoutTitle()
711 auto customOffsetX = 0.0f; in LayoutTitle() local
712 customOffsetX = ChangeOffsetByDirection(layoutWrapper, geometryNode, customOffsetX); in LayoutTitle()
713 geometryNode->SetMarginFrameOffset(OffsetF { customOffsetX, customOffsetY}); in LayoutTitle()