Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavdestination_pattern_base.h196 return toolBarAnimationCount_; in GetToolBarAnimationCount()
200 toolBarAnimationCount_++; in OnToolBarAnimationStart()
285 int32_t toolBarAnimationCount_ = 0; variable
H A Dnavdestination_pattern_base.cpp69 if (needRunToolBarAnimation && toolBarAnimationCount_ == 0) { in UpdateLayoutPropertyBeforeAnimation()
335 toolBarAnimationCount_--; in OnToolBarAnimationFinish()
336 if (toolBarAnimationCount_ > 0) { in OnToolBarAnimationFinish()