Home
last modified time | relevance | path

Searched refs:applyTheme (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/support/v4/java/android/support/v4/graphics/drawable/
DDrawableCompat.java55 void applyTheme(Drawable drawable, Resources.Theme t); in applyTheme() method
124 public void applyTheme(Drawable drawable, Resources.Theme t) { in applyTheme() method in DrawableCompat.BaseDrawableImpl
243 public void applyTheme(Drawable drawable, Resources.Theme t) { in applyTheme() method in DrawableCompat.LollipopDrawableImpl
244 DrawableCompatLollipop.applyTheme(drawable, t); in applyTheme()
417 public static void applyTheme(Drawable drawable, Resources.Theme t) { in applyTheme() method in DrawableCompat
418 IMPL.applyTheme(drawable, t); in applyTheme()
/frameworks/support/v4/api21/android/support/v4/graphics/drawable/
DDrawableCompatLollipop.java63 public static void applyTheme(Drawable drawable, Resources.Theme t) { in applyTheme() method in DrawableCompatLollipop
64 drawable.applyTheme(t); in applyTheme()
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCommon.java139 public void applyTheme(Resources.Theme t) { in applyTheme() method in VectorDrawableCommon
142 DrawableCompat.applyTheme(mDelegateDrawable, t); in applyTheme()
DVectorDrawableCompat.java1395 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawableCompat.VPath
1607 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawableCompat.VFullPath
/frameworks/base/graphics/java/android/graphics/drawable/
DClipDrawable.java100 public void applyTheme(@NonNull Theme t) { in applyTheme() method in ClipDrawable
101 super.applyTheme(t); in applyTheme()
DVectorDrawable.java477 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawable
478 super.applyTheme(t); in applyTheme()
511 mVectorState.applyTheme(t); in applyTheme()
879 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawable.VectorDrawableState
880 mRootGroup.applyTheme(t); in applyTheme()
1181 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawable.VGroup
1193 child.applyTheme(t); in applyTheme()
1361 public void applyTheme(Theme theme) { in applyTheme() method in VectorDrawable.VClipPath
1638 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawable.VFullPath
1788 abstract void applyTheme(Theme t); in applyTheme() method in VectorDrawable.VObject
DDrawableWrapper.java145 public void applyTheme(@NonNull Theme t) { in applyTheme() method in DrawableWrapper
146 super.applyTheme(t); in applyTheme()
152 mDrawable.applyTheme(t); in applyTheme()
DAnimatedRotateDrawable.java141 public void applyTheme(@NonNull Theme t) { in applyTheme() method in AnimatedRotateDrawable
142 super.applyTheme(t); in applyTheme()
DRotateDrawable.java81 public void applyTheme(@NonNull Theme t) { in applyTheme() method in RotateDrawable
82 super.applyTheme(t); in applyTheme()
DScaleDrawable.java114 public void applyTheme(@NonNull Theme t) { in applyTheme() method in ScaleDrawable
115 super.applyTheme(t); in applyTheme()
DColorDrawable.java265 public void applyTheme(Theme t) { in applyTheme() method in ColorDrawable
266 super.applyTheme(t); in applyTheme()
DStateListDrawable.java370 public void applyTheme(Theme theme) { in applyTheme() method in StateListDrawable
371 super.applyTheme(theme); in applyTheme()
DInsetDrawable.java113 public void applyTheme(@NonNull Theme t) { in applyTheme() method in InsetDrawable
114 super.applyTheme(t); in applyTheme()
DDrawableContainer.java610 public void applyTheme(Theme theme) { in applyTheme() method in DrawableContainer
611 mDrawableContainerState.applyTheme(theme); in applyTheme()
941 final void applyTheme(Theme theme) { in applyTheme() method in DrawableContainer.DrawableContainerState
949 drawables[i].applyTheme(theme); in applyTheme()
DShapeDrawable.java409 public void applyTheme(Theme t) { in applyTheme() method in ShapeDrawable
410 super.applyTheme(t); in applyTheme()
DAnimatedStateListDrawable.java391 public void applyTheme(@Nullable Theme theme) { in applyTheme() method in AnimatedStateListDrawable
392 super.applyTheme(theme); in applyTheme()
DRippleDrawable.java496 public void applyTheme(@NonNull Theme t) { in applyTheme() method in RippleDrawable
497 super.applyTheme(t); in applyTheme()
DNinePatchDrawable.java475 public void applyTheme(@NonNull Theme t) { in applyTheme() method in NinePatchDrawable
476 super.applyTheme(t); in applyTheme()
DAnimatedVectorDrawable.java442 public void applyTheme(Theme t) { in applyTheme() method in AnimatedVectorDrawable
443 super.applyTheme(t); in applyTheme()
447 vectorDrawable.applyTheme(t); in applyTheme()
DBitmapDrawable.java826 public void applyTheme(Theme t) { in applyTheme() method in BitmapDrawable
827 super.applyTheme(t); in applyTheme()
DLayerDrawable.java203 public void applyTheme(@NonNull Theme t) { in applyTheme() method in LayerDrawable
204 super.applyTheme(t); in applyTheme()
236 d.applyTheme(t); in applyTheme()
DDrawable.java849 public void applyTheme(@NonNull @SuppressWarnings("unused") Theme t) { in applyTheme() method in Drawable
/frameworks/base/core/java/android/content/res/
DColorStateList.java411 private void applyTheme(Theme t) { in applyTheme() method in ColorStateList
483 clone.applyTheme(t); in obtainForTheme()
DGradientColor.java542 clone.applyTheme(t); in obtainForTheme()
559 private void applyTheme(Theme t) { in applyTheme() method in GradientColor
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
DAnimatedVectorDrawableCompat.java399 public void applyTheme(Theme t) { in applyTheme() method in AnimatedVectorDrawableCompat
401 DrawableCompat.applyTheme(mDelegateDrawable, t); in applyTheme()

12