Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java227 private int mPhoneticNameTextViewHeight; field in ContactListItemView
433 mPhoneticNameTextViewHeight = 0; in onMeasure()
501 mPhoneticNameTextViewHeight = mPhoneticNameTextView.getMeasuredHeight(); in onMeasure()
586 int height = (mNameTextViewHeight + mPhoneticNameTextViewHeight + in onMeasure()
755 final int totalTextHeight = mNameTextViewHeight + mPhoneticNameTextViewHeight + in onLayout()
851 textTopBound + mPhoneticNameTextViewHeight); in onLayout()
852 textTopBound += mPhoneticNameTextViewHeight; in onLayout()