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

/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListItemView.java168 private int mDataViewHeight; field in class:ContactListItemView
172 // Holds Math.max(mLabelTextViewHeight, mDataViewHeight), assuming Label and Data share the
288 mDataViewHeight = 0;
354 mDataViewHeight = mDataView.getMeasuredHeight();
366 mLabelAndDataViewMaxHeight = Math.max(mLabelViewHeight, mDataViewHeight);
581 textTopBound + mLabelAndDataViewMaxHeight - mDataViewHeight,

Completed in 293 milliseconds