Home
last modified time | relevance | path

Searched refs:applyTheme (Results 1 – 25 of 40) 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()
DScreenRecordDrawable.java96 public void applyTheme(Resources.Theme t) { in applyTheme() method in ScreenRecordDrawable
97 super.applyTheme(t); in applyTheme()
98 mFillDrawable.applyTheme(t); in applyTheme()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DAlphaTintDrawableWrapper.java82 public void applyTheme(Theme t) { in applyTheme() method in AlphaTintDrawableWrapper
83 super.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/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.java84 public void applyTheme(@NonNull Resources.Theme t) { in applyTheme() method in ColorStateListDrawable
85 super.applyTheme(t); in applyTheme()
DAnimatedRotateDrawable.java142 public void applyTheme(@NonNull Theme t) { in applyTheme() method in AnimatedRotateDrawable
143 super.applyTheme(t); in applyTheme()
DRotateDrawable.java83 public void applyTheme(@NonNull Theme t) { in applyTheme() method in RotateDrawable
84 super.applyTheme(t); in applyTheme()
DDrawableWrapper.java158 public void applyTheme(@NonNull Theme t) { in applyTheme() method in DrawableWrapper
159 super.applyTheme(t); in applyTheme()
165 mDrawable.applyTheme(t); in applyTheme()
DScaleDrawable.java117 public void applyTheme(@NonNull Theme t) { in applyTheme() method in ScaleDrawable
118 super.applyTheme(t); in applyTheme()
DColorDrawable.java321 public void applyTheme(Theme t) { in applyTheme() method in ColorDrawable
322 super.applyTheme(t); in applyTheme()
DVectorDrawable.java614 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawable
615 super.applyTheme(t); in applyTheme()
648 mVectorState.applyTheme(t); in applyTheme()
1066 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawable.VectorDrawableState
1067 mRootGroup.applyTheme(t); in applyTheme()
1490 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawable.VGroup
1502 child.applyTheme(t); in applyTheme()
1696 public void applyTheme(Theme theme) { in applyTheme() method in VectorDrawable.VClipPath
2110 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawable.VFullPath
2260 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.java629 public void applyTheme(Theme theme) { in applyTheme() method in DrawableContainer
630 mDrawableContainerState.applyTheme(theme); in applyTheme()
975 final void applyTheme(Theme theme) { in applyTheme() method in DrawableContainer.DrawableContainerState
983 drawables[i].applyTheme(theme); in applyTheme()
DInsetDrawable.java149 public void applyTheme(@NonNull Theme t) { in applyTheme() method in InsetDrawable
150 super.applyTheme(t); in applyTheme()
DShapeDrawable.java431 public void applyTheme(Theme t) { in applyTheme() method in ShapeDrawable
432 super.applyTheme(t); in applyTheme()
DAnimatedStateListDrawable.java394 public void applyTheme(@Nullable Theme theme) { in applyTheme() method in AnimatedStateListDrawable
395 super.applyTheme(theme); in applyTheme()
DAdaptiveIconDrawable.java442 public void applyTheme(@NonNull Theme t) { in applyTheme() method in AdaptiveIconDrawable
443 super.applyTheme(t); in applyTheme()
467 d.applyTheme(t); in applyTheme()
/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/packages/SystemUI/src/com/android/systemui/media/controls/ui/drawable/
DIlluminationDrawable.kt123 override fun applyTheme(t: Resources.Theme) { in applyTheme() method in com.android.systemui.media.controls.ui.drawable.IlluminationDrawable
124 super.applyTheme(t) in applyTheme()
DLightSourceDrawable.kt178 override fun applyTheme(t: Resources.Theme) { in applyTheme() method in com.android.systemui.media.controls.ui.drawable.LightSourceDrawable
179 super.applyTheme(t) in applyTheme()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ui/binder/
DActionButtonViewBinder.kt48 it.applyTheme(view.rootView.context.theme) in bind()
/frameworks/base/core/java/android/content/res/
DGradientColor.java547 clone.applyTheme(t); in obtainForTheme()
564 private void applyTheme(Theme t) { in applyTheme() method in GradientColor
DColorStateList.java457 private void applyTheme(Theme t) { in applyTheme() method in ColorStateList
532 clone.applyTheme(t); in obtainForTheme()

12