Searched refs:targetDrawable (Results 1 – 2 of 2) sorted by relevance
346 final Drawable targetDrawable = target.getDrawable(); in layout() local347 final int targetWidth = targetDrawable.getIntrinsicWidth(); in layout()348 final int targetHeight = targetDrawable.getIntrinsicHeight(); in layout()
1020 Drawable targetDrawable = null; in apply()1022 targetDrawable = target.getBackground(); in apply()1025 targetDrawable = imageView.getDrawable(); in apply()1028 if (targetDrawable != null) { in apply()1031 targetDrawable.mutate().setAlpha(alpha); in apply()1034 targetDrawable.mutate().setColorFilter(colorFilter, filterMode); in apply()1037 targetDrawable.mutate().setLevel(level); in apply()