Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListItemView.java118 private int mDataViewWidthWeight = 5; field in ContactListItemView
310 mDataViewWidthWeight = a.getInteger( in ContactListItemView()
312 mDataViewWidthWeight); in ContactListItemView()
511 dataWidth = ((totalWidth * mDataViewWidthWeight) in onMeasure()
512 / (mDataViewWidthWeight + mLabelViewWidthWeight)); in onMeasure()
514 (mDataViewWidthWeight + mLabelViewWidthWeight)); in onMeasure()