Searched defs:mLabelAndDataViewMaxHeight (Results 1 - 1 of 1) sorted by relevance

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

Completed in 47 milliseconds