Searched refs:targetDrawable (Results 1 – 2 of 2) sorted by relevance
349 final Drawable targetDrawable = target.getDrawable(); in layout() local350 final int targetWidth = targetDrawable.getIntrinsicWidth(); in layout()351 final int targetHeight = targetDrawable.getIntrinsicHeight(); in layout()
1679 Drawable targetDrawable = null; in apply()1681 targetDrawable = target.getBackground(); in apply()1684 targetDrawable = imageView.getDrawable(); in apply()1687 if (targetDrawable != null) { in apply()1688 targetDrawable.mutate().setColorFilter(colorFilter, filterMode); in apply()1736 Drawable targetDrawable = target.getBackground(); in apply()1738 if (targetDrawable instanceof RippleDrawable) { in apply()1739 ((RippleDrawable) targetDrawable.mutate()).setColor(mColorStateList); in apply()