Home
last modified time | relevance | path

Searched refs:UpdateCaretRectByPositionNearTouchOffset (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_select_controller.h226 void UpdateCaretRectByPositionNearTouchOffset(int32_t position, const Offset& touchOffset);
H A Dtext_select_controller.cpp149 void TextSelectController::UpdateCaretRectByPositionNearTouchOffset(int32_t position, const Offset&… in UpdateCaretRectByPositionNearTouchOffset() function in OHOS::Ace::NG::TextSelectController
165 UpdateCaretRectByPositionNearTouchOffset(index, localOffset); in UpdateCaretInfoByOffset()