Searched refs:mLabelViewWidthWeight (Results 1 – 1 of 1) sorted by relevance
114 private int mLabelViewWidthWeight = 3; field in ContactListItemView313 mLabelViewWidthWeight = a.getInteger( in ContactListItemView()315 mLabelViewWidthWeight); in ContactListItemView()512 / (mDataViewWidthWeight + mLabelViewWidthWeight)); in onMeasure()513 labelWidth = ((totalWidth * mLabelViewWidthWeight) / in onMeasure()514 (mDataViewWidthWeight + mLabelViewWidthWeight)); in onMeasure()