Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_group_node.h225 --modeSwitchAnimationCnt_; in ReduceModeSwitchAnimationCnt()
230 ++modeSwitchAnimationCnt_; in IncreaseModeSwitchAnimationCnt()
235 return modeSwitchAnimationCnt_; in GetModeSwitchAnimationCnt()
315 std::atomic_int32_t modeSwitchAnimationCnt_ = 0; variable