Searched refs:queryEnd (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/core/java/android/text/ |
H A D | SpannableStringBuilder.java | 850 return getSpans(queryStart, queryEnd, kind, true); in getSpans() 872 int count = countSpans(queryStart, queryEnd, kind, treeRoot()); in getSpans() 891 private int countSpans(int queryStart, int queryEnd, Class kind, int i) { in countSpans() argument 901 count = countSpans(queryStart, queryEnd, kind, left); in countSpans() 909 if (spanStart <= queryEnd) { in countSpans() 915 (spanStart == spanEnd || queryStart == queryEnd || in countSpans() 916 (spanStart != queryEnd && spanEnd != queryStart)) && in countSpans() 945 private <T> int getSpansRec(int queryStart, int queryEnd, Class<T> kind, in getSpansRec() argument 964 if (spanStart <= queryEnd) { in getSpansRec() 970 (spanStart == spanEnd || queryStart == queryEnd || in getSpansRec() [all …]
|
H A D | SpannableStringInternal.java | 341 public <T> T[] getSpans(int queryStart, int queryEnd, Class<T> kind) { in getSpans() argument 354 if (spanStart > queryEnd) { in getSpans() 361 if (spanStart != spanEnd && queryStart != queryEnd) { in getSpans() 362 if (spanStart == queryEnd) { in getSpans()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |