Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnav_bar_node.cpp36 constexpr float TITLE_OFFSET_PERCENT = 0.02f; variable
83 { curFrameSize.Width() * TITLE_OFFSET_PERCENT * isRTL, 0.0f }); in InitSystemTransitionPop()
110 { frameSize.Width() * TITLE_OFFSET_PERCENT * isRTL, 0.0f }); in StartSystemTransitionPush()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_group_node.cpp31 constexpr float TITLE_OFFSET_PERCENT = 0.02f; variable
253 { frameSize.Width() * TITLE_OFFSET_PERCENT * isRTL, 0.0f }); in StartSystemTransitionPush()
302 { frameSize.Width() * TITLE_OFFSET_PERCENT * isRTL, 0.0f }); in InitSystemTransitionPop()