Searched refs:mDataViewHeight (Results 1 – 1 of 1) sorted by relevance
226 private int mDataViewHeight; field in ContactListItemView425 mDataViewHeight = 0; in onMeasure()510 mDataViewHeight = mDataView.getMeasuredHeight(); in onMeasure()518 mLabelAndDataViewMaxHeight = Math.max(mLabelViewHeight, mDataViewHeight); in onMeasure()835 textTopBound + mLabelAndDataViewMaxHeight - mDataViewHeight, in onLayout()840 textTopBound + mLabelAndDataViewMaxHeight - mDataViewHeight, in onLayout()