Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/common/ai/
Dai_write_adapter.h36 int32_t selectStart = 0; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
Dslider_content_modifier.h46 PointF selectStart; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
Drich_editor_select_overlay.cpp233 auto selectStart = std::min(textSelector.baseOffset, textSelector.destinationOffset); in OnHandleMoveDone() local
Drich_editor_pattern.cpp3423 void RichEditorPattern::HandleSelect(GestureEvent& info, int32_t selectStart, int32_t selectEnd) in HandleSelect()
3464 auto selectStart = textSelector_.GetTextStart(); in HandleDoubleClickOrLongPress() local
6605 auto selectStart = textSelector_.GetTextStart(); in OnBackPressed() local
6804 auto selectStart = std::min(textSelector_.baseOffset, textSelector_.destinationOffset); in OnBackPressed() local
6887 auto selectStart = std::min(textSelector_.baseOffset, textSelector_.destinationOffset); in OnBackPressed() local
6920 void RichEditorPattern::FireOnSelect(int32_t selectStart, int32_t selectEnd) in OnBackPressed()
7134 auto selectStart = textSelector_.GetTextStart(); in OnBackPressed() local
7185 …auto selectStart = result.spanPosition.spanRange[RichEditorSpanRange::RANGESTART] + result.offsetI… in OnBackPressed() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
Dtext_pattern.cpp1715 auto selectStart = textSelector_.GetTextStart(); in OnDragStart() local
3696 auto selectStart = std::min(textSelector_.baseOffset, textSelector_.destinationOffset); in OnHandleSelectionMenuCallback() local
3738 void TextPattern::UpdateSelectionSpanType(int32_t selectStart, int32_t selectEnd) in UpdateSelectionSpanType()