Home
last modified time | relevance | path

Searched defs:selectStart (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ai/
H A Dai_write_adapter.h36 int32_t selectStart = 0; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_content_modifier.h46 PointF selectStart; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_select_overlay.cpp221 auto selectStart = std::min(textSelector.baseOffset, textSelector.destinationOffset); in OnHandleMoveDone() local
H A Drich_editor_pattern.cpp3525 void RichEditorPattern::HandleSelect(GestureEvent& info, int32_t selectStart, int32_t selectEnd) in HandleSelect()
3566 auto selectStart = textSelector_.GetTextStart(); in HandleDoubleClickOrLongPress() local
6691 auto selectStart = textSelector_.GetTextStart(); in OnBackPressed() local
6875 auto selectStart = std::min(textSelector_.baseOffset, textSelector_.destinationOffset); in OnBackPressed() local
6958 auto selectStart = std::min(textSelector_.baseOffset, textSelector_.destinationOffset); in OnBackPressed() local
6991 void RichEditorPattern::FireOnSelect(int32_t selectStart, int32_t selectEnd) in OnBackPressed()
7205 auto selectStart = textSelector_.GetTextStart(); in OnBackPressed() local
7256 …auto selectStart = result.spanPosition.spanRange[RichEditorSpanRange::RANGESTART] + result.offsetI… in OnBackPressed() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp1661 auto selectStart = textSelector_.GetTextStart(); in OnDragStart() local
3581 auto selectStart = std::min(textSelector.baseOffset, textSelector.destinationOffset); in CopyBindSelectionMenuParams() local
3627 void TextPattern::UpdateSelectionSpanType(int32_t selectStart, int32_t selectEnd) in UpdateSelectionSpanType()