HomeSort by relevance Sort by last modified time
    Searched refs:applyPrefixHighlight (Results 1 - 3 of 3) sorted by null

  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/format/
TextHighlighterTest.java 45 CharSequence seq = mTextHighlighter.applyPrefixHighlight("", "");
48 seq = mTextHighlighter.applyPrefixHighlight("test", "");
55 CharSequence seq = mTextHighlighter.applyPrefixHighlight("test", prefix);
58 seq = mTextHighlighter.applyPrefixHighlight("Test", prefix);
61 seq = mTextHighlighter.applyPrefixHighlight("TEst", prefix);
64 seq = mTextHighlighter.applyPrefixHighlight("a test", prefix);
69 final CharSequence seq = mTextHighlighter.applyPrefixHighlight("test", "TA");
74 final CharSequence seq = mTextHighlighter.applyPrefixHighlight(
81 CharSequence seq = mTextHighlighter.applyPrefixHighlight("atest", prefix);
84 seq = mTextHighlighter.applyPrefixHighlight("atest otest", prefix)
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/format/
TextHighlighter.java 52 view.setText(applyPrefixHighlight(text, prefix));
76 public CharSequence applyPrefixHighlight(CharSequence text, String prefix) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java     [all...]

Completed in 246 milliseconds