Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java234 private int mDeleteImageButtonHeight; field in ContactListItemView
442 mDeleteImageButtonHeight = 0; in onMeasure()
481 mDeleteImageButtonHeight = mDeleteImageButton.getMeasuredHeight(); in onMeasure()
668 final int photoTop = topBound + (bottomBound - topBound - mDeleteImageButtonHeight) / 2; in onLayout()
669 final int mDeleteImageButtonSize = mDeleteImageButtonHeight > mDeleteImageButtonWidth in onLayout()
670 ? mDeleteImageButtonHeight : mDeleteImageButtonWidth; in onLayout()