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 92 private int mHeaderWidth;
290 mHeaderWidth =
339 effectiveWidth -= mHeaderWidth + mGapBetweenImageAndText;
449 MeasureSpec.makeMeasureSpec(mHeaderWidth, MeasureSpec.EXACTLY),
476 isLayoutRtl ? rightBound - mHeaderWidth : leftBound,
478 isLayoutRtl ? rightBound : leftBound + mHeaderWidth,
482 rightBound -= mHeaderWidth;
484 leftBound += mHeaderWidth;
    [all...]
PinnedHeaderListView.java 112 private int mHeaderWidth;
132 mHeaderWidth = r - l - mHeaderPaddingStart - getPaddingEnd();
367 .makeMeasureSpec(mHeaderWidth, View.MeasureSpec.EXACTLY);

Completed in 37 milliseconds