Home
last modified time | relevance | path

Searched refs:SHOW_ANIMATION_DONE (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/wmserver/include/
H A Dwindow_node_state_machine.h35 SHOW_ANIMATION_DONE, member in OHOS::Rosen::WindowNodeState
/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_state_machine.cpp136 currState_ == WindowNodeState::SHOW_ANIMATION_DONE || currState_ == WindowNodeState::SHOWN) { in IsWindowNodeShownOrShowing()
H A Dremote_animation.cpp281 weakNode->stateMachine_.TransitionTo(WindowNodeState::SHOW_ANIMATION_DONE); in GetTransitionFinishedCallback()
894 node->stateMachine_.TransitionTo(WindowNodeState::SHOW_ANIMATION_DONE); in ProcessNodeStateTask()
933 if (dstNodeSptr->stateMachine_.GetCurrentState() == WindowNodeState::SHOW_ANIMATION_DONE && in CreateShowAnimationFinishedCallback()
/foundation/window/window_manager/wmserver/test/unittest/
H A Dremote_animation_test.cpp310 EXPECT_EQ(true, node_->stateMachine_.currState_ == WindowNodeState::SHOW_ANIMATION_DONE); in HWTEST_F()
508 EXPECT_EQ(WindowNodeState::SHOW_ANIMATION_DONE, node_->stateMachine_.currState_); in HWTEST_F()
521 EXPECT_EQ(WindowNodeState::SHOW_ANIMATION_DONE, node_->stateMachine_.currState_); in HWTEST_F()

Completed in 9 milliseconds