Searched defs:keyboardRect (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | keyboard_base_pattern.cpp | 89 Rect keyboardRect = Rect(0.0f, 0.0f, 0.0f, customHeight); in OnAreaChangedInner() local 105 Rect keyboardRect = Rect(0.0f, 0.0f, 0.0f, keyboardHeight); in SetKeyboardAreaChange() local
|
H A D | overlay_manager.cpp | 5478 Rect keyboardRect = Rect(0.0f, 0.0f, 0.0f, 0.0f); in CloseKeyboard() local
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | avoid_area_controller_test.cpp | 198 Rect keyboardRect = { 0, static_cast<int32_t>(screenRect.height_ / 2), screenRect.width_, screenRect.height_ / 2 }; in SetUpTestCase() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_manager.cpp | 155 Rect keyboardRect; in TriggerAvoidOnCaretChange() local
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_ability.cpp | 742 Rect keyboardRect = Rect(rect.posX_, rect.posY_, rect.width_, rect.height_); in OnSizeChange() local
|
H A D | ui_content_impl.cpp | 390 Rect keyboardRect = Rect(rect.posX_, rect.posY_, rect.width_, rect.height_); in OnSizeChange() local 434 bool LaterAvoid(const Rect& keyboardRect, double positionY, double height) in LaterAvoid() argument 475 SetUIExtensionImeShow(const Rect& keyboardRect) SetUIExtensionImeShow() argument [all...] |
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scene_session.cpp | 1504 WSRect keyboardRect = {0, 0, 0, 0}; in GetKeyboardAvoidArea() local
|
Completed in 29 milliseconds