Searched refs:setMarqueeText (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListItemView.java707 setMarqueeText(mHeaderTextView, title);
826 setMarqueeText(mPhoneticNameTextView, text, size);
857 setMarqueeText(mLabelView, text);
894 setMarqueeText(mDataView, text, size);
899 private void setMarqueeText(TextView textView, char[] text, int size) { method in class:ContactListItemView
901 setMarqueeText(textView, new String(text, 0, size));
907 private void setMarqueeText(TextView textView, CharSequence text) { method in class:ContactListItemView
1006 setMarqueeText(mCountView, text);
1024 setMarqueeText(mStatusView, text);
1059 setMarqueeText(getNameTextVie
[all...]

Completed in 24 milliseconds