Home
last modified time | relevance | path

Searched refs:AdjustWindowAnimationFlag (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test4.cpp350 HWTEST_F(WindowSceneSessionImplTest4, AdjustWindowAnimationFlag, Function | SmallTest | Level2)
369 windowSceneSessionImpl->AdjustWindowAnimationFlag(true);
374 windowSceneSessionImpl->AdjustWindowAnimationFlag(true);
378 windowSceneSessionImpl->AdjustWindowAnimationFlag(false);
384 windowSceneSessionImpl->AdjustWindowAnimationFlag(false);
389 windowSceneSessionImpl->AdjustWindowAnimationFlag(false);
H A Dwindow_impl_test5.cpp1065 HWTEST_F(WindowImplTest5, AdjustWindowAnimationFlag, Function | SmallTest | Level1)
1079 window->AdjustWindowAnimationFlag(true);
1083 window->AdjustWindowAnimationFlag(true);
1087 window->AdjustWindowAnimationFlag(true);
1090 window->AdjustWindowAnimationFlag(false);
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h212 void AdjustWindowAnimationFlag(bool withAnimation = false);
H A Dwindow_impl.h396 void AdjustWindowAnimationFlag(bool withAnimation = false);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp110 AdjustWindowAnimationFlag(); in WindowImpl()
452 AdjustWindowAnimationFlag(); in SetWindowType()
1644 AdjustWindowAnimationFlag(false); // false means update rs tree with default option in UpdateSurfaceNodeAfterCustomAnimation()
1659 void WindowImpl::AdjustWindowAnimationFlag(bool withAnimation) in AdjustWindowAnimationFlag() function in OHOS::Rosen::WindowImpl
1687 AdjustWindowAnimationFlag(withAnimation); in PreProcessShow()
1776 AdjustWindowAnimationFlag(withAnimation); in Hide()
H A Dwindow_scene_session_impl.cpp599 AdjustWindowAnimationFlag(); in Create()
3425 void WindowSceneSessionImpl::AdjustWindowAnimationFlag(bool withAnimation) in AdjustWindowAnimationFlag() function in OHOS::Rosen::WindowSceneSessionImpl
3452 AdjustWindowAnimationFlag(withAnimation); in UpdateAnimationFlagProperty()
/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/
H A Dwindow_fuzzer.cpp577 window->AdjustWindowAnimationFlag(boolVal); in CheckWindowImplFunctionsPart5()