Home
last modified time | relevance | path

Searched defs:animationIn (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h519 sptr<KeyboardAnimationCurve> animationIn = parcel.ReadParcelable<KeyboardAnimationCurve>(); in Unmarshalling() local
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwm_common_inner.h139 sptr<KeyboardAnimationCurve> animationIn = parcel.ReadParcelable<KeyboardAnimationCurve>(); in Unmarshalling() local
/ohos5.0/base/msdp/device_status/test/unittest/intention/drag/src/
H A Ddrag_manager_test.cpp873 PreviewAnimation animationIn; variable
1193 PreviewAnimation animationIn; variable
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test3.cpp228 KeyboardSceneAnimationConfig animationIn; variable
/ohos5.0/base/msdp/device_status/test/unittest/frameworks/src/
H A Dinteraction_manager_test.cpp2039 PreviewAnimation animationIn; variable
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp976 void SceneSessionManager::ConfigDefaultKeyboardAnimation(KeyboardSceneAnimationConfig& animationIn, in ConfigDefaultKeyboardAnimation()