Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_select_controller.h200 void MoveFirstHandleToContentRect(int32_t index, bool moveHandle = true);
H A Dtext_select_controller.cpp225 MoveFirstHandleToContentRect(GetFirstHandleIndex()); in UpdateSelectByOffset()
241 MoveFirstHandleToContentRect(GetFirstHandleIndex()); in UpdateSelectPragraphByOffset()
483 void TextSelectController::MoveFirstHandleToContentRect(int32_t index, bool moveHandle) in MoveFirstHandleToContentRect() function in OHOS::Ace::NG::TextSelectController
H A Dtext_field_select_overlay.cpp460 selectController->MoveFirstHandleToContentRect(position, false); in OnHandleMove()
H A Dtext_field_pattern.cpp780 selectController_->MoveFirstHandleToContentRect(selectController_->GetFirstHandleIndex()); in UpdateCaretRect()
5728 selectController_->MoveFirstHandleToContentRect(selectionStart, false); in SetSelectionFlag()
5730 selectController_->MoveFirstHandleToContentRect(selectionStart); in SetSelectionFlag()
8550 selectController_->MoveFirstHandleToContentRect(start, false); in OnBackPressed()