Home
last modified time | relevance | path

Searched refs:getSelectionStartIndex (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
H A DTextSelectionTest.java76 assertEquals(startIndex, result.getSelectionStartIndex()); in testParcel()
147 assertThat(fromBuilder.getSelectionStartIndex()) in testToBuilder()
148 .isEqualTo(textSelection.getSelectionStartIndex()); in testToBuilder()
/aosp12/frameworks/base/core/java/android/view/textclassifier/
H A DTextSelection.java67 public int getSelectionStartIndex() { in getSelectionStartIndex() method in TextSelection
/aosp12/frameworks/base/core/java/android/widget/
H A DSelectionActionModeHelper.java1144 mSelectionStart = Math.max(0, selection.getSelectionStartIndex() + mTrimStart); in suggestSelection()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt52778 method public int getSelectionStartIndex();