Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_pattern.cpp550 float showAreaHeight = barHeight - std::abs(translate); in ResetBarState() local
551 if (GreatNotEqual(showAreaHeight, 0.0f) && LessNotEqual(showAreaHeight, threshold)) { in ResetBarState()
558 …} else if (GreatOrEqual(showAreaHeight, barHeight - threshold) && LessNotEqual(showAreaHeight, bar… in ResetBarState()