Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavdestination_pattern_base.cpp62 if (needRunTitleBarAnimation && titleBarAnimationCount_ == 0) { in UpdateLayoutPropertyBeforeAnimation()
79 bool needRunTitleBarAnimation, bool needRunToolBarAnimation) in HandleTitleBarAndToolBarAnimation() argument
81 if (!(needRunToolBarAnimation || needRunTitleBarAnimation)) { in HandleTitleBarAndToolBarAnimation()
92 UpdateLayoutPropertyBeforeAnimation(navNodeBase, needRunTitleBarAnimation, in HandleTitleBarAndToolBarAnimation()
107 if (!(needRunToolBarAnimation || needRunTitleBarAnimation)) { in HandleTitleBarAndToolBarAnimation()
257 if (needRunTitleBarAnimation && titleBarNode) { in BarAnimationPropertyCallback()
267 if (needRunTitleBarAnimation && titleBarNode) { in BarAnimationPropertyCallback()
277 bool needRunTitleBarAnimation, bool needRunToolBarAnimation, int32_t animationId) in BarAnimationFinishCallback() argument
279 if (needRunTitleBarAnimation) { in BarAnimationFinishCallback()
297 auto finishCallback = [needRunTitleBarAnimation, needRunToolBarAnimation, in StartAnimation()
[all …]
H A Dnavdestination_pattern_base.h224 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 Dnav_bar_pattern.cpp292 const RefPtr<FrameNode>& host, bool& needRunTitleBarAnimation) in MountTitleBar() argument
294 needRunTitleBarAnimation = false; in MountTitleBar()
328 needRunTitleBarAnimation = currHideTitleBar_.value() != hideTitleBar; in MountTitleBar()
430 bool needRunTitleBarAnimation = false; in OnModifyDone() local
431 MountTitleBar(hostNode, needRunTitleBarAnimation); in OnModifyDone()
435 hostNode, needRunTitleBarAnimation, needRunToolBarAnimation); in OnModifyDone()
H A Dnav_bar_pattern.h76 void MountTitleBar(const RefPtr<FrameNode>& host, bool& needRunTitleBarAnimation);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_pattern.cpp155 bool needRunTitleBarAnimation = false; in OnModifyDone() local
156 MountTitleBar(hostNode, needRunTitleBarAnimation); in OnModifyDone()
159 HandleTitleBarAndToolBarAnimation(hostNode, needRunTitleBarAnimation, needRunToolBarAnimation); in OnModifyDone()
233 RefPtr<NavDestinationGroupNode>& hostNode, bool& needRunTitleBarAnimation) in MountTitleBar() argument
235 needRunTitleBarAnimation = false; in MountTitleBar()
278 needRunTitleBarAnimation = currHideTitleBar_.value() != hideTitleBar; in MountTitleBar()
H A Dnavdestination_pattern.h287 RefPtr<NavDestinationGroupNode>& hostNode, bool& needRunTitleBarAnimation);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navrouter/
H A Dnavrouter_group_test_ng.cpp760 bool needRunTitleBarAnimation = false; variable
761 navDestinationPattern->MountTitleBar(hostNode, needRunTitleBarAnimation);
800 bool needRunTitleBarAnimation = false; variable
801 navDestinationPattern->MountTitleBar(hostNode, needRunTitleBarAnimation);
846 bool needRunTitleBarAnimation = false; variable
847 navDestinationPattern->MountTitleBar(hostNode, needRunTitleBarAnimation);
891 bool needRunTitleBarAnimation = false; variable
892 navDestinationPattern->MountTitleBar(hostNode, needRunTitleBarAnimation);
915 bool needRunTitleBarAnimation = false; variable
916 navDestinationPattern->MountTitleBar(hostNode, needRunTitleBarAnimation);