Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_pattern.h278 float barHeight, float curTranslate, bool isTitle, bool isHide);
279 void StopHideBarIfNeeded(float curTranslate, bool isTitle);
H A Dnavdestination_pattern.cpp660 …const RefPtr<NavDestinationNodeBase>& nodeBase, float barHeight, float curTranslate, bool isTitle,… in StartHideOrShowBarInner() argument
701 …NavigationTitleUtil::UpdateTitleOrToolBarTranslateYAndOpacity(nodeBase, barNode, curTranslate, isT… in StartHideOrShowBarInner()
705 void NavDestinationPattern::StopHideBarIfNeeded(float curTranslate, bool isTitle) in StopHideBarIfNeeded() argument
712 auto propertyCallback = [weak = WeakClaim(this), isTitle, curTranslate]() { in StopHideBarIfNeeded()
719 …ationTitleUtil::UpdateTitleOrToolBarTranslateYAndOpacity(nodeBase, barNode, curTranslate, isTitle); in StopHideBarIfNeeded()