Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java239 private int mLabelAndDataViewMaxHeight; field in ContactListItemView
436 mLabelAndDataViewMaxHeight = 0; in onMeasure()
539 mLabelAndDataViewMaxHeight = Math.max(mLabelViewHeight, mDataViewHeight); in onMeasure()
587 mLabelAndDataViewMaxHeight + in onMeasure()
756 mLabelAndDataViewMaxHeight + mSnippetTextViewHeight + mStatusTextViewHeight; in onLayout()
859 textTopBound + mLabelAndDataViewMaxHeight - mLabelViewHeight, in onLayout()
861 textTopBound + mLabelAndDataViewMaxHeight); in onLayout()
866 textTopBound + mLabelAndDataViewMaxHeight - mLabelViewHeight, in onLayout()
868 textTopBound + mLabelAndDataViewMaxHeight); in onLayout()
876 textTopBound + mLabelAndDataViewMaxHeight - mDataViewHeight, in onLayout()
[all …]