Searched refs:isRemoteAnimationEnable_ (Results 1 - 4 of 4) sorted by relevance
/foundation/window/window_manager/wmserver/include/ | ||
H A D | remote_animation.h | 84 static bool isRemoteAnimationEnable_; member in OHOS::Rosen::RemoteAnimation |
/foundation/window/window_manager/wmserver/src/ | ||
H A D | remote_animation.cpp | 47 bool RemoteAnimation::isRemoteAnimationEnable_ = true; 77 if (!isRemoteAnimationEnable_) { in SetWindowAnimationController() |
H A D | window_manager_service.cpp | 374 RemoteAnimation::isRemoteAnimationEnable_ = item.boolValue_; in ConfigureWindowManagerService() member in OHOS::Rosen::RemoteAnimation |
/foundation/window/window_manager/wmserver/test/unittest/ | ||
H A D | remote_animation_test.cpp | 98 RemoteAnimation::isRemoteAnimationEnable_ = true; in InitRemoteAnimation() member in OHOS::Rosen::RemoteAnimation 197 RemoteAnimation::isRemoteAnimationEnable_ = false; in HWTEST_F() member in OHOS::Rosen::__anon12629::RemoteAnimation 201 RemoteAnimation::isRemoteAnimationEnable_ = true; in HWTEST_F() member in OHOS::Rosen::__anon12629::RemoteAnimation |
Completed in 13 milliseconds