Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListItemView.java92 private int mHeaderWidth; field in ContactListItemView
290 mHeaderWidth = in ContactListItemView()
339 effectiveWidth -= mHeaderWidth + mGapBetweenImageAndText; in onMeasure()
449 MeasureSpec.makeMeasureSpec(mHeaderWidth, MeasureSpec.EXACTLY), in onMeasure()
476 isLayoutRtl ? rightBound - mHeaderWidth : leftBound, in onLayout()
478 isLayoutRtl ? rightBound : leftBound + mHeaderWidth, in onLayout()
482 rightBound -= mHeaderWidth; in onLayout()
484 leftBound += mHeaderWidth; in onLayout()
DPinnedHeaderListView.java112 private int mHeaderWidth; field in PinnedHeaderListView
132 mHeaderWidth = r - l - mHeaderPaddingStart - getPaddingEnd(); in onLayout()
367 .makeMeasureSpec(mHeaderWidth, View.MeasureSpec.EXACTLY); in ensurePinnedHeaderLayout()