Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java229 private int mDataViewHeight; field in ContactListItemView
435 mDataViewHeight = 0; in onMeasure()
531 mDataViewHeight = mDataView.getMeasuredHeight(); in onMeasure()
539 mLabelAndDataViewMaxHeight = Math.max(mLabelViewHeight, mDataViewHeight); in onMeasure()
876 textTopBound + mLabelAndDataViewMaxHeight - mDataViewHeight, in onLayout()
881 textTopBound + mLabelAndDataViewMaxHeight - mDataViewHeight, in onLayout()