Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/contacts/common/list/
DContactListItemView.java173 private int mSnippetTextViewHeight; field in ContactListItemView
403 mSnippetTextViewHeight = 0; in onMeasure()
488 mSnippetTextViewHeight = mSnippetView.getMeasuredHeight(); in onMeasure()
531 + mSnippetTextViewHeight in onMeasure()
667 + mSnippetTextViewHeight in onLayout()
795 leftBound, textTopBound, rightBound, textTopBound + mSnippetTextViewHeight); in onLayout()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java233 private int mSnippetTextViewHeight; field in ContactListItemView
440 mSnippetTextViewHeight = 0; in onMeasure()
548 mSnippetTextViewHeight = mSnippetView.getMeasuredHeight(); in onMeasure()
591 mSnippetTextViewHeight + mStatusTextViewHeight); in onMeasure()
758 mLabelAndDataViewMaxHeight + mSnippetTextViewHeight + mStatusTextViewHeight; in onLayout()
896 textTopBound + mSnippetTextViewHeight); in onLayout()