Home
last modified time | relevance | path

Searched refs:setSelectionRange (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
DCursorAnchorInfoTest.java94 builder.setSelectionRange(SELECTION_START, SELECTION_END) in testBuilder()
237 new Builder().setSelectionRange(SELECTION_START1, SELECTION_END1).build(), in testEquality()
238 new Builder().setSelectionRange(SELECTION_START1, SELECTION_END1).build()); in testEquality()
240 new Builder().setSelectionRange(SELECTION_START1, SELECTION_END1).build(), in testEquality()
241 new Builder().setSelectionRange(SELECTION_START1, SELECTION_END2).build()); in testEquality()
243 new Builder().setSelectionRange(SELECTION_START1, SELECTION_END1).build(), in testEquality()
244 new Builder().setSelectionRange(SELECTION_START2, SELECTION_END1).build()); in testEquality()
246 new Builder().setSelectionRange(SELECTION_START1, SELECTION_END1).build(), in testEquality()
247 new Builder().setSelectionRange(SELECTION_START2, SELECTION_END2).build()); in testEquality()
405 builder.setSelectionRange(SELECTION_START, SELECTION_END) in testMatrixIsRequired()
/frameworks/base/core/java/android/view/inputmethod/
DCursorAnchorInfo.java275 public Builder setSelectionRange(final int newStart, final int newEnd) { in setSelectionRange() method in CursorAnchorInfo.Builder
/frameworks/base/core/java/android/widget/
DEditor.java4075 builder.setSelectionRange(selectionStart, mTextView.getSelectionEnd()); in updatePosition()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt35591 method public android.view.inputmethod.CursorAnchorInfo.Builder setSelectionRange(int, int);
/frameworks/base/api/
Dcurrent.txt47752 method public android.view.inputmethod.CursorAnchorInfo.Builder setSelectionRange(int, int);
Dsystem-current.txt51295 method public android.view.inputmethod.CursorAnchorInfo.Builder setSelectionRange(int, int);