Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/format/
DTestTextWithHighlightingFactory.java19 import com.android.contacts.widget.TextWithHighlighting;
33 implements TextWithHighlighting {
46 public TextWithHighlighting createTextWithHighlighting() { in createTextWithHighlighting()
/packages/apps/Contacts/src/com/android/contacts/widget/
DTextWithHighlightingFactory.java22 TextWithHighlighting createTextWithHighlighting(); in createTextWithHighlighting()
DTextWithHighlighting.java24 public interface TextWithHighlighting extends Spanned { interface
DTextHighlightingAnimation.java57 public class TextWithHighlightingImpl implements TextWithHighlighting {