Home
last modified time | relevance | path

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

/foundation/window/window_manager/wmserver/include/
H A Dremote_animation.h64 static bool CheckRemoteAnimationEnabled(DisplayId displayId);
/foundation/window/window_manager/wmserver/src/
H A Dremote_animation.cpp71 return animationFirst_ && CheckRemoteAnimationEnabled(displayId); in IsRemoteAnimationEnabledAndFirst()
124 bool RemoteAnimation::CheckRemoteAnimationEnabled(DisplayId displayId) in CheckRemoteAnimationEnabled() function in OHOS::Rosen::RemoteAnimation
166 return CheckRemoteAnimationEnabled(node->GetDisplayId()); in CheckTransition()
H A Dstarting_window.cpp182 if (RemoteAnimation::CheckRemoteAnimationEnabled(node->GetDisplayId()) && node->leashWinSurfaceNode_) { in DrawStartingWindow()
/foundation/window/window_manager/wmserver/test/unittest/
H A Dremote_animation_test.cpp170 * @tc.desc: IsRemoteAnimationEnabledAndFirst return false since CheckRemoteAnimationEnabled false
176 EXPECT_EQ(false, RemoteAnimation::CheckRemoteAnimationEnabled(0)); in HWTEST_F()
187 * @tc.desc: return false since CheckRemoteAnimationEnabled false, set animationController nullptr
199 EXPECT_EQ(false, RemoteAnimation::CheckRemoteAnimationEnabled(0)); in HWTEST_F()

Completed in 7 milliseconds