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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListItemView.java205 private int mLabelAndDataViewMaxHeight; field in class:ContactListItemView
321 mLabelAndDataViewMaxHeight = 0;
402 mLabelAndDataViewMaxHeight = Math.max(mLabelViewHeight, mDataViewHeight);
436 mLabelAndDataViewMaxHeight +
540 mLabelAndDataViewMaxHeight + mSnippetTextViewHeight + mStatusTextViewHeight;
611 textTopBound + mLabelAndDataViewMaxHeight - mLabelViewHeight,
613 textTopBound + mLabelAndDataViewMaxHeight);
619 textTopBound + mLabelAndDataViewMaxHeight - mLabelViewHeight,
621 textTopBound + mLabelAndDataViewMaxHeight);
628 textTopBound + mLabelAndDataViewMaxHeight
[all...]

Completed in 263 milliseconds