Home
last modified time | relevance | path

Searched defs:rectAnimationConfig (Results 1 – 23 of 23) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/layout/
Dmain_session_layout_test.cpp115 const RectAnimationConfig& rectAnimationConfig) { in __anone555aa4d0202()
/foundation/window/window_manager/window_scene/session/host/src/
Dsub_session.cpp92 const RectAnimationConfig& rectAnimationConfig) in NotifySessionRectChange()
106 const MoveConfiguration& moveConfiguration, const RectAnimationConfig& rectAnimationConfig) in UpdateSessionRectInner()
Dkeyboard_session.cpp602 SizeChangeReason reason, DisplayId displayId, const RectAnimationConfig& rectAnimationConfig) in NotifySessionRectChange()
Dscene_session.cpp1620 auto rectAnimationConfig = session->GetRequestRectAnimationConfig(); in SetSessionRectChangeCallback() local
1767 const MoveConfiguration& moveConfiguration, const RectAnimationConfig& rectAnimationConfig) in UpdateSessionRectInner()
1860 const MoveConfiguration& moveConfiguration, const RectAnimationConfig& rectAnimationConfig) in UpdateSessionRect()
3402 SizeChangeReason reason, DisplayId displayId, const RectAnimationConfig& rectAnimationConfig) in NotifySessionRectChange()
Dsession.cpp3787 void Session::SetRequestRectAnimationConfig(const RectAnimationConfig& rectAnimationConfig) in SetRequestRectAnimationConfig()
3801 RectAnimationConfig rectAnimationConfig; in GetRequestRectAnimationConfig() local
/foundation/window/window_manager/window_scene/test/unittest/window_keyboard/
Dkeyboard_session_test3.cpp306const RectAnimationConfig& rectAnimationConfig) { return; }; in __anonb4d31ef90902()
/foundation/window/window_manager/window_scene/test/unittest/
Dscene_session_test5.cpp485const RectAnimationConfig& rectAnimationConfig) { return; }; in __anonbd9130010a02()
514const RectAnimationConfig& rectAnimationConfig) { return; }; in __anonbd9130010b02()
556const RectAnimationConfig& rectAnimationConfig) { return; }; in __anonbd9130010c02()
Dscene_session_test.cpp1037const RectAnimationConfig& rectAnimationConfig) { return; }; in __anoncf6e0dec0702()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
Dmock_window.h87 const RectAnimationConfig& rectAnimationConfig) {return WMError::WM_OK;} in Resize()
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
Djs_window_utils.cpp1315 RectAnimationConfig rectAnimationConfig; in GetMoveConfigurationFromJsValue() local
1325 …rseRectAnimationConfig(napi_env env, napi_value jsObject, RectAnimationConfig& rectAnimationConfig) in ParseRectAnimationConfig()
Djs_window.cpp2247 const RectAnimationConfig& rectAnimationConfig) in SetResizeWindowWithAnimationAsyncTask()
2305 RectAnimationConfig rectAnimationConfig; in OnResizeWindowWithAnimation() local
/foundation/window/window_manager/window_scene/common/src/
Dwindow_session_property.cpp211 void WindowSessionProperty::SetRectAnimationConfig(const RectAnimationConfig& rectAnimationConfig) in SetRectAnimationConfig()
1385 RectAnimationConfig rectAnimationConfig = { parcel.ReadUint32(), parcel.ReadFloat(), in Unmarshalling() local
/foundation/window/window_manager/previewer/src/
Dwindow_impl.cpp588 … WindowImpl::Resize(uint32_t width, uint32_t height, const RectAnimationConfig& rectAnimationConfi… in Resize()
/foundation/window/window_manager/wm/src/
Dwindow_scene_session_impl.cpp2158 RectAnimationConfig rectAnimationConfig = moveConfiguration.rectAnimationConfig; in MoveWindowToGlobal() local
2406 …SessionImpl::Resize(uint32_t width, uint32_t height, const RectAnimationConfig& rectAnimationConfi… in Resize()
2454 const RectAnimationConfig& rectAnimationConfig) in ResizeAsync()
Dwindow_extension_session_impl.cpp339 const RectAnimationConfig& rectAnimationConfig) in Resize()
Dwindow_impl.cpp2023 … WindowImpl::Resize(uint32_t width, uint32_t height, const RectAnimationConfig& rectAnimationConfi… in Resize()
Dwindow_session_impl.cpp1103 RectAnimationConfig rectAnimationConfig = property_->GetRectAnimationConfig(); in UpdateRect() local
1318 WindowSizeChangeReason wmReason, const RectAnimationConfig& rectAnimationConfig, in UpdateRectForResizeWithAnimation()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
Djs_scene_utils.cpp2001 napi_value CreateJsRectAnimationConfig(napi_env env, const RectAnimationConfig& rectAnimationConfig) in CreateJsRectAnimationConfig()
Djs_scene_session.cpp1350 const RectAnimationConfig& rectAnimationConfig = {}) { in ProcessSessionRectChangeRegister()
3930 const RectAnimationConfig& rectAnimationConfig) in OnSessionRectChange()
/foundation/window/window_manager/window_scene/session/host/src/zidl/
Dsession_stub.cpp970 RectAnimationConfig rectAnimationConfig; in HandleUpdateSessionRect() local
Dsession_proxy.cpp954 const RectAnimationConfig& rectAnimationConfig) in UpdateSessionRect()
/foundation/window/window_manager/previewer/include/
Dwm_common.h1495 RectAnimationConfig rectAnimationConfig = { 0, 0.0f, 0.0f, 0.0f, 0.0f }; member
/foundation/window/window_manager/interfaces/innerkits/wm/
Dwm_common.h2220 RectAnimationConfig rectAnimationConfig = { 0, 0.0f, 0.0f, 0.0f, 0.0f }; member