/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()
|
D | ScreenRecordDrawable.java | 96 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/ |
D | AlphaTintDrawableWrapper.java | 82 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/ |
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/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 | 84 public void applyTheme(@NonNull Resources.Theme t) { in applyTheme() method in ColorStateListDrawable 85 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 | RotateDrawable.java | 83 public void applyTheme(@NonNull Theme t) { in applyTheme() method in RotateDrawable 84 super.applyTheme(t); in applyTheme()
|
D | DrawableWrapper.java | 158 public void applyTheme(@NonNull Theme t) { in applyTheme() method in DrawableWrapper 159 super.applyTheme(t); in applyTheme() 165 mDrawable.applyTheme(t); in applyTheme()
|
D | ScaleDrawable.java | 117 public void applyTheme(@NonNull Theme t) { in applyTheme() method in ScaleDrawable 118 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 | 614 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
|
D | StateListDrawable.java | 383 public void applyTheme(Theme theme) { in applyTheme() method in StateListDrawable 384 super.applyTheme(theme); in applyTheme()
|
D | DrawableContainer.java | 629 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()
|
D | InsetDrawable.java | 149 public void applyTheme(@NonNull Theme t) { in applyTheme() method in InsetDrawable 150 super.applyTheme(t); in applyTheme()
|
D | ShapeDrawable.java | 431 public void applyTheme(Theme t) { in applyTheme() method in ShapeDrawable 432 super.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 | AdaptiveIconDrawable.java | 442 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/ |
D | AnimationScaleListDrawable.java | 239 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/ |
D | IlluminationDrawable.kt | 123 override fun applyTheme(t: Resources.Theme) { in applyTheme() method in com.android.systemui.media.controls.ui.drawable.IlluminationDrawable 124 super.applyTheme(t) in applyTheme()
|
D | LightSourceDrawable.kt | 178 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/ |
D | ActionButtonViewBinder.kt | 48 it.applyTheme(view.rootView.context.theme) in bind()
|
/frameworks/base/core/java/android/content/res/ |
D | GradientColor.java | 547 clone.applyTheme(t); in obtainForTheme() 564 private void applyTheme(Theme t) { in applyTheme() method in GradientColor
|
D | ColorStateList.java | 457 private void applyTheme(Theme t) { in applyTheme() method in ColorStateList 532 clone.applyTheme(t); in obtainForTheme()
|