Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java191 private AppCompatImageButton mDeleteImageButton; field in ContactListItemView
476 if (isVisible(mDeleteImageButton)) { in onMeasure()
477 mDeleteImageButton.measure( in onMeasure()
480 mDeleteImageButtonWidth = mDeleteImageButton.getMeasuredWidth(); in onMeasure()
481 mDeleteImageButtonHeight = mDeleteImageButton.getMeasuredHeight(); in onMeasure()
667 if (isVisible(mDeleteImageButton)) { in onLayout()
672 mDeleteImageButton.layout(rightBound - mDeleteImageButtonSize, in onLayout()
678 mDeleteImageButton.layout(leftBound, in onLayout()
1338 if (mDeleteImageButton == null) { in getDeleteImageButton()
1339 mDeleteImageButton = new AppCompatImageButton(getContext()); in getDeleteImageButton()
[all …]