Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Danimation_config.h39 } keyboardAnimationIn_, keyboardAnimationOut_; member
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_window_scene_config.cpp43 CreateKeyboardAnimationValue(env, config.keyboardAnimationOut_)); in CreateWindowSceneConfig()
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h581 KeyboardSceneAnimationConfig keyboardAnimationOut_; member
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_container.cpp915 auto timingProtocol = animationConfig_.keyboardAnimationOut_.duration_; in RemoveNodeFromRSTree()
916 … RSNode::Animate(timingProtocol, animationConfig_.keyboardAnimationOut_.curve_, updateRSTreeFunc); in RemoveNodeFromRSTree()
H A Dwindow_manager_service.cpp549 … CreateKeyboardCurve(outItem, animationConfig.keyboardAnimationOut_, systemConfig_.animationOut_); in ConfigKeyboardAnimation()
H A Dwindow_controller.cpp483 WindowNodeContainer::GetAnimationConfigRef().keyboardAnimationOut_ : in NotifyInputCallingWindowRectAndOccupiedAreaChange()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp412 appWindowSceneConfig_.keyboardAnimationOut_); in LoadWindowSceneXml()
963 …dAnimation(animationConfig["animationOut"]["timing"], appWindowSceneConfig_.keyboardAnimationOut_); in ConfigKeyboardAnimation()
970 const auto& appConfigOut = appWindowSceneConfig_.keyboardAnimationOut_; in ConfigKeyboardAnimation()