Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java102 private Drawable mActivatedBackgroundDrawable; field in ContactListItemView
284 mActivatedBackgroundDrawable = a.getDrawable( in ContactListItemView()
354 if (mActivatedBackgroundDrawable != null) { in ContactListItemView()
355 mActivatedBackgroundDrawable.setCallback(this); in ContactListItemView()
649 mActivatedBackgroundDrawable.setBounds(mBoundsWithoutHeader); in onLayout()
951 mActivatedBackgroundDrawable.setState(getDrawableState()); in drawableStateChanged()
957 return who == mActivatedBackgroundDrawable || super.verifyDrawable(who); in verifyDrawable()
964 mActivatedBackgroundDrawable.jumpToCurrentState(); in jumpDrawablesToCurrentState()
971 mActivatedBackgroundDrawable.draw(canvas); in dispatchDraw()