Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCastDrawable.java64 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/
DWizardManagerHelper.java402 public static void applyTheme(Activity activity) { in applyTheme() method in WizardManagerHelper
403 ThemeResolver.getDefault().applyTheme(activity); in applyTheme()
DThemeResolver.java91 public void applyTheme(Activity activity) { in applyTheme() method in ThemeResolver
/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/base/graphics/java/android/graphics/drawable/
DClipDrawable.java104 public void applyTheme(@NonNull Theme t) { in applyTheme() method in ClipDrawable
105 super.applyTheme(t); in applyTheme()
DColorStateListDrawable.java78 public void applyTheme(@NonNull Resources.Theme t) { in applyTheme() method in ColorStateListDrawable
79 super.applyTheme(t); in applyTheme()
DDrawableWrapper.java157 public void applyTheme(@NonNull Theme t) { in applyTheme() method in DrawableWrapper
158 super.applyTheme(t); in applyTheme()
164 mDrawable.applyTheme(t); in applyTheme()
DScaleDrawable.java116 public void applyTheme(@NonNull Theme t) { in applyTheme() method in ScaleDrawable
117 super.applyTheme(t); in applyTheme()
DRotateDrawable.java83 public void applyTheme(@NonNull Theme t) { in applyTheme() method in RotateDrawable
84 super.applyTheme(t); in applyTheme()
DAnimatedRotateDrawable.java142 public void applyTheme(@NonNull Theme t) { in applyTheme() method in AnimatedRotateDrawable
143 super.applyTheme(t); in applyTheme()
DColorDrawable.java321 public void applyTheme(Theme t) { in applyTheme() method in ColorDrawable
322 super.applyTheme(t); in applyTheme()
DVectorDrawable.java610 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
DStateListDrawable.java383 public void applyTheme(Theme theme) { in applyTheme() method in StateListDrawable
384 super.applyTheme(theme); in applyTheme()
DDrawableContainer.java630 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()
DInsetDrawable.java148 public void applyTheme(@NonNull Theme t) { in applyTheme() method in InsetDrawable
149 super.applyTheme(t); in applyTheme()
DShapeDrawable.java432 public void applyTheme(Theme t) { in applyTheme() method in ShapeDrawable
433 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.java394 public void applyTheme(@Nullable Theme theme) { in applyTheme() method in AnimatedStateListDrawable
395 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.java503 public void applyTheme(@NonNull Theme t) { in applyTheme() method in RippleDrawable
504 super.applyTheme(t); in applyTheme()
DBitmapDrawable.java905 public void applyTheme(Theme t) { in applyTheme() method in BitmapDrawable
906 super.applyTheme(t); in applyTheme()
DAnimatedVectorDrawable.java683 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/
DColorStateList.java417 private void applyTheme(Theme t) { in applyTheme() method in ColorStateList
490 clone.applyTheme(t); in obtainForTheme()
DGradientColor.java547 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/
DThemeResolverTest.java204 themeResolver.applyTheme(activity); in applyTheme_glifV3_shouldSetActivityThemeToGlifV3()

12