Searched refs:imageInWrapper (Results 1 – 1 of 1) sorted by relevance
1014 DrawableWrapper imageInWrapper = getImageInWrapper(); in runTask() local1015 if (imageInWrapper != null) { in runTask()1016 if (sameDrawable(mDrawable, imageInWrapper.getDrawable())) { in runTask()1026 imageInWrapper.getDrawable()); in runTask()1039 DrawableWrapper imageInWrapper = getImageInWrapper(); in applyBackgroundChanges() local1040 if (imageInWrapper == null && mDrawable != null) { in applyBackgroundChanges()1042 imageInWrapper = mLayerDrawable.updateDrawable( in applyBackgroundChanges()