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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListItemView.java200 private int mSnippetTextViewHeight; field in class:ContactListItemView
322 mSnippetTextViewHeight = 0;
408 mSnippetTextViewHeight = mSnippetView.getMeasuredHeight();
437 mSnippetTextViewHeight + mStatusTextViewHeight);
540 mLabelAndDataViewMaxHeight + mSnippetTextViewHeight + mStatusTextViewHeight;
640 textTopBound + mSnippetTextViewHeight);

Completed in 26 milliseconds