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/
ContactListItemView.java 94 private int mHeaderWidth;
295 mHeaderWidth =
346 effectiveWidth -= mHeaderWidth + mGapBetweenImageAndText;
465 MeasureSpec.makeMeasureSpec(mHeaderWidth, MeasureSpec.EXACTLY),
492 isLayoutRtl ? rightBound - mHeaderWidth : leftBound,
494 isLayoutRtl ? rightBound : leftBound + mHeaderWidth,
498 rightBound -= mHeaderWidth;
500 leftBound += mHeaderWidth;
    [all...]
PinnedHeaderListView.java 112 private int mHeaderWidth;
132 mHeaderWidth = r - l - mHeaderPaddingStart - getPaddingEnd();
367 .makeMeasureSpec(mHeaderWidth, View.MeasureSpec.EXACTLY);

Completed in 202 milliseconds