/frameworks/support/graphics/drawable/static/src/main/java/androidx/vectordrawable/graphics/drawable/ |
D | VectorDrawableCommon.java | 102 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/ |
D | ClipDrawable.java | 100 public void applyTheme(@NonNull Theme t) { in applyTheme() method in ClipDrawable 101 super.applyTheme(t); in applyTheme()
|
D | DrawableWrapper.java | 144 public void applyTheme(@NonNull Theme t) { in applyTheme() method in DrawableWrapper 145 super.applyTheme(t); in applyTheme() 151 mDrawable.applyTheme(t); in applyTheme()
|
D | ScaleDrawable.java | 114 public void applyTheme(@NonNull Theme t) { in applyTheme() method in ScaleDrawable 115 super.applyTheme(t); in applyTheme()
|
D | AnimatedRotateDrawable.java | 141 public void applyTheme(@NonNull Theme t) { in applyTheme() method in AnimatedRotateDrawable 142 super.applyTheme(t); in applyTheme()
|
D | RotateDrawable.java | 81 public void applyTheme(@NonNull Theme t) { in applyTheme() method in RotateDrawable 82 super.applyTheme(t); in applyTheme()
|
D | ColorDrawable.java | 292 public void applyTheme(Theme t) { in applyTheme() method in ColorDrawable 293 super.applyTheme(t); in applyTheme()
|
D | StateListDrawable.java | 380 public void applyTheme(Theme theme) { in applyTheme() method in StateListDrawable 381 super.applyTheme(theme); in applyTheme()
|
D | VectorDrawable.java | 593 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
|
D | DrawableContainer.java | 629 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()
|
D | InsetDrawable.java | 146 public void applyTheme(@NonNull Theme t) { in applyTheme() method in InsetDrawable 147 super.applyTheme(t); in applyTheme()
|
D | ShapeDrawable.java | 430 public void applyTheme(Theme t) { in applyTheme() method in ShapeDrawable 431 super.applyTheme(t); in applyTheme()
|
D | AdaptiveIconDrawable.java | 415 public void applyTheme(@NonNull Theme t) { in applyTheme() method in AdaptiveIconDrawable 416 super.applyTheme(t); in applyTheme() 440 d.applyTheme(t); in applyTheme()
|
D | AnimatedStateListDrawable.java | 391 public void applyTheme(@Nullable Theme theme) { in applyTheme() method in AnimatedStateListDrawable 392 super.applyTheme(theme); in applyTheme()
|
D | NinePatchDrawable.java | 481 public void applyTheme(@NonNull Theme t) { in applyTheme() method in NinePatchDrawable 482 super.applyTheme(t); in applyTheme()
|
D | RippleDrawable.java | 500 public void applyTheme(@NonNull Theme t) { in applyTheme() method in RippleDrawable 501 super.applyTheme(t); in applyTheme()
|
D | BitmapDrawable.java | 900 public void applyTheme(Theme t) { in applyTheme() method in BitmapDrawable 901 super.applyTheme(t); in applyTheme()
|
D | AnimatedVectorDrawable.java | 678 public void applyTheme(Theme t) { in applyTheme() method in AnimatedVectorDrawable 679 super.applyTheme(t); in applyTheme() 683 vectorDrawable.applyTheme(t); in applyTheme()
|
D | LayerDrawable.java | 201 public void applyTheme(@NonNull Theme t) { in applyTheme() method in LayerDrawable 202 super.applyTheme(t); in applyTheme() 230 d.applyTheme(t); in applyTheme()
|
D | Drawable.java | 895 public void applyTheme(@NonNull @SuppressWarnings("unused") Theme t) { in applyTheme() method in Drawable
|
/frameworks/base/core/java/com/android/internal/graphics/drawable/ |
D | AnimationScaleListDrawable.java | 239 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/ |
D | DrawableCompat.java | 187 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/ |
D | ColorStateList.java | 411 private void applyTheme(Theme t) { in applyTheme() method in ColorStateList 483 clone.applyTheme(t); in obtainForTheme()
|
D | GradientColor.java | 547 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/ |
D | AnimatedVectorDrawableCompat.java | 511 public void applyTheme(Theme t) { in applyTheme() method in AnimatedVectorDrawableCompat 513 DrawableCompat.applyTheme(mDelegateDrawable, t); in applyTheme()
|