Searched refs:mDataViewHeight (Results 1 - 1 of 1) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListItemView.java209 private int mDataViewHeight; field in class:ContactListItemView
213 // Holds Math.max(mLabelTextViewHeight, mDataViewHeight), assuming Label and Data share the
346 mDataViewHeight = 0;
412 mDataViewHeight = mDataView.getMeasuredHeight();
424 mLabelAndDataViewMaxHeight = Math.max(mLabelViewHeight, mDataViewHeight);
666 textTopBound + mLabelAndDataViewMaxHeight - mDataViewHeight,

Completed in 909 milliseconds