Searched refs:extendSelection (Results 1 – 9 of 9) 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 | 140 public void extendSelection(int index) { in extendSelection() method in EditText 141 Selection.extendSelection(getText(), index); in extendSelection()
|
/frameworks/base/core/java/android/text/method/ |
D | ArrowKeyMovementMethod.java | 159 Selection.extendSelection(buffer, 0); in top() 169 Selection.extendSelection(buffer, buffer.length()); in bottom()
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | BaseInputConnection.java | 677 Selection.extendSelection(content, start); in setSelection()
|
/frameworks/base/core/java/android/view/ |
D | View.java | 11409 final boolean extendSelection = arguments.getBoolean( 11411 return traverseAtGranularity(granularity, true, extendSelection); 11418 final boolean extendSelection = arguments.getBoolean( 11420 return traverseAtGranularity(granularity, false, extendSelection); 11460 boolean extendSelection) { 11481 if (extendSelection && isAccessibilitySelectionExtendable()) {
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 29783 method public static final void extendSelection(android.text.Spannable, int); 37297 method public void extendSelection(int);
|
/frameworks/base/api/ |
D | current.txt | 41490 method public static final void extendSelection(android.text.Spannable, int); 49964 method public void extendSelection(int);
|
D | test-current.txt | 41766 method public static final void extendSelection(android.text.Spannable, int); 50435 method public void extendSelection(int);
|
D | system-current.txt | 45075 method public static final void extendSelection(android.text.Spannable, int); 53922 method public void extendSelection(int);
|