Home
last modified time | relevance | path

Searched refs:extendSelection (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/core/java/android/text/
H A DSelection.java167 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 DEditText.java148 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 DArrowKeyMovementMethod.java159 Selection.extendSelection(buffer, 0); in top()
169 Selection.extendSelection(buffer, buffer.length()); in bottom()
/aosp12/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java774 Selection.extendSelection(content, start); in setSelection()
/aosp12/frameworks/base/core/java/android/view/
H A DView.java14178 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 Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt44326 method public static final void extendSelection(android.text.Spannable, int);
54658 method public void extendSelection(int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt29783 method public static final void extendSelection(android.text.Spannable, int);
37297 method public void extendSelection(int);
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt59891 Landroid/text/Selection;->extendSelection(Landroid/text/Spannable;II)V