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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListItemView.java92 private Drawable mActivatedBackgroundDrawable; field in class:ContactListItemView
240 mActivatedBackgroundDrawable = a.getDrawable(
292 if (mActivatedBackgroundDrawable != null) {
293 mActivatedBackgroundDrawable.setCallback(this);
499 mActivatedBackgroundDrawable.setBounds(mBoundsWithoutHeader);
697 mActivatedBackgroundDrawable.setState(getDrawableState());
703 return who == mActivatedBackgroundDrawable || super.verifyDrawable(who);
710 mActivatedBackgroundDrawable.jumpToCurrentState();
717 mActivatedBackgroundDrawable.draw(canvas);

Completed in 30 milliseconds