Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_pattern.cpp546 float halfBarHeight = barHeight / 2.0f; in ResetBarState() local
547 if (GreatOrEqual(threshold, halfBarHeight)) { in ResetBarState()
548 threshold = halfBarHeight; in ResetBarState()
612 float halfBarHeight = barHeight / 2.0f; in UpdateBarHiddenOffset() local
613 if (GreatOrEqual(threshold, halfBarHeight)) { in UpdateBarHiddenOffset()
614 threshold = halfBarHeight; in UpdateBarHiddenOffset()