Searched refs:mPhoneticNameTextViewHeight (Results 1 – 1 of 1) sorted by relevance
227 private int mPhoneticNameTextViewHeight; field in ContactListItemView433 mPhoneticNameTextViewHeight = 0; in onMeasure()501 mPhoneticNameTextViewHeight = mPhoneticNameTextView.getMeasuredHeight(); in onMeasure()586 int height = (mNameTextViewHeight + mPhoneticNameTextViewHeight + in onMeasure()755 final int totalTextHeight = mNameTextViewHeight + mPhoneticNameTextViewHeight + in onLayout()851 textTopBound + mPhoneticNameTextViewHeight); in onLayout()852 textTopBound += mPhoneticNameTextViewHeight; in onLayout()