Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DSelection.java166 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/
DEditText.java149 public void extendSelection(int index) { in extendSelection() method in EditText
150 Selection.extendSelection(getText(), index); in extendSelection()
/frameworks/base/core/java/android/text/method/
DArrowKeyMovementMethod.java159 Selection.extendSelection(buffer, 0); in top()
169 Selection.extendSelection(buffer, buffer.length()); in bottom()
/frameworks/base/core/java/android/view/inputmethod/
DBaseInputConnection.java677 Selection.extendSelection(content, start); in setSelection()
/frameworks/base/core/java/android/view/
DView.java13571 final boolean extendSelection = arguments.getBoolean(
13573 return traverseAtGranularity(granularity, true, extendSelection);
13580 final boolean extendSelection = arguments.getBoolean(
13582 return traverseAtGranularity(granularity, false, extendSelection);
13637 boolean extendSelection) {
13658 if (extendSelection && isAccessibilitySelectionExtendable()) {
/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/non-updatable-api/
Dcurrent.txt47327 method public static final void extendSelection(android.text.Spannable, int);
56860 method public void extendSelection(int);
/frameworks/base/api/
Dcurrent.txt47471 method public static final void extendSelection(android.text.Spannable, int);
57004 method public void extendSelection(int);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt70591 Landroid/text/Selection;->extendSelection(Landroid/text/Spannable;II)V