Home
last modified time | relevance | path

Searched refs:subTextStart (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DEditorInfo.java811 public void setInitialSurroundingSubText(@NonNull CharSequence subText, int subTextStart) { in setInitialSurroundingSubText() argument
822 ? initialSelEnd - subTextStart : initialSelStart - subTextStart; in setInitialSurroundingSubText()
824 ? initialSelStart - subTextStart : initialSelEnd - subTextStart; in setInitialSurroundingSubText()
828 if (subTextStart < 0 || subTextSelStart < 0 || subTextSelEnd > subTextLength) { in setInitialSurroundingSubText()
835 subTextSelEnd, subTextStart); in setInitialSurroundingSubText()
839 trimLongSurroundingText(subText, subTextSelStart, subTextSelEnd, subTextStart); in setInitialSurroundingSubText()
861 int subTextStart) { in trimLongSurroundingText() argument
911 final int newOffset = subTextStart + selStart - newSelHead; in trimLongSurroundingText()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...