Searched refs:extendSelection (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/text/ |
D | Selection.java | 166 public static final void extendSelection(Spannable text, int index) { in extendSelection() method in Selection 167 extendSelection(text, index, -1); in extendSelection() 173 private static void extendSelection(Spannable text, int index, int memory) { in extendSelection() method in Selection 257 extendSelection(text, move, newMemory); in setSelectionAndMemory() 361 extendSelection(text, 0); in extendUp() 380 extendSelection(text, text.length(), -1); in extendDown() 396 extendSelection(text, to); in extendLeft() 412 extendSelection(text, to); in extendRight() 421 extendSelection(text, where); in extendToLeftEdge() 427 extendSelection(text, where); in extendToRightEdge() [all …]
|
/frameworks/base/core/java/android/widget/ |
D | EditText.java | 148 public void extendSelection(int index) { in extendSelection() method in EditText 149 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 | 774 Selection.extendSelection(content, start); in setSelection()
|
/frameworks/base/core/java/android/view/ |
D | View.java | 14155 final boolean extendSelection = arguments.getBoolean( in performAccessibilityActionInternal() 14157 return traverseAtGranularity(granularity, true, extendSelection); in performAccessibilityActionInternal() 14164 final boolean extendSelection = arguments.getBoolean( in performAccessibilityActionInternal() 14166 return traverseAtGranularity(granularity, false, extendSelection); in performAccessibilityActionInternal() 14221 boolean extendSelection) { in traverseAtGranularity() argument 14242 if (extendSelection && isAccessibilitySelectionExtendable()) { in traverseAtGranularity()
|
/frameworks/base/core/api/ |
D | current.txt | 44248 method public static final void extendSelection(android.text.Spannable, int); 54560 method public void extendSelection(int);
|
/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/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 59891 Landroid/text/Selection;->extendSelection(Landroid/text/Spannable;II)V
|