Searched refs:startIndex (Results 1 – 1 of 1) sorted by relevance
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()