Home | History | Annotate | Download | only in list

Lines Matching refs:verifyDrawable

743     protected boolean verifyDrawable(Drawable who) {
744 return who == mActivatedBackgroundDrawable || super.verifyDrawable(who);