Searched defs:applyTheme (Results 1 - 25 of 27) sorted by relevance

12

/frameworks/base/core/java/com/android/internal/graphics/drawable/
H A DAnimationScaleListDrawable.java239 public void applyTheme(@NonNull Theme theme) { method in class:AnimationScaleListDrawable
240 super.applyTheme(theme);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DClipDrawable.java100 public void applyTheme(@NonNull Theme t) { method in class:ClipDrawable
101 super.applyTheme(t);
H A DAnimatedRotateDrawable.java141 public void applyTheme(@NonNull Theme t) { method in class:AnimatedRotateDrawable
142 super.applyTheme(t);
H A DColorDrawable.java292 public void applyTheme(Theme t) { method in class:ColorDrawable
293 super.applyTheme(t);
H A DRotateDrawable.java81 public void applyTheme(@NonNull Theme t) { method in class:RotateDrawable
82 super.applyTheme(t);
H A DScaleDrawable.java114 public void applyTheme(@NonNull Theme t) { method in class:ScaleDrawable
115 super.applyTheme(t);
H A DStateListDrawable.java380 public void applyTheme(Theme theme) { method in class:StateListDrawable
381 super.applyTheme(theme);
H A DInsetDrawable.java146 public void applyTheme(@NonNull Theme t) { method in class:InsetDrawable
147 super.applyTheme(t);
H A DAnimatedStateListDrawable.java391 public void applyTheme(@Nullable Theme theme) { method in class:AnimatedStateListDrawable
392 super.applyTheme(theme);
H A DDrawableWrapper.java144 public void applyTheme(@NonNull Theme t) { method in class:DrawableWrapper
145 super.applyTheme(t);
151 mDrawable.applyTheme(t);
H A DNinePatchDrawable.java481 public void applyTheme(@NonNull Theme t) { method in class:NinePatchDrawable
482 super.applyTheme(t);
H A DShapeDrawable.java430 public void applyTheme(Theme t) { method in class:ShapeDrawable
431 super.applyTheme(t);
H A DAdaptiveIconDrawable.java415 public void applyTheme(@NonNull Theme t) { method in class:AdaptiveIconDrawable
416 super.applyTheme(t);
440 d.applyTheme(t);
H A DBitmapDrawable.java900 public void applyTheme(Theme t) { method in class:BitmapDrawable
901 super.applyTheme(t);
H A DDrawable.java895 public void applyTheme(@NonNull @SuppressWarnings("unused") Theme t) { method in class:Drawable
H A DRippleDrawable.java500 public void applyTheme(@NonNull Theme t) { method in class:RippleDrawable
501 super.applyTheme(t);
H A DAnimatedVectorDrawable.java312 * to inflate animators if applyTheme() doesn't get called.
574 // applyTheme(), postpone loading the animator
575 // until we have a theme in applyTheme().
678 public void applyTheme(Theme t) { method in class:AnimatedVectorDrawable
679 super.applyTheme(t);
683 vectorDrawable.applyTheme(t);
804 // support for Animator.applyTheme(). See comments in inflate().
811 + " must be created using a Resources object or applyTheme() must be"
H A DDrawableContainer.java629 public void applyTheme(Theme theme) { method in class:DrawableContainer
630 mDrawableContainerState.applyTheme(theme);
971 final void applyTheme(Theme theme) { method in class:DrawableContainer.DrawableContainerState
979 drawables[i].applyTheme(theme);
H A DGradientDrawable.java1250 public void applyTheme(@NonNull Theme t) { method in class:GradientDrawable
1251 super.applyTheme(t);
H A DLayerDrawable.java201 public void applyTheme(@NonNull Theme t) { method in class:LayerDrawable
202 super.applyTheme(t);
230 d.applyTheme(t);
/frameworks/support/graphics/drawable/static/src/main/java/androidx/vectordrawable/graphics/drawable/
H A DVectorDrawableCommon.java102 public void applyTheme(Resources.Theme t) { method in class:VectorDrawableCommon
105 DrawableCompat.applyTheme(mDelegateDrawable, t);
/frameworks/base/core/java/android/content/res/
H A DColorStateList.java207 // Deep copy, these may change due to applyTheme().
354 // modulate again during applyTheme().
411 private void applyTheme(Theme t) { method in class:ColorStateList
483 clone.applyTheme(t);
H A DGradientColor.java182 * Update the root level's attributes, either for inflate or applyTheme.
547 clone.applyTheme(t);
564 private void applyTheme(Theme t) { method in class:GradientColor
/frameworks/support/compat/src/main/java/androidx/core/graphics/drawable/
H A DDrawableCompat.java187 public static void applyTheme(@NonNull Drawable drawable, @NonNull Resources.Theme theme) { method in class:DrawableCompat
189 drawable.applyTheme(theme);
/frameworks/support/graphics/drawable/animated/src/main/java/androidx/vectordrawable/graphics/drawable/
H A DAnimatedVectorDrawableCompat.java511 public void applyTheme(Theme t) { method in class:AnimatedVectorDrawableCompat
513 DrawableCompat.applyTheme(mDelegateDrawable, t);

Completed in 313 milliseconds

12