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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListItemView.java210 private int mSnippetTextViewHeight; field in class:ContactListItemView
348 mSnippetTextViewHeight = 0;
430 mSnippetTextViewHeight = mSnippetView.getMeasuredHeight();
459 mSnippetTextViewHeight + mStatusTextViewHeight);
578 mLabelAndDataViewMaxHeight + mSnippetTextViewHeight + mStatusTextViewHeight;
678 textTopBound + mSnippetTextViewHeight);

Completed in 771 milliseconds