Home | History | Annotate | Download | only in list

Lines Matching refs:mHeaderWidth

104     private int mHeaderWidth;
354 mHeaderWidth =
460 effectiveWidth -= mHeaderWidth;
603 MeasureSpec.makeMeasureSpec(mHeaderWidth, MeasureSpec.EXACTLY),
630 isLayoutRtl ? rightBound - mHeaderWidth : leftBound,
632 isLayoutRtl ? rightBound : leftBound + mHeaderWidth,
636 rightBound -= mHeaderWidth;
638 leftBound += mHeaderWidth;