Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListItemView.java226 private int mDataViewHeight; field in ContactListItemView
425 mDataViewHeight = 0; in onMeasure()
510 mDataViewHeight = mDataView.getMeasuredHeight(); in onMeasure()
518 mLabelAndDataViewMaxHeight = Math.max(mLabelViewHeight, mDataViewHeight); in onMeasure()
835 textTopBound + mLabelAndDataViewMaxHeight - mDataViewHeight, in onLayout()
840 textTopBound + mLabelAndDataViewMaxHeight - mDataViewHeight, in onLayout()