Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java506 final int dataWidth; in onMeasure() local
511 dataWidth = ((totalWidth * mDataViewWidthWeight) in onMeasure()
516 dataWidth = effectiveWidth; in onMeasure()
520 dataWidth = 0; in onMeasure()
529 mDataView.measure(MeasureSpec.makeMeasureSpec(dataWidth, MeasureSpec.EXACTLY), in onMeasure()