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.java349 final Drawable targetDrawable = target.getDrawable(); in layout() local
350 final int targetWidth = targetDrawable.getIntrinsicWidth(); in layout()
351 final int targetHeight = targetDrawable.getIntrinsicHeight(); in layout()
/frameworks/base/core/java/android/widget/
DRemoteViews.java1893 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()