Home
last modified time | relevance | path

Searched refs:targetDrawable (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DSlidingTab.java352 final Drawable targetDrawable = target.getDrawable(); in layout() local
353 final int targetWidth = targetDrawable.getIntrinsicWidth(); in layout()
354 final int targetHeight = targetDrawable.getIntrinsicHeight(); in layout()
/frameworks/base/core/java/android/widget/
DRemoteViews.java1028 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()