Searched refs:mLabelAndDataViewMaxHeight (Results 1 – 1 of 1) sorted by relevance
239 private int mLabelAndDataViewMaxHeight; field in ContactListItemView436 mLabelAndDataViewMaxHeight = 0; in onMeasure()539 mLabelAndDataViewMaxHeight = Math.max(mLabelViewHeight, mDataViewHeight); in onMeasure()587 mLabelAndDataViewMaxHeight + in onMeasure()756 mLabelAndDataViewMaxHeight + mSnippetTextViewHeight + mStatusTextViewHeight; in onLayout()859 textTopBound + mLabelAndDataViewMaxHeight - mLabelViewHeight, in onLayout()861 textTopBound + mLabelAndDataViewMaxHeight); in onLayout()866 textTopBound + mLabelAndDataViewMaxHeight - mLabelViewHeight, in onLayout()868 textTopBound + mLabelAndDataViewMaxHeight); in onLayout()876 textTopBound + mLabelAndDataViewMaxHeight - mDataViewHeight, in onLayout()[all …]