Home
last modified time | relevance | path

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

/foundation/window/window_manager/wmserver/src/
H A Dremote_animation.cpp52 bool RemoteAnimation::animationFirst_ = false; member in OHOS::Rosen::RemoteAnimation
65 animationFirst_ = animationFirst; in SetAnimationFirst()
66 WLOGFI("RSWindowAnimation:animationFirst: %{public}u!", static_cast<uint32_t>(animationFirst_)); in SetAnimationFirst()
71 return animationFirst_ && CheckRemoteAnimationEnabled(displayId); in IsRemoteAnimationEnabledAndFirst()
175 if (animationFirst_) { in OnRemoteDie()
291 if (animationFirst_) { in NotifyAnimationStartApp()
372 // Transition to next state and update task count will success when enable animationFirst_ in NotifyAnimationTransition()
386 if (animationFirst_) { in NotifyAnimationTransition()
492 if (!animationFirst_) { in NotifyAnimationBackTransition()
517 if (animationFirst_ in NotifyAnimationBackTransition()
[all...]
/foundation/window/window_manager/wmserver/include/
H A Dremote_animation.h82 return animationFirst_; in IsAnimationFirst()
109 static bool animationFirst_; member in OHOS::Rosen::RemoteAnimation
/foundation/window/window_manager/wmserver/test/unittest/
H A Dremote_animation_test.cpp99 RemoteAnimation::animationFirst_ = true; in InitRemoteAnimation() member in OHOS::Rosen::RemoteAnimation
153 EXPECT_EQ(false, RemoteAnimation::animationFirst_); in HWTEST_F()
164 EXPECT_EQ(true, RemoteAnimation::animationFirst_); in HWTEST_F()
205 EXPECT_EQ(false, RemoteAnimation::animationFirst_); in HWTEST_F()
H A Dwindow_controller_test.cpp181 RemoteAnimation::animationFirst_ = true; in HWTEST_F() member in OHOS::Rosen::__anon12632::RemoteAnimation

Completed in 8 milliseconds