Home
last modified time | relevance | path

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

123

/frameworks/support/graphics/drawable/static/src/main/java/androidx/vectordrawable/graphics/drawable/
DVectorDrawableCommon.java102 public void applyTheme(Resources.Theme t) { in applyTheme() method in VectorDrawableCommon
105 DrawableCompat.applyTheme(mDelegateDrawable, t); in applyTheme()
/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()
DDrawableWrapper.java144 public void applyTheme(@NonNull Theme t) { in applyTheme() method in DrawableWrapper
145 super.applyTheme(t); in applyTheme()
151 mDrawable.applyTheme(t); in applyTheme()
DScaleDrawable.java114 public void applyTheme(@NonNull Theme t) { in applyTheme() method in ScaleDrawable
115 super.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()
DColorDrawable.java292 public void applyTheme(Theme t) { in applyTheme() method in ColorDrawable
293 super.applyTheme(t); in applyTheme()
DStateListDrawable.java380 public void applyTheme(Theme theme) { in applyTheme() method in StateListDrawable
381 super.applyTheme(theme); in applyTheme()
DVectorDrawable.java593 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawable
594 super.applyTheme(t); in applyTheme()
627 mVectorState.applyTheme(t); in applyTheme()
1044 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawable.VectorDrawableState
1045 mRootGroup.applyTheme(t); in applyTheme()
1475 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawable.VGroup
1487 child.applyTheme(t); in applyTheme()
1676 public void applyTheme(Theme theme) { in applyTheme() method in VectorDrawable.VClipPath
2098 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawable.VFullPath
2248 abstract void applyTheme(Theme t); in applyTheme() method in VectorDrawable.VObject
DDrawableContainer.java629 public void applyTheme(Theme theme) { in applyTheme() method in DrawableContainer
630 mDrawableContainerState.applyTheme(theme); in applyTheme()
971 final void applyTheme(Theme theme) { in applyTheme() method in DrawableContainer.DrawableContainerState
979 drawables[i].applyTheme(theme); in applyTheme()
DInsetDrawable.java146 public void applyTheme(@NonNull Theme t) { in applyTheme() method in InsetDrawable
147 super.applyTheme(t); in applyTheme()
DShapeDrawable.java430 public void applyTheme(Theme t) { in applyTheme() method in ShapeDrawable
431 super.applyTheme(t); in applyTheme()
DAdaptiveIconDrawable.java415 public void applyTheme(@NonNull Theme t) { in applyTheme() method in AdaptiveIconDrawable
416 super.applyTheme(t); in applyTheme()
440 d.applyTheme(t); in applyTheme()
DAnimatedStateListDrawable.java391 public void applyTheme(@Nullable Theme theme) { in applyTheme() method in AnimatedStateListDrawable
392 super.applyTheme(theme); in applyTheme()
DNinePatchDrawable.java481 public void applyTheme(@NonNull Theme t) { in applyTheme() method in NinePatchDrawable
482 super.applyTheme(t); in applyTheme()
DRippleDrawable.java500 public void applyTheme(@NonNull Theme t) { in applyTheme() method in RippleDrawable
501 super.applyTheme(t); in applyTheme()
DBitmapDrawable.java900 public void applyTheme(Theme t) { in applyTheme() method in BitmapDrawable
901 super.applyTheme(t); in applyTheme()
DAnimatedVectorDrawable.java678 public void applyTheme(Theme t) { in applyTheme() method in AnimatedVectorDrawable
679 super.applyTheme(t); in applyTheme()
683 vectorDrawable.applyTheme(t); in applyTheme()
DLayerDrawable.java201 public void applyTheme(@NonNull Theme t) { in applyTheme() method in LayerDrawable
202 super.applyTheme(t); in applyTheme()
230 d.applyTheme(t); in applyTheme()
DDrawable.java895 public void applyTheme(@NonNull @SuppressWarnings("unused") Theme t) { in applyTheme() method in Drawable
/frameworks/base/core/java/com/android/internal/graphics/drawable/
DAnimationScaleListDrawable.java239 public void applyTheme(@NonNull Theme theme) { in applyTheme() method in AnimationScaleListDrawable
240 super.applyTheme(theme); in applyTheme()
/frameworks/support/compat/src/main/java/androidx/core/graphics/drawable/
DDrawableCompat.java187 public static void applyTheme(@NonNull Drawable drawable, @NonNull Resources.Theme theme) { in applyTheme() method in DrawableCompat
189 drawable.applyTheme(theme); in applyTheme()
/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.java547 clone.applyTheme(t); in obtainForTheme()
564 private void applyTheme(Theme t) { in applyTheme() method in GradientColor
/frameworks/support/graphics/drawable/animated/src/main/java/androidx/vectordrawable/graphics/drawable/
DAnimatedVectorDrawableCompat.java511 public void applyTheme(Theme t) { in applyTheme() method in AnimatedVectorDrawableCompat
513 DrawableCompat.applyTheme(mDelegateDrawable, t); in applyTheme()

123