Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DSelection.java167 public static final void extendSelection(Spannable text, int index) { in extendSelection() method in Selection
168 extendSelection(text, index, -1); in extendSelection()
174 private static void extendSelection(Spannable text, int index, int memory) { in extendSelection() method in Selection
258 extendSelection(text, move, newMemory); in setSelectionAndMemory()
419 extendSelection(text, to); in extendToParagraphStart()
438 extendSelection(text, to); in extendToParagraphEnd()
456 extendSelection(text, 0); in extendUp()
475 extendSelection(text, text.length(), -1); in extendDown()
491 extendSelection(text, to); in extendLeft()
507 extendSelection(text, to); in extendRight()
[all …]
/frameworks/base/core/java/android/widget/
DEditText.java211 public void extendSelection(int index) { in extendSelection() method in EditText
212 Selection.extendSelection(getText(), index); in extendSelection()
/frameworks/base/core/java/android/text/method/
DArrowKeyMovementMethod.java178 Selection.extendSelection(buffer, 0); in top()
188 Selection.extendSelection(buffer, buffer.length()); in bottom()
/frameworks/base/core/java/android/view/inputmethod/
DBaseInputConnection.java808 Selection.extendSelection(content, start); in setSelection()
/frameworks/base/core/java/android/view/
DView.java15983 final boolean extendSelection = arguments.getBoolean( in performAccessibilityActionInternal()
15985 return traverseAtGranularity(granularity, true, extendSelection); in performAccessibilityActionInternal()
15992 final boolean extendSelection = arguments.getBoolean( in performAccessibilityActionInternal()
15994 return traverseAtGranularity(granularity, false, extendSelection); in performAccessibilityActionInternal()
16085 boolean extendSelection) { in traverseAtGranularity() argument
16106 if (extendSelection && isAccessibilitySelectionExtendable()) { in traverseAtGranularity()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt29783 method public static final void extendSelection(android.text.Spannable, int);
37297 method public void extendSelection(int);
/frameworks/base/core/api/
Dcurrent.txt47946 method public static final void extendSelection(android.text.Spannable, int);
59164 method public void extendSelection(int);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt55925 Landroid/text/Selection;->extendSelection(Landroid/text/Spannable;II)V