Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_select_overlay.cpp274 ApplySelectAreaWithKeyboard(res); in GetSelectArea()
289 ApplySelectAreaWithKeyboard(intersectRect); in GetSelectArea()
H A Dbase_text_select_overlay.h303 void ApplySelectAreaWithKeyboard(RectF& selectArea);
H A Dbase_text_select_overlay.cpp1178 void BaseTextSelectOverlay::ApplySelectAreaWithKeyboard(RectF& selectArea) in ApplySelectAreaWithKeyboard() function in OHOS::Ace::NG::BaseTextSelectOverlay
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_select_overlay.cpp333 ApplySelectAreaWithKeyboard(intersectRect); in GetSelectArea()