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 44 CharSequence seq = mTextHighlighter.applyPrefixHighlight("", "");
47 seq = mTextHighlighter.applyPrefixHighlight("test", "");
54 CharSequence seq = mTextHighlighter.applyPrefixHighlight("test", prefix);
57 seq = mTextHighlighter.applyPrefixHighlight("Test", prefix);
60 seq = mTextHighlighter.applyPrefixHighlight("TEst", prefix);
63 seq = mTextHighlighter.applyPrefixHighlight("a test", prefix);
68 final CharSequence seq = mTextHighlighter.applyPrefixHighlight("test", "TA");
73 final CharSequence seq = mTextHighlighter.applyPrefixHighlight(
80 CharSequence seq = mTextHighlighter.applyPrefixHighlight("atest", prefix);
83 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 63 milliseconds