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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListPinnedHeaderView.java 50 private int mHeaderBackgroundHeight;
71 mHeaderBackgroundHeight = a.getDimensionPixelSize(
104 MeasureSpec.makeMeasureSpec(mHeaderBackgroundHeight, MeasureSpec.EXACTLY));
108 MeasureSpec.makeMeasureSpec(mHeaderBackgroundHeight, MeasureSpec.EXACTLY));
111 setMeasuredDimension(width, mHeaderBackgroundHeight + mHeaderUnderlineHeight);
121 final int bottomTextView = mHeaderBackgroundHeight;
155 mHeaderBackgroundHeight,
157 mHeaderBackgroundHeight + mHeaderUnderlineHeight);
ContactListItemView.java 158 private int mHeaderBackgroundHeight = 30;
273 mHeaderBackgroundHeight = a.getDimensionPixelSize(
274 R.styleable.ContactListItemView_list_item_header_height, mHeaderBackgroundHeight);
478 MeasureSpec.makeMeasureSpec(mHeaderBackgroundHeight, MeasureSpec.EXACTLY));
482 MeasureSpec.makeMeasureSpec(mHeaderBackgroundHeight, MeasureSpec.EXACTLY));
484 mHeaderBackgroundHeight = Math.max(mHeaderBackgroundHeight,
486 height += (mHeaderBackgroundHeight + mHeaderUnderlineHeight);
510 mHeaderBackgroundHeight);
515 mHeaderBackgroundHeight);
    [all...]

Completed in 188 milliseconds