Searched refs:mLabelAndDataViewMaxHeight (Results 1 – 1 of 1) sorted by relevance
234 private int mLabelAndDataViewMaxHeight; field in ContactListItemView426 mLabelAndDataViewMaxHeight = 0; in onMeasure()518 mLabelAndDataViewMaxHeight = Math.max(mLabelViewHeight, mDataViewHeight); in onMeasure()566 mLabelAndDataViewMaxHeight + in onMeasure()715 mLabelAndDataViewMaxHeight + mSnippetTextViewHeight + mStatusTextViewHeight; in onLayout()818 textTopBound + mLabelAndDataViewMaxHeight - mLabelViewHeight, in onLayout()820 textTopBound + mLabelAndDataViewMaxHeight); in onLayout()825 textTopBound + mLabelAndDataViewMaxHeight - mLabelViewHeight, in onLayout()827 textTopBound + mLabelAndDataViewMaxHeight); in onLayout()835 textTopBound + mLabelAndDataViewMaxHeight - mDataViewHeight, in onLayout()[all …]