Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java184 private TextView mPhoneticNameTextView; field in ContactListItemView
497 if (isVisible(mPhoneticNameTextView)) { in onMeasure()
498 mPhoneticNameTextView.measure( in onMeasure()
501 mPhoneticNameTextViewHeight = mPhoneticNameTextView.getMeasuredHeight(); in onMeasure()
847 if (isVisible(mPhoneticNameTextView)) { in onLayout()
848 mPhoneticNameTextView.layout(leftBound, in onLayout()
1181 if (mPhoneticNameTextView != null) { in setPhoneticName()
1182 mPhoneticNameTextView.setVisibility(View.GONE); in setPhoneticName()
1186 setMarqueeText(mPhoneticNameTextView, text, size); in setPhoneticName()
1187 mPhoneticNameTextView.setVisibility(VISIBLE); in setPhoneticName()
[all …]