Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dremote_animation.h84 static bool isRemoteAnimationEnable_; variable
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dremote_animation_test.cpp98 RemoteAnimation::isRemoteAnimationEnable_ = true; in InitRemoteAnimation()
197 RemoteAnimation::isRemoteAnimationEnable_ = false;
201 RemoteAnimation::isRemoteAnimationEnable_ = true;
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dremote_animation.cpp47 bool RemoteAnimation::isRemoteAnimationEnable_ = true; member in OHOS::Rosen::RemoteAnimation
77 if (!isRemoteAnimationEnable_) { in SetWindowAnimationController()
H A Dwindow_manager_service.cpp365 RemoteAnimation::isRemoteAnimationEnable_ = item.boolValue_; in ConfigureWindowManagerService()