Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java653 final int photoTop = topBound + (bottomBound - topBound - mCheckBoxHeight) / 2; in onLayout() local
656 photoTop, in onLayout()
658 photoTop + mCheckBoxHeight); in onLayout()
661 photoTop, in onLayout()
663 photoTop + mCheckBoxHeight); in onLayout()
668 final int photoTop = topBound + (bottomBound - topBound - mDeleteImageButtonHeight) / 2; in onLayout() local
673 photoTop, in onLayout()
675 photoTop + mDeleteImageButtonSize); in onLayout()
679 photoTop, in onLayout()
681 photoTop + mDeleteImageButtonSize); in onLayout()
[all …]