Home
last modified time | relevance | path

Searched refs:SetNeedDefaultAnimation (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_window.h187 virtual void SetNeedDefaultAnimation(bool needDefaultAnimation) {} in SetNeedDefaultAnimation() function
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h119 void SetNeedDefaultAnimation(bool needDefaultAnimation) override;
H A Dwindow_impl.h310 virtual void SetNeedDefaultAnimation(bool needDefaultAnimation) override;
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow_impl.h207 virtual void SetNeedDefaultAnimation(bool needDefaultAnimation) override;
H A Dwindow.h291 virtual void SetNeedDefaultAnimation(bool needDefaultAnimation) = 0;
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddialog_container.cpp544 window->SetNeedDefaultAnimation(false); in ShowToastDialogWindow()
/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp1046 void WindowImpl::SetNeedDefaultAnimation(bool needDefaultAnimation) in SetNeedDefaultAnimation() function in OHOS::Rosen::WindowImpl
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1731 virtual void SetNeedDefaultAnimation(bool needDefaultAnimation) {} in SetNeedDefaultAnimation() function
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_test.cpp1898 HWTEST_F(WindowTest, SetNeedDefaultAnimation, Function | SmallTest | Level2)
1903 window->SetNeedDefaultAnimation(true);
H A Dwindow_scene_session_impl_test2.cpp215 window->SetNeedDefaultAnimation(false);
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp522 window_->SetNeedDefaultAnimation(false); in ShowWindow()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp4337 void WindowImpl::SetNeedDefaultAnimation(bool needDefaultAnimation) in SetNeedDefaultAnimation() function in OHOS::Rosen::WindowImpl
H A Dwindow_scene_session_impl.cpp3052 void WindowSceneSessionImpl::SetNeedDefaultAnimation(bool needDefaultAnimation) in SetNeedDefaultAnimation() function in OHOS::Rosen::WindowSceneSessionImpl