HomeSort by relevance Sort by last modified time
    Searched refs:mHeaderWidth (Results 1 - 2 of 2) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PinnedHeaderListView.java 112 private int mHeaderWidth;
132 mHeaderWidth = r - l - mHeaderPaddingStart - getPaddingEnd();
367 .makeMeasureSpec(mHeaderWidth, View.MeasureSpec.EXACTLY);
ContactListItemView.java 100 private int mHeaderWidth;
341 mHeaderWidth =
445 effectiveWidth -= mHeaderWidth + mGapBetweenImageAndText;
578 MeasureSpec.makeMeasureSpec(mHeaderWidth, MeasureSpec.EXACTLY),
605 isLayoutRtl ? rightBound - mHeaderWidth : leftBound,
607 isLayoutRtl ? rightBound : leftBound + mHeaderWidth,
611 rightBound -= mHeaderWidth;
613 leftBound += mHeaderWidth;
    [all...]

Completed in 441 milliseconds