Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListItemView.java633 final int photoTop = topBound + (bottomBound - topBound - mCheckBoxHeight) / 2; in onLayout() local
636 photoTop, in onLayout()
638 photoTop + mCheckBoxHeight); in onLayout()
641 photoTop, in onLayout()
643 photoTop + mCheckBoxHeight); in onLayout()
652 final int photoTop = topBound + (bottomBound - topBound - mPhotoViewHeight) / 2; in onLayout() local
655 photoTop, in onLayout()
657 photoTop + mPhotoViewHeight); in onLayout()
667 final int photoTop = topBound + (bottomBound - topBound - mPhotoViewHeight) / 2; in onLayout() local
670 photoTop, in onLayout()
[all …]