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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListItemView.java793 setMarqueeText(mHeaderTextView, title);
941 setMarqueeText(mPhoneticNameTextView, text, size);
973 setMarqueeText(mLabelView, text);
1011 setMarqueeText(mDataView, text, size);
1037 setMarqueeText(mDataView, textToSet);
1046 private void setMarqueeText(TextView textView, char[] text, int size) { method in class:ContactListItemView
1048 setMarqueeText(textView, new String(text, 0, size));
1054 private void setMarqueeText(TextView textView, CharSequence text) { method in class:ContactListItemView
1154 setMarqueeText(mCountView, text);
1172 setMarqueeText(mStatusVie
[all...]

Completed in 47 milliseconds