Searched refs:mHeaderWidth (Results 1 – 2 of 2) sorted by relevance
101 private int mHeaderWidth; field in ContactListItemView351 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()
113 private int mHeaderWidth; field in PinnedHeaderListView133 mHeaderWidth = r - l - mHeaderPaddingStart - getPaddingEnd(); in onLayout()371 .makeMeasureSpec(mHeaderWidth, View.MeasureSpec.EXACTLY); in ensurePinnedHeaderLayout()