Home
last modified time | relevance | path

Searched refs:GetKeyboardAnimationConfig (Results 1 - 17 of 17) sorted by relevance

/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 in OHOS::Rosen::MockWindow
/foundation/window/window_manager/previewer/include/
H A Dwindow.h287 virtual KeyboardAnimationConfig GetKeyboardAnimationConfig() = 0;
H A Dwindow_impl.h205 virtual KeyboardAnimationConfig GetKeyboardAnimationConfig() override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_pattern.cpp148 auto keyboardAnimationConfig = context->GetKeyboardAnimationConfig(); in OnDirtyLayoutWrapperSwap()
/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp1021 KeyboardAnimationConfig WindowImpl::GetKeyboardAnimationConfig() in GetKeyboardAnimationConfig() function in OHOS::Rosen::WindowImpl
/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/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test2.cpp1743 * @tc.name: GetKeyboardAnimationConfig
1744 * @tc.desc: GetKeyboardAnimationConfig
1747 HWTEST_F(WindowSessionImplTest2, GetKeyboardAnimationConfig, Function | SmallTest | Level2) in HWTEST_F()
1749 GTEST_LOG_(INFO) << "WindowSessionImplTest2: GetKeyboardAnimationConfig start"; in HWTEST_F()
1750 window_ = GetTestWindowImpl("GetKeyboardAnimationConfig"); in HWTEST_F()
1752 window_->GetKeyboardAnimationConfig(); in HWTEST_F()
1753 GTEST_LOG_(INFO) << "WindowSessionImplTest2: GetKeyboardAnimationConfig end"; in HWTEST_F()
H A Dwindow_test.cpp1935 * @tc.name: GetKeyboardAnimationConfig
1939 HWTEST_F(WindowTest, GetKeyboardAnimationConfig, Function | SmallTest | Level2) in HWTEST_F()
1944 auto ret = window->GetKeyboardAnimationConfig(); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_ability.cpp480 auto rsConfig = window->GetKeyboardAnimationConfig(); in OnStart()
H A Dui_content_impl.cpp1941 auto rsConfig = window_->GetKeyboardAnimationConfig(); in CommonInitialize()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h1091 KeyboardAnimationConfig GetKeyboardAnimationConfig() const in GetKeyboardAnimationConfig() function in OHOS::OHOS::Ace::PipelineBase
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dsession_wrapper_impl.cpp431 auto hostConfig = pipeline->GetKeyboardAnimationConfig(); in UpdateSessionConfig()
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1670 virtual KeyboardAnimationConfig GetKeyboardAnimationConfig() { return {}; } in GetKeyboardAnimationConfig() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp323 subPipelineContext->SetKeyboardAnimationConfig(parentPipeline->GetKeyboardAnimationConfig()); in InitContainer()
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp1242 KeyboardAnimationConfig WindowImpl::GetKeyboardAnimationConfig() in GetKeyboardAnimationConfig() function in OHOS::Rosen::WindowImpl
H A Dwindow_session_impl.cpp3805 KeyboardAnimationConfig WindowSessionImpl::GetKeyboardAnimationConfig() in GetKeyboardAnimationConfig() function in OHOS::OHOS::Rosen::WindowSessionImpl

Completed in 51 milliseconds