Home
last modified time | relevance | path

Searched defs:keyboardRect (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dkeyboard_base_pattern.cpp89 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 Doverlay_manager.cpp5478 Rect keyboardRect = Rect(0.0f, 0.0f, 0.0f, 0.0f); in CloseKeyboard() local
/foundation/window/window_manager/wmserver/test/unittest/
H A Davoid_area_controller_test.cpp198 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 Dtext_field_manager.cpp155 Rect keyboardRect; in TriggerAvoidOnCaretChange() local
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_ability.cpp742 Rect keyboardRect = Rect(rect.posX_, rect.posY_, rect.width_, rect.height_); in OnSizeChange() local
H A Dui_content_impl.cpp390 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 Dscene_session.cpp1504 WSRect keyboardRect = {0, 0, 0, 0}; in GetKeyboardAvoidArea() local

Completed in 29 milliseconds