Searched refs:highlightTextSpan (Results 1 – 1 of 1) sorted by relevance
644 private TextAppearanceSpan highlightTextSpan; // Stores the highlight text appearance style field in ContactsListFragment.ContactsAdapter669 highlightTextSpan = new TextAppearanceSpan(getActivity(), R.style.searchTextHiglight); in ContactsAdapter()754 highlightedName.setSpan(highlightTextSpan, startIndex, in bindView()