Home
last modified time | relevance | path

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

/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
DContactsListFragment.java644 private TextAppearanceSpan highlightTextSpan; // Stores the highlight text appearance style field in ContactsListFragment.ContactsAdapter
669 highlightTextSpan = new TextAppearanceSpan(getActivity(), R.style.searchTextHiglight); in ContactsAdapter()
754 highlightedName.setSpan(highlightTextSpan, startIndex, in bindView()