Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DSelection.java100 public static final void extendSelection(Spannable text, int index) { in extendSelection() method in Selection
276 extendSelection(text, move); in extendUp()
279 extendSelection(text, 0); in extendUp()
305 extendSelection(text, move); in extendDown()
308 extendSelection(text, text.length()); in extendDown()
324 extendSelection(text, to); in extendLeft()
340 extendSelection(text, to); in extendRight()
349 extendSelection(text, where); in extendToLeftEdge()
355 extendSelection(text, where); in extendToRightEdge()
381 Spannable text, PositionIterator iter, boolean extendSelection) { in moveToPreceding() argument
[all …]
/frameworks/base/core/java/android/widget/
DEditText.java112 public void extendSelection(int index) { in extendSelection() method in EditText
113 Selection.extendSelection(getText(), index); in extendSelection()
/frameworks/base/core/java/android/text/method/
DArrowKeyMovementMethod.java160 Selection.extendSelection(buffer, 0); in top()
170 Selection.extendSelection(buffer, buffer.length()); in bottom()
282 Selection.extendSelection(buffer, offset); in onTouchEvent()
299 Selection.extendSelection(buffer, offset); in onTouchEvent()
/frameworks/base/core/java/android/view/inputmethod/
DBaseInputConnection.java507 Selection.extendSelection(content, start); in setSelection()
/frameworks/base/core/java/android/view/
DView.java8151 final boolean extendSelection = arguments.getBoolean(
8153 return traverseAtGranularity(granularity, true, extendSelection);
8160 final boolean extendSelection = arguments.getBoolean(
8162 return traverseAtGranularity(granularity, false, extendSelection);
8189 boolean extendSelection) {
8210 if (extendSelection && isAccessibilitySelectionExtendable()) {
/frameworks/base/api/
Dsystem-current.txt32018 method public static final void extendSelection(android.text.Spannable, int);
39828 method public void extendSelection(int);
Dcurrent.txt29785 method public static final void extendSelection(android.text.Spannable, int);
37299 method public void extendSelection(int);