Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListItemView.java419 final int specWidth = resolveSize(0, widthMeasureSpec); in onMeasure() local
438 effectiveWidth = specWidth - getPaddingLeft() - getPaddingRight() in onMeasure()
441 effectiveWidth = specWidth - getPaddingLeft() - getPaddingRight(); in onMeasure()
582 setMeasuredDimension(specWidth, height); in onMeasure()