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 D | text_base.h | 68 virtual void StartGestureSelection(int32_t start, int32_t end, const Offset& startOffset) in StartGestureSelection() function
|
H A D | text_pattern.h | 804 void StartGestureSelection(int32_t start, int32_t end, const Offset& startOffset) override;
|
H A D | text_pattern.cpp | 374 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 D | text_field_pattern.cpp | 3286 StartGestureSelection(start, end, localOffset); in HandleLongPress()
|