Searched refs:startIndex (Results 1 – 2 of 2) sorted by relevance
201 private int findClosingParen(String value, int startIndex) {203 for (int i = startIndex; i < value.length(); i++) { in value.length()
730 final int startIndex = indexOfSearchQuery(displayName); in bindView() local732 if (startIndex == -1) { in bindView()754 highlightedName.setSpan(highlightTextSpan, startIndex, in bindView()755 startIndex + mSearchTerm.length(), 0); in bindView()