Home
last modified time | relevance | path

Searched refs:GetKeyboardAnimationConfig (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_window.h186 … virtual KeyboardAnimationConfig GetKeyboardAnimationConfig() {return g_KeyboardAnimationConfig;}; in GetKeyboardAnimationConfig() function
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow_impl.h205 virtual KeyboardAnimationConfig GetKeyboardAnimationConfig() override;
H A Dwindow.h290 virtual KeyboardAnimationConfig GetKeyboardAnimationConfig() = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_pattern.cpp156 auto keyboardAnimationConfig = context->GetKeyboardAnimationConfig(); in OnDirtyLayoutWrapperSwap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dsession_wrapper_impl.cpp344 auto hostConfig = pipeline->GetKeyboardAnimationConfig(); in UpdateSessionConfig()
/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/previewer/src/
H A Dwindow_impl.cpp1041 KeyboardAnimationConfig WindowImpl::GetKeyboardAnimationConfig() in GetKeyboardAnimationConfig() function in OHOS::Rosen::WindowImpl
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp309 … subPipelineContextNG->SetKeyboardAnimationConfig(parentPipeline->GetKeyboardAnimationConfig()); in InitContainer()
322 subPipelineContext->SetKeyboardAnimationConfig(parentPipeline->GetKeyboardAnimationConfig()); in InitContainer()
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1725 virtual KeyboardAnimationConfig GetKeyboardAnimationConfig() { return {}; } in GetKeyboardAnimationConfig() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_ability.cpp475 auto rsConfig = window->GetKeyboardAnimationConfig(); in OnStart()
H A Dui_content_impl.cpp1999 auto rsConfig = window_->GetKeyboardAnimationConfig(); in CommonInitialize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h1113 KeyboardAnimationConfig GetKeyboardAnimationConfig() const in GetKeyboardAnimationConfig() function
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_test.cpp1883 HWTEST_F(WindowTest, GetKeyboardAnimationConfig, Function | SmallTest | Level2)
1888 auto ret = window->GetKeyboardAnimationConfig();
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp1276 KeyboardAnimationConfig WindowImpl::GetKeyboardAnimationConfig() in GetKeyboardAnimationConfig() function in OHOS::Rosen::WindowImpl
H A Dwindow_session_impl.cpp3953 KeyboardAnimationConfig WindowSessionImpl::GetKeyboardAnimationConfig() in GetKeyboardAnimationConfig() function in OHOS::Rosen::WindowSessionImpl