Home
last modified time | relevance | path

Searched refs:UpdateStartSelection (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_manager.h150 virtual void UpdateStartSelection(int32_t end, const Offset& pos, const Offset& globalOffset);
H A Dtext_overlay_manager.cpp523 void TextOverlayBase::UpdateStartSelection(int32_t end, const Offset& pos, const Offset& globalOffs… function in OHOS::Ace::TextOverlayBase
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp539 UpdateStartSelection(DEFAULT_SELECT_INDEX, event.GetOffset(), true, false); in HandleMouseEvent()
742 UpdateStartSelection(DEFAULT_SELECT_INDEX, globalPosition, true, false); in OnClick()
881 UpdateStartSelection(DEFAULT_SELECT_INDEX, longPressPosition, singleHandle || isPassword, true); in OnLongPress()
2482 UpdateStartSelection(end, realOffset, isSingleHandle, false); in HandleOnStartHandleMove()
2647 void RenderTextField::UpdateStartSelection(int32_t end, const Offset& pos, bool isSingleHandle, boo… in UpdateStartSelection() function in OHOS::Ace::RenderTextField
H A Drender_text_field.h485 … void UpdateStartSelection(int32_t end, const Offset& pos, bool isSingleHandle, bool isLongPress);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.cpp718 UpdateStartSelection(end, realOffset, GetGlobalOffset()); in HandleOnStartHandleMove()