Home
last modified time | relevance | path

Searched refs:UpdateSecondHandleInfoByMouseOffset (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_select_controller.h190 void UpdateSecondHandleInfoByMouseOffset(const Offset& localOffset);
H A Dtext_select_controller.cpp641 void TextSelectController::UpdateSecondHandleInfoByMouseOffset(const Offset& localOffset) in UpdateSecondHandleInfoByMouseOffset() function in OHOS::Ace::NG::TextSelectController
H A Dtext_field_pattern.cpp3723 selectController_->UpdateSecondHandleInfoByMouseOffset(info.GetLocalLocation()); // 更新时上报事件 in HandleLeftMouseMoveEvent()