Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java232 private int mCheckBoxHeight; field in ContactListItemView
440 mCheckBoxHeight = 0; in onMeasure()
472 mCheckBoxHeight = mCheckBox.getMeasuredHeight(); in onMeasure()
653 final int photoTop = topBound + (bottomBound - topBound - mCheckBoxHeight) / 2; in onLayout()
658 photoTop + mCheckBoxHeight); in onLayout()
663 photoTop + mCheckBoxHeight); in onLayout()