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()
1893 Drawable targetDrawable = null; in apply()1895 targetDrawable = target.getBackground(); in apply()1898 targetDrawable = imageView.getDrawable(); in apply()1901 if (targetDrawable != null) { in apply()1902 targetDrawable.mutate().setColorFilter(mColorFilter, mFilterMode); in apply()1945 Drawable targetDrawable = target.getBackground(); in apply()1947 if (targetDrawable instanceof RippleDrawable) { in apply()1948 ((RippleDrawable) targetDrawable.mutate()).setColor(mColorStateList); in apply()