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()
1028 Drawable targetDrawable = null; in apply()1030 targetDrawable = target.getBackground(); in apply()1033 targetDrawable = imageView.getDrawable(); in apply()1036 if (targetDrawable != null) { in apply()1037 targetDrawable.mutate().setColorFilter(colorFilter, filterMode); in apply()1085 Drawable targetDrawable = target.getBackground(); in apply()1087 if (targetDrawable instanceof RippleDrawable) { in apply()1088 ((RippleDrawable) targetDrawable.mutate()).setColor(mColorStateList); in apply()