Home
last modified time | relevance | path

Searched refs:mLabelViewWidthWeight (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java114 private int mLabelViewWidthWeight = 3; field in ContactListItemView
313 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()