Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListItemView.java184 private TextView mPhoneticNameTextView; field in ContactListItemView
497 if (isVisible(mPhoneticNameTextView)) { in onMeasure()
498 mPhoneticNameTextView.measure( in onMeasure()
847 if (isVisible(mPhoneticNameTextView)) { in onLayout()
1195 if (mPhoneticNameTextView == null) { in getPhoneticNameTextView()
1201 mPhoneticNameTextView.setTypeface(mPhoneticNameTextView.getTypeface(), Typeface.BOLD); in getPhoneticNameTextView()
1204 addView(mPhoneticNameTextView); in getPhoneticNameTextView()
1206 return mPhoneticNameTextView; in getPhoneticNameTextView()
1578 if (mPhoneticNameTextView != null) { in hidePhoneticName()
1579 removeView(mPhoneticNameTextView); in hidePhoneticName()
[all …]