Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dkeyboard_base_pattern.cpp91 Rect keyboardRect = Rect(0.0f, 0.0f, 0.0f, customHeight); in OnAreaChangedInner() local
107 Rect keyboardRect = Rect(0.0f, 0.0f, 0.0f, keyboardHeight); in SetKeyboardAreaChange() local
H A Doverlay_manager.cpp5455 Rect keyboardRect = Rect(0.0f, 0.0f, 0.0f, 0.0f); in CloseKeyboard() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_manager.cpp156 Rect keyboardRect; in TriggerAvoidOnCaretChange() local
/ohos5.0/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_, screenRe… in SetUpTestCase() local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_ability.cpp737 Rect keyboardRect = Rect(rect.posX_, rect.posY_, rect.width_, rect.height_); in OnSizeChange() local
H A Dui_content_impl.cpp403 Rect keyboardRect = Rect(rect.posX_, rect.posY_, rect.width_, rect.height_); in OnSizeChange() local
447 bool LaterAvoid(const Rect& keyboardRect, double positionY, double height) in LaterAvoid()
495 … void SetUIExtensionImeShow(const Rect& keyboardRect, const RefPtr<NG::PipelineContext>& pipeline) in SetUIExtensionImeShow()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp1803 WSRect keyboardRect = {0, 0, 0, 0}; in GetKeyboardAvoidArea() local