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

/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListItemView.java233 private int mSnippetTextViewHeight; field in class:ContactListItemView
440 mSnippetTextViewHeight = 0;
548 mSnippetTextViewHeight = mSnippetView.getMeasuredHeight();
591 mSnippetTextViewHeight + mStatusTextViewHeight
759 mLabelAndDataViewMaxHeight + mSnippetTextViewHeight + mStatusTextViewHeight;
897 textTopBound + mSnippetTextViewHeight);
/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DContactListItemView.java172 private int mSnippetTextViewHeight; field in class:ContactListItemView
395 mSnippetTextViewHeight = 0;
478 mSnippetTextViewHeight = mSnippetView.getMeasuredHeight();
519 + mSnippetTextViewHeight
651 + mSnippetTextViewHeight
779 leftBound, textTopBound, rightBound, textTopBound + mSnippetTextViewHeight);

Completed in 38 milliseconds