Searched refs:targetDrawable (Results 1 – 2 of 2) sorted by relevance
352 final Drawable targetDrawable = target.getDrawable(); in layout() local353 final int targetWidth = targetDrawable.getIntrinsicWidth(); in layout()354 final int targetHeight = targetDrawable.getIntrinsicHeight(); in layout()
1037 Drawable targetDrawable = null; in apply()1039 targetDrawable = target.getBackground(); in apply()1042 targetDrawable = imageView.getDrawable(); in apply()1045 if (targetDrawable != null) { in apply()1046 targetDrawable.mutate().setColorFilter(colorFilter, filterMode); in apply()1094 Drawable targetDrawable = target.getBackground(); in apply()1096 if (targetDrawable instanceof RippleDrawable) { in apply()1097 ((RippleDrawable) targetDrawable.mutate()).setColor(mColorStateList); in apply()