Home
last modified time | relevance | path

Searched refs:needCheckAnimation (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_system_effect.cpp45 WMError WindowSystemEffect::SetCornerRadius(const sptr<WindowNode>& node, bool needCheckAnimation) in SetCornerRadius() argument
53 …if (needCheckAnimation && RemoteAnimation::IsRemoteAnimationEnabledAndFirst(node->GetDisplayId()) … in SetCornerRadius()
169 WMError WindowSystemEffect::SetWindowEffect(const sptr<WindowNode>& node, bool needCheckAnimation) in SetWindowEffect() argument
176 SetCornerRadius(node, needCheckAnimation); in SetWindowEffect()
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_system_effect.h57 static WMError SetWindowEffect(const sptr<WindowNode>& node, bool needCheckAnimation = true);
59 static WMError SetCornerRadius(const sptr<WindowNode>& node, bool needCheckAnimation = true);