Searched refs:isKeyboardShow (Results 1 - 6 of 6) sorted by relevance
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | keyboard_session.cpp | 573 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 D | keyboard_session.h | 53 void CloseKeyboardSyncTransaction(const WSRect& keyboardPanelRect, bool isKeyboardShow, bool isRotating) override;
|
H A D | scene_session.h | 193 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 D | toast_pattern.cpp | 88 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 D | keyboard_session_test.cpp | 836 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 D | js_scene_session.cpp | 2527 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