Searched refs:applyTheme (Results 1 - 23 of 23) sorted by relevance

/frameworks/support/v4/api21/android/support/v4/graphics/drawable/
H A DDrawableWrapperLollipop.java46 public void applyTheme(Resources.Theme t) { method in class:DrawableWrapperLollipop
47 mDrawable.applyTheme(t);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DClipDrawable.java122 public void applyTheme(Theme t) { method in class:ClipDrawable
142 super.applyTheme(t);
H A DDrawableWrapper.java131 public void applyTheme(Resources.Theme t) { method in class:DrawableWrapper
132 super.applyTheme(t);
140 mDrawable.applyTheme(t);
H A DAnimatedRotateDrawable.java179 public void applyTheme(@Nullable Theme t) { method in class:AnimatedRotateDrawable
200 super.applyTheme(t);
H A DColorDrawable.java264 public void applyTheme(Theme t) { method in class:ColorDrawable
265 super.applyTheme(t);
H A DInsetDrawable.java158 public void applyTheme(Theme t) { method in class:InsetDrawable
178 super.applyTheme(t);
H A DRotateDrawable.java120 public void applyTheme(Theme t) { method in class:RotateDrawable
140 super.applyTheme(t);
H A DScaleDrawable.java146 public void applyTheme(Theme t) { method in class:ScaleDrawable
167 super.applyTheme(t);
H A DStateListDrawable.java369 public void applyTheme(Theme theme) { method in class:StateListDrawable
370 super.applyTheme(theme);
H A DVectorDrawable.java467 public void applyTheme(Theme t) { method in class:VectorDrawable
468 super.applyTheme(t);
496 path.applyTheme(t);
1011 public void applyTheme(Theme t) { method in class:VectorDrawable.VPathRenderer
1025 childGroup.applyTheme(t);
1031 childPath.applyTheme(t);
1294 public void applyTheme(Theme t) { method in class:VectorDrawable.VGroup
1440 public void applyTheme(Theme t) { method in class:VectorDrawable.VPath
1630 public void applyTheme(Theme t) { method in class:VectorDrawable.VFullPath
H A DAnimatedVectorDrawable.java145 * to inflate animators if applyTheme() doesn't get called.
343 // applyTheme(), postpone loading the animator
344 // until we have a theme in applyTheme().
368 public void applyTheme(Theme t) { method in class:AnimatedVectorDrawable
369 super.applyTheme(t);
373 vectorDrawable.applyTheme(t);
491 // support for Animator.applyTheme(). See comments in inflate().
498 + " must be created using a Resources object or applyTheme() must be"
H A DShapeDrawable.java408 public void applyTheme(Theme t) { method in class:ShapeDrawable
409 super.applyTheme(t);
H A DDrawableContainer.java576 public void applyTheme(Theme theme) { method in class:DrawableContainer
577 mDrawableContainerState.applyTheme(theme);
857 final void applyTheme(Theme theme) { method in class:DrawableContainer.DrawableContainerState
865 drawables[i].applyTheme(theme);
H A DAnimatedStateListDrawable.java390 public void applyTheme(@Nullable Theme theme) { method in class:AnimatedStateListDrawable
391 super.applyTheme(theme);
H A DNinePatchDrawable.java486 public void applyTheme(Theme t) { method in class:NinePatchDrawable
487 super.applyTheme(t);
H A DRippleDrawable.java505 public void applyTheme(Theme t) { method in class:RippleDrawable
506 super.applyTheme(t);
H A DBitmapDrawable.java820 public void applyTheme(Theme t) { method in class:BitmapDrawable
821 super.applyTheme(t);
H A DLayerDrawable.java303 public void applyTheme(Theme t) { method in class:LayerDrawable
304 super.applyTheme(t);
330 d.applyTheme(t);
H A DDrawable.java795 public void applyTheme(@SuppressWarnings("unused") Theme t) { method in class:Drawable
H A DGradientDrawable.java1029 public void applyTheme(Theme t) { method in class:GradientDrawable
1030 super.applyTheme(t);
/frameworks/base/core/java/android/content/res/
H A DColorStateList.java154 // Deep copy, these may change due to applyTheme().
301 // modulate again during applyTheme().
357 private void applyTheme(Theme t) { method in class:ColorStateList
428 clone.applyTheme(t);
H A DResources.java2549 dr.applyTheme(theme);
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1186 public void applyTheme(Theme t) { method in class:VectorDrawableCompat.VPath
1377 public void applyTheme(Theme t) { method in class:VectorDrawableCompat.VFullPath

Completed in 212 milliseconds