Searched defs:selectEnd (Results 1 – 3 of 3) sorted by relevance
47 PointF selectEnd; member
1813 auto selectEnd = textSelector_.GetTextEnd(); in JudgeDraggable() local1850 auto selectEnd = std::max(textSelector_.baseOffset, textSelector_.destinationOffset); in HandleDoubleClickOrLongPress() local3805 auto selectEnd = std::max(textSelector_.baseOffset, textSelector_.destinationOffset); in OnBackPressed() local3864 auto selectEnd = std::max(textSelector_.baseOffset, textSelector_.destinationOffset); in OnBackPressed() local3895 void RichEditorPattern::FireOnSelect(int32_t selectStart, int32_t selectEnd) in OnBackPressed()3937 auto selectEnd = std::max(textSelector_.baseOffset, textSelector_.destinationOffset); in OnBackPressed() local4126 auto selectEnd = textSelector_.GetTextEnd(); in OnBackPressed() local
1181 auto selectEnd = textSelector_.GetTextEnd(); in OnDragStart() local2634 auto selectEnd = std::max(textSelector.baseOffset, textSelector.destinationOffset); in CopyBindSelectionMenuParams() local2668 void TextPattern::UpdateSelectionSpanType(int32_t selectStart, int32_t selectEnd) in UpdateSelectionSpanType()