Searched refs:subjectHeight (Results 1 – 2 of 2) sorted by relevance
190 final int subjectHeight; field in ConversationItemViewCoordinates336 subjectHeight = subject.getHeight(); in ConversationItemViewCoordinates()
900 final int subjectHeight = mCoordinates.subjectHeight; in createSubject() local901 mSubjectTextView.setLayoutParams(new ViewGroup.LayoutParams(subjectWidth, subjectHeight)); in createSubject()903 layoutViewExactly(mSubjectTextView, subjectWidth, subjectHeight); in createSubject()