Searched defs:mLabelViewHeight (Results 1 - 1 of 1) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListItemView.java198 private int mLabelViewHeight; field in class:ContactListItemView
319 mLabelViewHeight = 0;
400 mLabelViewHeight = mLabelView.getMeasuredHeight();
402 mLabelAndDataViewMaxHeight = Math.max(mLabelViewHeight, mDataViewHeight);
611 textTopBound + mLabelAndDataViewMaxHeight - mLabelViewHeight,
619 textTopBound + mLabelAndDataViewMaxHeight - mLabelViewHeight,

Completed in 12 milliseconds