Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListItemView.java234 private int mLabelAndDataViewMaxHeight; field in ContactListItemView
426 mLabelAndDataViewMaxHeight = 0; in onMeasure()
518 mLabelAndDataViewMaxHeight = Math.max(mLabelViewHeight, mDataViewHeight); in onMeasure()
566 mLabelAndDataViewMaxHeight + in onMeasure()
715 mLabelAndDataViewMaxHeight + mSnippetTextViewHeight + mStatusTextViewHeight; in onLayout()
818 textTopBound + mLabelAndDataViewMaxHeight - mLabelViewHeight, in onLayout()
820 textTopBound + mLabelAndDataViewMaxHeight); in onLayout()
825 textTopBound + mLabelAndDataViewMaxHeight - mLabelViewHeight, in onLayout()
827 textTopBound + mLabelAndDataViewMaxHeight); in onLayout()
835 textTopBound + mLabelAndDataViewMaxHeight - mDataViewHeight, in onLayout()
[all …]