Home
last modified time | relevance | path

Searched refs:GetKeyboardLayoutParams (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp61 gravity = static_cast<SessionGravity>(sessionProperty->GetKeyboardLayoutParams().gravity_); in GetKeyboardGravity()
85 session->MoveAndResizeKeyboard(property->GetKeyboardLayoutParams(), property, true); in Show()
261 … session->MoveAndResizeKeyboard(sessionProperty->GetKeyboardLayoutParams(), sessionProperty, true); in SetCallingSessionId()
H A Dscene_session.cpp1344 KeyboardLayoutParams params = property->GetKeyboardLayoutParams(); in SetAdjustKeyboardLayoutCallback()
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h151 KeyboardLayoutParams GetKeyboardLayoutParams() const;
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp535 KeyboardLayoutParams WindowSessionProperty::GetKeyboardLayoutParams() const in GetKeyboardLayoutParams() function in OHOS::Rosen::WindowSessionProperty