Searched refs:extendSelection (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/text/ |
D | Selection.java | 167 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/ |
D | EditText.java | 211 public void extendSelection(int index) { in extendSelection() method in EditText 212 Selection.extendSelection(getText(), index); in extendSelection()
|
/frameworks/base/core/java/android/text/method/ |
D | ArrowKeyMovementMethod.java | 178 Selection.extendSelection(buffer, 0); in top() 188 Selection.extendSelection(buffer, buffer.length()); in bottom()
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | BaseInputConnection.java | 808 Selection.extendSelection(content, start); in setSelection()
|
/frameworks/base/core/java/android/view/ |
D | View.java | 15983 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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 29783 method public static final void extendSelection(android.text.Spannable, int); 37297 method public void extendSelection(int);
|
/frameworks/base/core/api/ |
D | current.txt | 47946 method public static final void extendSelection(android.text.Spannable, int); 59164 method public void extendSelection(int);
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 55925 Landroid/text/Selection;->extendSelection(Landroid/text/Spannable;II)V
|