Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java231 private int mStatusTextViewHeight; field in ContactListItemView
438 mStatusTextViewHeight = 0; in onMeasure()
553 mStatusTextViewHeight = mPresenceIcon.getMeasuredHeight(); in onMeasure()
581 mStatusTextViewHeight = in onMeasure()
582 Math.max(mStatusTextViewHeight, mStatusView.getMeasuredHeight()); in onMeasure()
588 mSnippetTextViewHeight + mStatusTextViewHeight in onMeasure()
756 mLabelAndDataViewMaxHeight + mSnippetTextViewHeight + mStatusTextViewHeight; in onLayout()
811 textTopBound + mStatusTextViewHeight); in onLayout()
819 textTopBound + mStatusTextViewHeight); in onLayout()
829 textTopBound + mStatusTextViewHeight); in onLayout()
[all …]