/frameworks/support/compat/java/android/support/v4/graphics/drawable/ |
D | DrawableCompat.java | 105 public void applyTheme(Drawable drawable, Resources.Theme t) { in applyTheme() method in DrawableCompat.DrawableCompatBaseImpl 254 public void applyTheme(Drawable drawable, Resources.Theme t) { in applyTheme() method in DrawableCompat.DrawableCompatApi21Impl 255 drawable.applyTheme(t); in applyTheme() 458 public static void applyTheme(@NonNull Drawable drawable, @NonNull Resources.Theme t) { in applyTheme() method in DrawableCompat 459 IMPL.applyTheme(drawable, t); in applyTheme()
|
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/ |
D | VectorDrawableCommon.java | 101 public void applyTheme(Resources.Theme t) { in applyTheme() method in VectorDrawableCommon 104 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 | RotateDrawable.java | 81 public void applyTheme(@NonNull Theme t) { in applyTheme() method in RotateDrawable 82 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 | ScaleDrawable.java | 114 public void applyTheme(@NonNull Theme t) { in applyTheme() method in ScaleDrawable 115 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 | 514 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawable 515 super.applyTheme(t); in applyTheme() 548 mVectorState.applyTheme(t); in applyTheme() 952 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawable.VectorDrawableState 953 mRootGroup.applyTheme(t); in applyTheme() 1383 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawable.VGroup 1395 child.applyTheme(t); in applyTheme() 1584 public void applyTheme(Theme theme) { in applyTheme() method in VectorDrawable.VClipPath 2006 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawable.VFullPath 2156 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 | AnimatedStateListDrawable.java | 391 public void applyTheme(@Nullable Theme theme) { in applyTheme() method in AnimatedStateListDrawable 392 super.applyTheme(theme); in applyTheme()
|
D | AdaptiveIconDrawable.java | 411 public void applyTheme(@NonNull Theme t) { in applyTheme() method in AdaptiveIconDrawable 412 super.applyTheme(t); in applyTheme() 436 d.applyTheme(t); in applyTheme()
|
D | NinePatchDrawable.java | 474 public void applyTheme(@NonNull Theme t) { in applyTheme() method in NinePatchDrawable 475 super.applyTheme(t); in applyTheme()
|
D | RippleDrawable.java | 502 public void applyTheme(@NonNull Theme t) { in applyTheme() method in RippleDrawable 503 super.applyTheme(t); in applyTheme()
|
D | BitmapDrawable.java | 874 public void applyTheme(Theme t) { in applyTheme() method in BitmapDrawable 875 super.applyTheme(t); in applyTheme()
|
D | AnimatedVectorDrawable.java | 674 public void applyTheme(Theme t) { in applyTheme() method in AnimatedVectorDrawable 675 super.applyTheme(t); in applyTheme() 679 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 | 892 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/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 | 542 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/ |
D | AnimatedVectorDrawableCompat.java | 507 public void applyTheme(Theme t) { in applyTheme() method in AnimatedVectorDrawableCompat 509 DrawableCompat.applyTheme(mDelegateDrawable, t); in applyTheme()
|