/frameworks/support/v4/java/android/support/v4/graphics/drawable/ |
D | DrawableCompat.java | 55 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/ |
D | DrawableCompatLollipop.java | 63 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/ |
D | VectorDrawableCommon.java | 139 public void applyTheme(Resources.Theme t) { in applyTheme() method in VectorDrawableCommon 142 DrawableCompat.applyTheme(mDelegateDrawable, t); in applyTheme()
|
D | VectorDrawableCompat.java | 1395 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/ |
D | ClipDrawable.java | 100 public void applyTheme(@NonNull Theme t) { in applyTheme() method in ClipDrawable 101 super.applyTheme(t); in applyTheme()
|
D | VectorDrawable.java | 477 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
|
D | DrawableWrapper.java | 145 public void applyTheme(@NonNull Theme t) { in applyTheme() method in DrawableWrapper 146 super.applyTheme(t); in applyTheme() 152 mDrawable.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 | ScaleDrawable.java | 114 public void applyTheme(@NonNull Theme t) { in applyTheme() method in ScaleDrawable 115 super.applyTheme(t); in applyTheme()
|
D | ColorDrawable.java | 265 public void applyTheme(Theme t) { in applyTheme() method in ColorDrawable 266 super.applyTheme(t); in applyTheme()
|
D | StateListDrawable.java | 370 public void applyTheme(Theme theme) { in applyTheme() method in StateListDrawable 371 super.applyTheme(theme); in applyTheme()
|
D | InsetDrawable.java | 113 public void applyTheme(@NonNull Theme t) { in applyTheme() method in InsetDrawable 114 super.applyTheme(t); in applyTheme()
|
D | DrawableContainer.java | 610 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()
|
D | ShapeDrawable.java | 409 public void applyTheme(Theme t) { in applyTheme() method in ShapeDrawable 410 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 | RippleDrawable.java | 496 public void applyTheme(@NonNull Theme t) { in applyTheme() method in RippleDrawable 497 super.applyTheme(t); in applyTheme()
|
D | NinePatchDrawable.java | 475 public void applyTheme(@NonNull Theme t) { in applyTheme() method in NinePatchDrawable 476 super.applyTheme(t); in applyTheme()
|
D | AnimatedVectorDrawable.java | 442 public void applyTheme(Theme t) { in applyTheme() method in AnimatedVectorDrawable 443 super.applyTheme(t); in applyTheme() 447 vectorDrawable.applyTheme(t); in applyTheme()
|
D | BitmapDrawable.java | 826 public void applyTheme(Theme t) { in applyTheme() method in BitmapDrawable 827 super.applyTheme(t); in applyTheme()
|
D | LayerDrawable.java | 203 public void applyTheme(@NonNull Theme t) { in applyTheme() method in LayerDrawable 204 super.applyTheme(t); in applyTheme() 236 d.applyTheme(t); in applyTheme()
|
D | Drawable.java | 849 public void applyTheme(@NonNull @SuppressWarnings("unused") Theme t) { in applyTheme() method in Drawable
|
/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 | 399 public void applyTheme(Theme t) { in applyTheme() method in AnimatedVectorDrawableCompat 401 DrawableCompat.applyTheme(mDelegateDrawable, t); in applyTheme()
|