Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java101 private int mHeaderWidth; field in ContactListItemView
351 mHeaderWidth = in ContactListItemView()
457 effectiveWidth -= mHeaderWidth; in onMeasure()
600 MeasureSpec.makeMeasureSpec(mHeaderWidth, MeasureSpec.EXACTLY), in onMeasure()
627 isLayoutRtl ? rightBound - mHeaderWidth : leftBound, in onLayout()
629 isLayoutRtl ? rightBound : leftBound + mHeaderWidth, in onLayout()
633 rightBound -= mHeaderWidth; in onLayout()
635 leftBound += mHeaderWidth; in onLayout()
DPinnedHeaderListView.java113 private int mHeaderWidth; field in PinnedHeaderListView
133 mHeaderWidth = r - l - mHeaderPaddingStart - getPaddingEnd(); in onLayout()
371 .makeMeasureSpec(mHeaderWidth, View.MeasureSpec.EXACTLY); in ensurePinnedHeaderLayout()