Home
last modified time | relevance | path

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

/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
DContactsListFragment.java730 final int startIndex = indexOfSearchQuery(displayName); in bindView() local
732 if (startIndex == -1) { in bindView()
754 highlightedName.setSpan(highlightTextSpan, startIndex, in bindView()
755 startIndex + mSearchTerm.length(), 0); in bindView()