Home
last modified time | relevance | path

Searched refs:mPhotoViewHeight (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java206 private int mPhotoViewHeight; field in ContactListItemView
592 height = Math.max(height, mPhotoViewHeight + getPaddingBottom() + getPaddingTop()); in onMeasure()
691 final int photoTop = topBound + (bottomBound - topBound - mPhotoViewHeight) / 2 in onLayout()
697 photoTop + mPhotoViewHeight); in onLayout()
707 final int photoTop = topBound + (bottomBound - topBound - mPhotoViewHeight) / 2 in onLayout()
713 photoTop + mPhotoViewHeight); in onLayout()
917 mPhotoViewWidth = mPhotoViewHeight = getDefaultPhotoViewSize(); in ensurePhotoViewSize()
923 mPhotoViewHeight = 0; in ensurePhotoViewSize()