Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListItemView.java228 private int mStatusTextViewHeight; field in ContactListItemView
428 mStatusTextViewHeight = 0; in onMeasure()
532 mStatusTextViewHeight = mPresenceIcon.getMeasuredHeight(); in onMeasure()
560 mStatusTextViewHeight = in onMeasure()
561 Math.max(mStatusTextViewHeight, mStatusView.getMeasuredHeight()); in onMeasure()
567 mSnippetTextViewHeight + mStatusTextViewHeight); in onMeasure()
715 mLabelAndDataViewMaxHeight + mSnippetTextViewHeight + mStatusTextViewHeight; in onLayout()
770 textTopBound + mStatusTextViewHeight); in onLayout()
778 textTopBound + mStatusTextViewHeight); in onLayout()
788 textTopBound + mStatusTextViewHeight); in onLayout()
[all …]