Searched refs:needRunToolBarAnimation (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navdestination_pattern_base.cpp | 69 if (needRunToolBarAnimation && toolBarAnimationCount_ == 0) { in UpdateLayoutPropertyBeforeAnimation() 79 bool needRunTitleBarAnimation, bool needRunToolBarAnimation) in HandleTitleBarAndToolBarAnimation() argument 81 if (!(needRunToolBarAnimation || needRunTitleBarAnimation)) { in HandleTitleBarAndToolBarAnimation() 93 needRunToolBarAnimation, hideTitleBar, hideToolBar); in HandleTitleBarAndToolBarAnimation() 105 needRunToolBarAnimation = false; in HandleTitleBarAndToolBarAnimation() 107 if (!(needRunToolBarAnimation || needRunTitleBarAnimation)) { in HandleTitleBarAndToolBarAnimation() 261 if (needRunToolBarAnimation && toolBarNode) { in BarAnimationPropertyCallback() 270 if (needRunToolBarAnimation && toolBarNode) { in BarAnimationPropertyCallback() 282 if (needRunToolBarAnimation) { in BarAnimationFinishCallback() 297 auto finishCallback = [needRunTitleBarAnimation, needRunToolBarAnimation, in StartAnimation() [all …]
|
H A D | navdestination_pattern_base.h | 224 bool needRunTitleBarAnimation, bool needRunToolBarAnimation); 225 …void StartAnimation(bool needRunTitleBarAnimation, bool hideTitle, bool needRunToolBarAnimation, b… 264 bool needRunTitleBarAnimation, bool hideTitle, bool needRunToolBarAnimation, bool hideTool); 265 …void BarAnimationFinishCallback(bool needRunTitleBarAnimation, bool needRunToolBarAnimation, int32… 267 … bool needRunTitleBarAnimation, bool needRunToolBarAnimation, bool hideTitleBar, bool hideToolBar);
|
H A D | navigation_toolbar_util.h | 39 const RefPtr<NavDestinationNodeBase>& nodeBase, bool& needRunToolBarAnimation);
|
H A D | nav_bar_pattern.cpp | 432 bool needRunToolBarAnimation = false; in OnModifyDone() local 433 NavigationToolbarUtil::MountToolBar(hostNode, needRunToolBarAnimation); in OnModifyDone() 435 hostNode, needRunTitleBarAnimation, needRunToolBarAnimation); in OnModifyDone()
|
H A D | navigation_toolbar_util.cpp | 624 const RefPtr<NavDestinationNodeBase>& nodeBase, bool& needRunToolBarAnimation) in MountToolBar() argument 626 needRunToolBarAnimation = false; in MountToolBar() 668 needRunToolBarAnimation = currhideToolBar.value() != hideToolBar; in MountToolBar()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navdestination_pattern.cpp | 157 bool needRunToolBarAnimation = false; in OnModifyDone() local 158 NavigationToolbarUtil::MountToolBar(hostNode, needRunToolBarAnimation); in OnModifyDone() 159 HandleTitleBarAndToolBarAnimation(hostNode, needRunTitleBarAnimation, needRunToolBarAnimation); in OnModifyDone()
|