Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_node_state_machine.h53 int32_t GetAnimationCount();
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_state_machine.cpp100 int32_t WindowNodeStateMachine::GetAnimationCount() in GetAnimationCount() function in OHOS::Rosen::WindowNodeStateMachine
H A Dremote_animation.cpp873 int32_t taskCount = node->stateMachine_.GetAnimationCount(); in ProcessNodeStateTask()
881 taskCount = node->stateMachine_.GetAnimationCount(); in ProcessNodeStateTask()
H A Dwindow_root.cpp751 it.second->stateMachine_.GetAnimationCount() > 0) { in GetAllAnimationPlayingNodes()