Searched refs:mDataViewHeight (Results 1 – 1 of 1) sorted by relevance
229 private int mDataViewHeight; field in ContactListItemView435 mDataViewHeight = 0; in onMeasure()531 mDataViewHeight = mDataView.getMeasuredHeight(); in onMeasure()539 mLabelAndDataViewMaxHeight = Math.max(mLabelViewHeight, mDataViewHeight); in onMeasure()876 textTopBound + mLabelAndDataViewMaxHeight - mDataViewHeight, in onLayout()881 textTopBound + mLabelAndDataViewMaxHeight - mDataViewHeight, in onLayout()