Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_base.h68 virtual void StartGestureSelection(int32_t start, int32_t end, const Offset& startOffset) in StartGestureSelection() function
H A Dtext_pattern.h804 void StartGestureSelection(int32_t start, int32_t end, const Offset& startOffset) override;
H A Dtext_pattern.cpp374 StartGestureSelection(textSelector_.GetStart(), textSelector_.GetEnd(), localOffset); in HandleLongPress()
4231 void TextPattern::StartGestureSelection(int32_t start, int32_t end, const Offset& startOffset) in StartGestureSelection() function in OHOS::Ace::NG::TextPattern
4234 TextGestureSelector::StartGestureSelection(start, end, startOffset); in StartGestureSelection()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp3286 StartGestureSelection(start, end, localOffset); in HandleLongPress()