Home
last modified time | relevance | path

Searched refs:KeyboardAnimationConfig (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimation_util.h56 …static AnimationOption CreateKeyboardAnimationOption(const KeyboardAnimationConfig& config, float …
H A Danimation_util.cpp485 const KeyboardAnimationConfig& config, float keyboardHeight) in CreateKeyboardAnimationOption()
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_window.h35 KeyboardAnimationConfig g_KeyboardAnimationConfig;
186 … virtual KeyboardAnimationConfig GetKeyboardAnimationConfig() {return g_KeyboardAnimationConfig;}; in GetKeyboardAnimationConfig()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h79 struct KeyboardAnimationConfig { struct
1108 void SetKeyboardAnimationConfig(const KeyboardAnimationConfig& config) in SetKeyboardAnimationConfig()
1113 KeyboardAnimationConfig GetKeyboardAnimationConfig() const in GetKeyboardAnimationConfig()
1585 KeyboardAnimationConfig keyboardAnimationConfig_;
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow_impl.h205 virtual KeyboardAnimationConfig GetKeyboardAnimationConfig() override;
300 KeyboardAnimationConfig keyboardAnimationConfig_;
H A Dwm_common.h776 struct KeyboardAnimationConfig { struct
H A Dwindow.h290 virtual KeyboardAnimationConfig GetKeyboardAnimationConfig() = 0;
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h307 virtual KeyboardAnimationConfig GetKeyboardAnimationConfig() override;
H A Dwindow_session_impl.h159 KeyboardAnimationConfig GetKeyboardAnimationConfig() override;
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwm_common.h1232 struct KeyboardAnimationConfig { struct
H A Dwindow.h1725 virtual KeyboardAnimationConfig GetKeyboardAnimationConfig() { return {}; } in GetKeyboardAnimationConfig()
/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp1041 KeyboardAnimationConfig WindowImpl::GetKeyboardAnimationConfig() in GetKeyboardAnimationConfig()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_ability.cpp480 KeyboardAnimationConfig config = {curveIn, curveOut}; in OnStart()
H A Dui_content_impl.cpp2004 KeyboardAnimationConfig config = {curveIn, curveOut}; in CommonInitialize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h994 …void DoKeyboardAvoidAnimate(const KeyboardAnimationConfig& keyboardAnimationConfig, float keyboard…
H A Dpipeline_context.cpp4406 void PipelineContext::DoKeyboardAvoidAnimate(const KeyboardAnimationConfig& keyboardAnimationConfig, in DoKeyboardAvoidAnimate()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp1276 KeyboardAnimationConfig WindowImpl::GetKeyboardAnimationConfig() in GetKeyboardAnimationConfig()
H A Dwindow_session_impl.cpp3953 KeyboardAnimationConfig WindowSessionImpl::GetKeyboardAnimationConfig() in GetKeyboardAnimationConfig()