Home
last modified time | relevance | path

Searched refs:isKeyboardShow (Results 1 - 6 of 6) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp573 bool isKeyboardShow, bool isRotating) in CloseKeyboardSyncTransaction()
575 TLOGI(WmsLogTag::WMS_KEYBOARD, "keyboardPanelRect: %{public}s, isKeyboardShow: %{public}d, isRotating: %{public}d", in CloseKeyboardSyncTransaction()
576 keyboardPanelRect.ToString().c_str(), isKeyboardShow, isRotating); in CloseKeyboardSyncTransaction()
577 auto task = [weakThis = wptr(this), keyboardPanelRect, isKeyboardShow, isRotating]() { in CloseKeyboardSyncTransaction()
588 if (isKeyboardShow) { in CloseKeyboardSyncTransaction()
572 CloseKeyboardSyncTransaction(const WSRect& keyboardPanelRect, bool isKeyboardShow, bool isRotating) CloseKeyboardSyncTransaction() argument
/foundation/window/window_manager/window_scene/session/host/include/
H A Dkeyboard_session.h53 void CloseKeyboardSyncTransaction(const WSRect& keyboardPanelRect, bool isKeyboardShow, bool isRotating) override;
H A Dscene_session.h193 bool isKeyboardShow, bool isRotating) {}; in CloseKeyboardSyncTransaction()
192 CloseKeyboardSyncTransaction(const WSRect& keyboardPanelRect, bool isKeyboardShow, bool isRotating) CloseKeyboardSyncTransaction() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_pattern.cpp88 bool isKeyboardShow = false; in UpdateHoverModeRect() local
95 isKeyboardShow = safeAreaManager->GetKeyboardInset().IsValid(); in UpdateHoverModeRect()
98 if (isKeyboardShow && showMode != ToastShowMode::SYSTEM_TOP_MOST) { in UpdateHoverModeRect()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dkeyboard_session_test.cpp836 bool isKeyboardShow = true; in HWTEST_F() local
839 keyboardSession->CloseKeyboardSyncTransaction(keyboardPanelRect, isKeyboardShow, isRotating); in HWTEST_F()
854 bool isKeyboardShow = true; in HWTEST_F() local
859 keyboardSession->CloseKeyboardSyncTransaction(keyboardPanelRect, isKeyboardShow, isRotating); in HWTEST_F()
1315 bool isKeyboardShow = true; in HWTEST_F() local
1322 keyboardSession->CloseKeyboardSyncTransaction(keyboardPanelRect, isKeyboardShow, isRotating); in HWTEST_F()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.cpp2527 bool isKeyboardShow = false; in OnCloseKeyboardSyncTransaction() local
2528 if (!ConvertFromJsValue(env, argv[ARG_INDEX_1], isKeyboardShow)) { in OnCloseKeyboardSyncTransaction()
2548 session->CloseKeyboardSyncTransaction(keyboardPanelRect, isKeyboardShow, isRotating); in OnCloseKeyboardSyncTransaction()

Completed in 14 milliseconds