Home
last modified time | relevance | path

Searched refs:tintDrawable (Results 1 – 17 of 17) sorted by relevance

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DAppCompatBackgroundHelper.java133 AppCompatDrawableManager.tintDrawable(background, mBackgroundTint, in applySupportBackgroundTint()
136 AppCompatDrawableManager.tintDrawable(background, mInternalBackgroundTint, in applySupportBackgroundTint()
196 AppCompatDrawableManager.tintDrawable(background, info, mView.getDrawableState()); in applyFrameworkTintUsingColorFilter()
DAppCompatImageHelper.java155 AppCompatDrawableManager.tintDrawable(imageViewDrawable, mImageTint, in applySupportImageTint()
158 AppCompatDrawableManager.tintDrawable(imageViewDrawable, mInternalImageTint, in applySupportImageTint()
218 AppCompatDrawableManager.tintDrawable(imageSource, info, mView.getDrawableState()); in applyFrameworkTintUsingColorFilter()
DAppCompatDrawableManager.java319 public boolean tintDrawable(@NonNull Context context, int resId, in preload()
497 static void tintDrawable(Drawable drawable, TintInfo tint, int[] state) { in tintDrawable() method in AppCompatDrawableManager
498 ResourceManagerInternal.tintDrawable(drawable, tint, state); in tintDrawable()
DAppCompatTextHelper.java606 AppCompatDrawableManager.tintDrawable(drawable, info, mView.getDrawableState());
/appcompat/appcompat-resources/src/main/java/androidx/appcompat/widget/
DResourceManagerInternal.java68 boolean tintDrawable(@NonNull Context context, @DrawableRes int resId, in tintDrawable() method
151 drawable = tintDrawable(context, resId, failIfNotKnown, drawable); in getDrawable()
200 private Drawable tintDrawable(@NonNull Context context, @DrawableRes int resId, in tintDrawable() method in ResourceManagerInternal
214 } else if ((mHooks != null) && mHooks.tintDrawable(context, resId, drawable)) { in tintDrawable()
356 return tintDrawable(context, resId, false, drawable); in onDrawableLoadedFromResources()
435 static void tintDrawable(Drawable drawable, TintInfo tint, int[] state) { in tintDrawable() method in ResourceManagerInternal
/appcompat/appcompat-resources/src/androidTest/java/androidx/appcompat/widget/
DResourceManagerInternalTest.kt53 ResourceManagerInternal.tintDrawable(drawable, tint, state) in testLayerDrawableStatePreservedOnTint()
/appcompat/appcompat-resources/src/
Dbaseline-prof.txt24 HSPLandroidx/appcompat/widget/ResourceManagerInternal;->tintDrawable(Landroid/content/Context;IZLan…
/appcompat/appcompat-resources/api/
Drestricted_1.3.0-beta02.txt72 …method public boolean tintDrawable(android.content.Context, @DrawableRes int, android.graphics.dra…
Drestricted_1.3.0-beta01.txt72 …method public boolean tintDrawable(android.content.Context, @DrawableRes int, android.graphics.dra…
Drestricted_1.6.0-beta02.txt80 …method public boolean tintDrawable(android.content.Context, @DrawableRes int, android.graphics.dra…
Drestricted_current.txt80 …method public boolean tintDrawable(android.content.Context, @DrawableRes int, android.graphics.dra…
Drestricted_1.6.0-beta01.txt80 …method public boolean tintDrawable(android.content.Context, @DrawableRes int, android.graphics.dra…
Drestricted_1.4.0-beta02.txt72 …method public boolean tintDrawable(android.content.Context, @DrawableRes int, android.graphics.dra…
Drestricted_1.5.0-beta01.txt72 …method public boolean tintDrawable(android.content.Context, @DrawableRes int, android.graphics.dra…
Drestricted_1.7.0-beta01.txt80 …method public boolean tintDrawable(android.content.Context, @DrawableRes int, android.graphics.dra…
Drestricted_1.4.0-beta01.txt72 …method public boolean tintDrawable(android.content.Context, @DrawableRes int, android.graphics.dra…
/appcompat/appcompat/src/main/
Dbaseline-prof.txt243 HSPLandroidx/appcompat/widget/AppCompatDrawableManager$1;->tintDrawable(Landroid/content/Context;IL…