Searched refs:extendSelection (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/text/ |
D | Selection.java | 100 public static final void extendSelection(Spannable text, int index) { in extendSelection() method in Selection 276 extendSelection(text, move); in extendUp() 279 extendSelection(text, 0); in extendUp() 305 extendSelection(text, move); in extendDown() 308 extendSelection(text, text.length()); in extendDown() 324 extendSelection(text, to); in extendLeft() 340 extendSelection(text, to); in extendRight() 349 extendSelection(text, where); in extendToLeftEdge() 355 extendSelection(text, where); in extendToRightEdge() 381 Spannable text, PositionIterator iter, boolean extendSelection) { in moveToPreceding() argument [all …]
|
/frameworks/base/core/java/android/widget/ |
D | EditText.java | 112 public void extendSelection(int index) { in extendSelection() method in EditText 113 Selection.extendSelection(getText(), index); in extendSelection()
|
/frameworks/base/core/java/android/text/method/ |
D | ArrowKeyMovementMethod.java | 160 Selection.extendSelection(buffer, 0); in top() 170 Selection.extendSelection(buffer, buffer.length()); in bottom() 282 Selection.extendSelection(buffer, offset); in onTouchEvent() 299 Selection.extendSelection(buffer, offset); in onTouchEvent()
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | BaseInputConnection.java | 507 Selection.extendSelection(content, start); in setSelection()
|
/frameworks/base/core/java/android/view/ |
D | View.java | 8151 final boolean extendSelection = arguments.getBoolean( 8153 return traverseAtGranularity(granularity, true, extendSelection); 8160 final boolean extendSelection = arguments.getBoolean( 8162 return traverseAtGranularity(granularity, false, extendSelection); 8189 boolean extendSelection) { 8210 if (extendSelection && isAccessibilitySelectionExtendable()) {
|
/frameworks/base/api/ |
D | system-current.txt | 32018 method public static final void extendSelection(android.text.Spannable, int); 39828 method public void extendSelection(int);
|
D | current.txt | 29785 method public static final void extendSelection(android.text.Spannable, int); 37299 method public void extendSelection(int);
|