Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dremote_animation.h64 static bool CheckRemoteAnimationEnabled(DisplayId displayId);
/ohos5.0/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->leashWinSurfaceNod… in DrawStartingWindow()
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dremote_animation_test.cpp176 EXPECT_EQ(false, RemoteAnimation::CheckRemoteAnimationEnabled(0));
199 EXPECT_EQ(false, RemoteAnimation::CheckRemoteAnimationEnabled(0));