Home
last modified time | relevance | path

Searched refs:DrawableUtils (Results 1 – 15 of 15) sorted by relevance

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DAppCompatImageHelper.java67 DrawableUtils.fixDrawable(drawable); in loadFromAttributes()
76 DrawableUtils.parseTintMode( in loadFromAttributes()
88 DrawableUtils.fixDrawable(d); in setImageResource()
139 DrawableUtils.fixDrawable(imageViewDrawable); in applySupportImageTint()
DSwitchCompat.java248 PorterDuff.Mode thumbTintMode = DrawableUtils.parseTintMode( in SwitchCompat()
263 PorterDuff.Mode trackTintMode = DrawableUtils.parseTintMode( in SwitchCompat()
841 final Rect inset = DrawableUtils.getOpticalBounds(mThumbDrawable); in onMeasure()
1086 final Rect insets = DrawableUtils.getOpticalBounds(mThumbDrawable); in onLayout()
1140 thumbInsets = DrawableUtils.getOpticalBounds(mThumbDrawable); in draw()
1142 thumbInsets = DrawableUtils.INSETS_NONE; in draw()
1213 final Rect insets = DrawableUtils.getOpticalBounds(thumbDrawable); in onDraw()
1305 insets = DrawableUtils.getOpticalBounds(mThumbDrawable); in getThumbScrollRange()
1307 insets = DrawableUtils.INSETS_NONE; in getThumbScrollRange()
DDrawableUtils.java42 public class DrawableUtils { class
62 private DrawableUtils() {} in DrawableUtils() method in DrawableUtils
DAppCompatDrawableManager.java207 DrawableUtils.fixDrawable(drawable); in getDrawable()
263 if (DrawableUtils.canSafelyMutateDrawable(drawable)) { in tintDrawable()
468 if (DrawableUtils.canSafelyMutateDrawable(drawable)) { in tintDrawableUsingColorFilter()
694 if (DrawableUtils.canSafelyMutateDrawable(drawable) in tintDrawable()
739 if (DrawableUtils.canSafelyMutateDrawable(d)) { in setPorterDuffColorFilter()
DAppCompatCompoundButtonHelper.java73 DrawableUtils.parseTintMode( in loadFromAttributes()
DAppCompatSeekBarHelper.java61 mTickMarkTintMode = DrawableUtils.parseTintMode(a.getInt( in loadFromAttributes()
DAppCompatBackgroundHelper.java65 DrawableUtils.parseTintMode( in loadFromAttributes()
/frameworks/support/graphics/drawable/animated/src/androidTest/java/androidx/vectordrawable/graphics/drawable/tests/
DDrawableUtils.java28 public class DrawableUtils { class
30 private static final String LOGTAG = DrawableUtils.class.getSimpleName();
DPathInterpolatorParameterizedTest.java19 import static androidx.vectordrawable.graphics.drawable.tests.DrawableUtils
DAnimatedVectorDrawableParameterizedTest.java19 import static androidx.vectordrawable.graphics.drawable.tests.DrawableUtils
DAnimatedVectorDrawableTest.java19 import static androidx.vectordrawable.graphics.drawable.tests.DrawableUtils
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/
DSupportMenuInflater.java44 import androidx.appcompat.widget.DrawableUtils;
437 itemIconTintMode = DrawableUtils.parseTintMode(a.getInt( in readItem()
/frameworks/support/jetifier/jetifier/source-transformer/
Ddefault.config738 "from": "android/support/design/widget/DrawableUtils(.*)",
739 "to": "com/google/android/material/internal/DrawableUtils{0}"
/frameworks/support/jetifier/jetifier/core/src/main/resources/
Ddefault.config757 "from": "android/support/design/widget/DrawableUtils(.*)",
758 "to": "com/google/android/material/internal/DrawableUtils{0}"
Ddefault.generated.config715 "from": "android/support/design/widget/DrawableUtils(.*)",
716 "to": "com/google/android/material/internal/DrawableUtils{0}"
3894 "android/support/v7/widget/DrawableUtils": "androidx/appcompat/widget/DrawableUtils",