Home
last modified time | relevance | path

Searched defs:keyboardPanelRect (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dkeyboard_session_test.cpp859 WSRect keyboardPanelRect = { 0, 0, 0, 0 }; variable
1046 WSRect keyboardPanelRect = {0, 0, 0, 0}; variable
1130 Rosen::WSRect keyboardPanelRect{ 0, 0, 0, 0 }; variable
1162 Rosen::WSRect keyboardPanelRect{ 1, 1, 1, 1 }; variable
1196 Rosen::WSRect keyboardPanelRect{ 1, 1, 1, 1 }; variable
1238 Rosen::WSRect keyboardPanelRect{ 0, 0, 0, 0 }; variable
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp427 void KeyboardSession::RaiseCallingSession(const WSRect& keyboardPanelRect, bool needCheckVisible, in RaiseCallingSession()
585 void KeyboardSession::CloseKeyboardSyncTransaction(const WSRect& keyboardPanelRect, in CloseKeyboardSyncTransaction()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h206 virtual void CloseKeyboardSyncTransaction(const WSRect& keyboardPanelRect, in CloseKeyboardSyncTransaction()
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.cpp2562 WSRect keyboardPanelRect = { 0, 0, 0, 0 }; in OnCloseKeyboardSyncTransaction() local