Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimation_util.h56 static AnimationOption CreateKeyboardAnimationOption(const KeyboardAnimationConfig& config, float keyboardHeight);
H A Danimation_util.cpp485 const KeyboardAnimationConfig& config, float keyboardHeight) in CreateKeyboardAnimationOption()
/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()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h78 struct KeyboardAnimationConfig { struct
1086 void SetKeyboardAnimationConfig(const KeyboardAnimationConfig& config) in SetKeyboardAnimationConfig()
1091 KeyboardAnimationConfig GetKeyboardAnimationConfig() const in GetKeyboardAnimationConfig()
1571 KeyboardAnimationConfig keyboardAnimationConfig_;
/foundation/window/window_manager/previewer/include/
H A Dwindow_impl.h205 virtual KeyboardAnimationConfig GetKeyboardAnimationConfig() override;
294 KeyboardAnimationConfig keyboardAnimationConfig_;
H A Dwindow.h287 virtual KeyboardAnimationConfig GetKeyboardAnimationConfig() = 0;
H A Dwm_common.h785 struct KeyboardAnimationConfig { struct in OHOS::Rosen::WindowType::WindowState::WmErrorCode::SystemBarSettingFlag::WindowSessionType::WindowTag
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwm_common.h1189 struct KeyboardAnimationConfig { struct in OHOS::Rosen::WindowType::WindowModeType::SystemBarSettingFlag
H A Dwindow.h1668 * @return KeyboardAnimationConfig
1670 virtual KeyboardAnimationConfig GetKeyboardAnimationConfig() { return {}; } in GetKeyboardAnimationConfig()
/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp1021 KeyboardAnimationConfig WindowImpl::GetKeyboardAnimationConfig() in GetKeyboardAnimationConfig()
/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h159 KeyboardAnimationConfig GetKeyboardAnimationConfig() override;
H A Dwindow_impl.h307 virtual KeyboardAnimationConfig GetKeyboardAnimationConfig() override;
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_ability.cpp485 KeyboardAnimationConfig config = {curveIn, curveOut}; in OnStart()
H A Dui_content_impl.cpp1946 KeyboardAnimationConfig config = {curveIn, curveOut}; in CommonInitialize()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h1000 void DoKeyboardAvoidAnimate(const KeyboardAnimationConfig& keyboardAnimationConfig, float keyboardHeight,
H A Dpipeline_context.cpp5007 void PipelineContext::DoKeyboardAvoidAnimate(const KeyboardAnimationConfig& keyboardAnimationConfig, in DoKeyboardAvoidAnimate()
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp1242 KeyboardAnimationConfig WindowImpl::GetKeyboardAnimationConfig() in GetKeyboardAnimationConfig()
H A Dwindow_session_impl.cpp3805 KeyboardAnimationConfig WindowSessionImpl::GetKeyboardAnimationConfig() in GetKeyboardAnimationConfig()

Completed in 54 milliseconds