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

  /packages/apps/Dialer/java/com/android/contacts/common/list/
PinnedHeaderListView.java 59 private int mHeaderWidth;
79 mHeaderWidth = r - l - mHeaderPaddingStart - getPaddingEnd();
314 widthSpec = View.MeasureSpec.makeMeasureSpec(mHeaderWidth, View.MeasureSpec.EXACTLY);
ContactListItemView.java 109 private int mHeaderWidth;
268 mHeaderWidth = getResources().getDimensionPixelSize(R.dimen.contact_list_section_header_width);
415 effectiveWidth -= mHeaderWidth + mGapBetweenImageAndText;
531 MeasureSpec.makeMeasureSpec(mHeaderWidth, MeasureSpec.EXACTLY),
563 isLayoutRtl ? rightBound - mHeaderWidth : leftBound,
565 isLayoutRtl ? rightBound : leftBound + mHeaderWidth,
569 rightBound -= mHeaderWidth;
571 leftBound += mHeaderWidth;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
PinnedHeaderListView.java 113 private int mHeaderWidth;
133 mHeaderWidth = r - l - mHeaderPaddingStart - getPaddingEnd();
371 .makeMeasureSpec(mHeaderWidth, View.MeasureSpec.EXACTLY);
ContactListItemView.java 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;
    [all...]

Completed in 47 milliseconds