Searched refs:extendSelection (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/base/core/java/android/text/ |
H A D | Selection.java | 167 extendSelection(text, index, -1); in extendSelection() 257 extendSelection(text, move, newMemory); in setSelectionAndMemory() 361 extendSelection(text, 0); in extendUp() 396 extendSelection(text, to); in extendLeft() 412 extendSelection(text, to); in extendRight() 421 extendSelection(text, where); in extendToLeftEdge() 427 extendSelection(text, where); in extendToRightEdge() 457 if (extendSelection) { in moveToPreceding() 458 extendSelection(text, offset); in moveToPreceding() 472 if (extendSelection) { in moveToFollowing() [all …]
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | EditText.java | 148 public void extendSelection(int index) { in extendSelection() method in EditText 149 Selection.extendSelection(getText(), index); in extendSelection()
|
/aosp12/frameworks/base/core/java/android/text/method/ |
H A D | ArrowKeyMovementMethod.java | 159 Selection.extendSelection(buffer, 0); in top() 169 Selection.extendSelection(buffer, buffer.length()); in bottom()
|
/aosp12/frameworks/base/core/java/android/view/inputmethod/ |
H A D | BaseInputConnection.java | 774 Selection.extendSelection(content, start); in setSelection()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | View.java | 14178 final boolean extendSelection = arguments.getBoolean( in performAccessibilityActionInternal() 14180 return traverseAtGranularity(granularity, true, extendSelection); in performAccessibilityActionInternal() 14187 final boolean extendSelection = arguments.getBoolean( in performAccessibilityActionInternal() 14189 return traverseAtGranularity(granularity, false, extendSelection); in performAccessibilityActionInternal() 14280 boolean extendSelection) { in traverseAtGranularity() argument 14301 if (extendSelection && isAccessibilitySelectionExtendable()) { in traverseAtGranularity()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 44326 method public static final void extendSelection(android.text.Spannable, int); 54658 method public void extendSelection(int);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 29783 method public static final void extendSelection(android.text.Spannable, int); 37297 method public void extendSelection(int);
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 59891 Landroid/text/Selection;->extendSelection(Landroid/text/Spannable;II)V
|