Searched refs:currentRunIndex (Results 1 – 1 of 1) sorted by relevance
760 private int currentRunIndex; field in AttributedString.AttributedStringIterator878 if (currentRunStart == beginIndex || currentRunIndex == -1) { in getRunStart()883 int runIndex = currentRunIndex; in getRunStart()897 if (currentRunStart == beginIndex || currentRunIndex == -1) { in getRunStart()901 int runIndex = currentRunIndex; in getRunStart()903 … AttributedString.this.attributeValuesMatch(attributes, currentRunIndex, runIndex - 1)) { in getRunStart()919 if (currentRunLimit == endIndex || currentRunIndex == -1) { in getRunLimit()924 int runIndex = currentRunIndex; in getRunLimit()938 if (currentRunLimit == endIndex || currentRunIndex == -1) { in getRunLimit()942 int runIndex = currentRunIndex; in getRunLimit()[all …]