Home
last modified time | relevance | path

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

/ohos5.0/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()
71 return animationFirst_ && CheckRemoteAnimationEnabled(displayId); in IsRemoteAnimationEnabledAndFirst()
175 if (animationFirst_) { in OnRemoteDie()
291 if (animationFirst_) { in NotifyAnimationStartApp()
386 if (animationFirst_) { in NotifyAnimationTransition()
492 if (!animationFirst_) { in NotifyAnimationBackTransition()
517 if (animationFirst_ && event == TransitionEvent::BACKGROUND_TRANSITION) { in NotifyAnimationBackTransition()
601 if (animationFirst_) { in NotifyAnimationByHome()
916 if (!animationFirst_) { in CreateShowAnimationFinishedCallback()
[all …]
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dremote_animation.h82 return animationFirst_; in IsAnimationFirst()
108 static bool animationFirst_; variable
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dremote_animation_test.cpp99 RemoteAnimation::animationFirst_ = true; in InitRemoteAnimation()
153 EXPECT_EQ(false, RemoteAnimation::animationFirst_);
164 EXPECT_EQ(true, RemoteAnimation::animationFirst_);
205 EXPECT_EQ(false, RemoteAnimation::animationFirst_);
H A Dwindow_controller_test.cpp181 RemoteAnimation::animationFirst_ = true;