Searched refs:sameDrawable (Results 1 – 2 of 2) sorted by relevance
988 boolean sameDrawable = false;991 sameDrawable = mDrawable == d;994 if (!sCompatDrawableVisibilityDispatch && !sameDrawable && isAttachedToWindow()) {1007 if (!sameDrawable || sCompatDrawableVisibilityDispatch) {
869 if (sameDrawable(drawable, mChangeRunnable.mDrawable)) { in setDrawableInternal()972 boolean sameDrawable(Drawable first, Drawable second) { in sameDrawable() method in BackgroundManager1016 if (sameDrawable(mDrawable, imageInWrapper.getDrawable())) { in runTask()