Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java225 private int mNameTextViewHeight; field in ContactListItemView
432 mNameTextViewHeight = 0; in onMeasure()
494 mNameTextViewHeight = mNameTextView.getMeasuredHeight(); in onMeasure()
566 mNameTextViewHeight = in onMeasure()
567 Math.max(mNameTextViewHeight, mWorkProfileIcon.getMeasuredHeight()); in onMeasure()
586 int height = (mNameTextViewHeight + mPhoneticNameTextViewHeight + in onMeasure()
755 final int totalTextHeight = mNameTextViewHeight + mPhoneticNameTextViewHeight + in onLayout()
770 textTopBound + mNameTextViewHeight); in onLayout()
776 textTopBound + mNameTextViewHeight); in onLayout()
789 textTopBound + mNameTextViewHeight); in onLayout()
[all …]