Searched refs:setMarqueeText (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | ContactListItemView.java | 1017 setMarqueeText(headerTextView, title); in updateHeaderText() 1186 setMarqueeText(mPhoneticNameTextView, text, size); in setPhoneticName() 1219 setMarqueeText(mLabelView, text); in setLabel() 1258 setMarqueeText(mDataView, text, size); in setData() 1289 setMarqueeText(mDataView, textToSet); in setPhoneNumber() 1298 private void setMarqueeText(TextView textView, char[] text, int size) { in setMarqueeText() method in ContactListItemView 1300 setMarqueeText(textView, new String(text, 0, size)); in setMarqueeText() 1306 private void setMarqueeText(TextView textView, CharSequence text) { in setMarqueeText() method in ContactListItemView 1450 setMarqueeText(mStatusView, text); in setStatus() 1532 setMarqueeText(getNameTextView(), name); in setDisplayName()
|