/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | CastDrawable.java | 64 public void applyTheme(Resources.Theme t) { in applyTheme() method in CastDrawable 65 super.applyTheme(t); in applyTheme() 66 mFillDrawable.applyTheme(t); in applyTheme()
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/ |
D | WizardManagerHelper.java | 402 public static void applyTheme(Activity activity) { in applyTheme() method in WizardManagerHelper 403 ThemeResolver.getDefault().applyTheme(activity); in applyTheme()
|
D | ThemeResolver.java | 91 public void applyTheme(Activity activity) { in applyTheme() method in ThemeResolver
|
/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/graphics/java/android/graphics/drawable/ |
D | ClipDrawable.java | 104 public void applyTheme(@NonNull Theme t) { in applyTheme() method in ClipDrawable 105 super.applyTheme(t); in applyTheme()
|
D | ColorStateListDrawable.java | 78 public void applyTheme(@NonNull Resources.Theme t) { in applyTheme() method in ColorStateListDrawable 79 super.applyTheme(t); in applyTheme()
|
D | DrawableWrapper.java | 157 public void applyTheme(@NonNull Theme t) { in applyTheme() method in DrawableWrapper 158 super.applyTheme(t); in applyTheme() 164 mDrawable.applyTheme(t); in applyTheme()
|
D | ScaleDrawable.java | 116 public void applyTheme(@NonNull Theme t) { in applyTheme() method in ScaleDrawable 117 super.applyTheme(t); in applyTheme()
|
D | RotateDrawable.java | 83 public void applyTheme(@NonNull Theme t) { in applyTheme() method in RotateDrawable 84 super.applyTheme(t); in applyTheme()
|
D | AnimatedRotateDrawable.java | 142 public void applyTheme(@NonNull Theme t) { in applyTheme() method in AnimatedRotateDrawable 143 super.applyTheme(t); in applyTheme()
|
D | ColorDrawable.java | 321 public void applyTheme(Theme t) { in applyTheme() method in ColorDrawable 322 super.applyTheme(t); in applyTheme()
|
D | VectorDrawable.java | 610 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawable 611 super.applyTheme(t); in applyTheme() 644 mVectorState.applyTheme(t); in applyTheme() 1062 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawable.VectorDrawableState 1063 mRootGroup.applyTheme(t); in applyTheme() 1493 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawable.VGroup 1505 child.applyTheme(t); in applyTheme() 1699 public void applyTheme(Theme theme) { in applyTheme() method in VectorDrawable.VClipPath 2121 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawable.VFullPath 2271 abstract void applyTheme(Theme t); in applyTheme() method in VectorDrawable.VObject
|
D | StateListDrawable.java | 383 public void applyTheme(Theme theme) { in applyTheme() method in StateListDrawable 384 super.applyTheme(theme); in applyTheme()
|
D | DrawableContainer.java | 630 public void applyTheme(Theme theme) { in applyTheme() method in DrawableContainer 631 mDrawableContainerState.applyTheme(theme); in applyTheme() 976 final void applyTheme(Theme theme) { in applyTheme() method in DrawableContainer.DrawableContainerState 984 drawables[i].applyTheme(theme); in applyTheme()
|
D | InsetDrawable.java | 148 public void applyTheme(@NonNull Theme t) { in applyTheme() method in InsetDrawable 149 super.applyTheme(t); in applyTheme()
|
D | ShapeDrawable.java | 432 public void applyTheme(Theme t) { in applyTheme() method in ShapeDrawable 433 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 | 394 public void applyTheme(@Nullable Theme theme) { in applyTheme() method in AnimatedStateListDrawable 395 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 | 503 public void applyTheme(@NonNull Theme t) { in applyTheme() method in RippleDrawable 504 super.applyTheme(t); in applyTheme()
|
D | BitmapDrawable.java | 905 public void applyTheme(Theme t) { in applyTheme() method in BitmapDrawable 906 super.applyTheme(t); in applyTheme()
|
D | AnimatedVectorDrawable.java | 683 public void applyTheme(Theme t) { in applyTheme() method in AnimatedVectorDrawable 684 super.applyTheme(t); in applyTheme() 688 vectorDrawable.applyTheme(t); in applyTheme()
|
/frameworks/base/core/java/android/content/res/ |
D | ColorStateList.java | 417 private void applyTheme(Theme t) { in applyTheme() method in ColorStateList 490 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/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/util/ |
D | ThemeResolverTest.java | 204 themeResolver.applyTheme(activity); in applyTheme_glifV3_shouldSetActivityThemeToGlifV3()
|