Searched refs:setSelectionRange (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/view/inputmethod/ |
D | CursorAnchorInfoTest.java | 94 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/ |
D | CursorAnchorInfo.java | 275 public Builder setSelectionRange(final int newStart, final int newEnd) { in setSelectionRange() method in CursorAnchorInfo.Builder
|
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 4075 builder.setSelectionRange(selectionStart, mTextView.getSelectionEnd()); in updatePosition()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 35591 method public android.view.inputmethod.CursorAnchorInfo.Builder setSelectionRange(int, int);
|
/frameworks/base/api/ |
D | current.txt | 47752 method public android.view.inputmethod.CursorAnchorInfo.Builder setSelectionRange(int, int);
|
D | system-current.txt | 51295 method public android.view.inputmethod.CursorAnchorInfo.Builder setSelectionRange(int, int);
|