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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DColorDrawable.java247 public void applyTheme(Theme t) { method in class:ColorDrawable
248 super.applyTheme(t);
316 applyTheme(theme);
H A DAnimatedVectorDrawable.java147 applyTheme(theme);
317 public void applyTheme(Theme t) { method in class:AnimatedVectorDrawable
318 super.applyTheme(t);
322 vectorDrawable.applyTheme(t);
H A DInsetDrawable.java169 public void applyTheme(Theme t) { method in class:InsetDrawable
170 super.applyTheme(t);
H A DNinePatchDrawable.java478 public void applyTheme(Theme t) { method in class:NinePatchDrawable
479 super.applyTheme(t);
676 applyTheme(theme);
H A DShapeDrawable.java409 public void applyTheme(Theme t) { method in class:ShapeDrawable
410 super.applyTheme(t);
576 applyTheme(theme);
H A DBitmapDrawable.java800 public void applyTheme(Theme t) { method in class:BitmapDrawable
801 super.applyTheme(t);
941 applyTheme(theme);
H A DDrawable.java713 public void applyTheme(@SuppressWarnings("unused") Theme t) { method in class:Drawable
H A DDrawableContainer.java549 public void applyTheme(Theme theme) { method in class:DrawableContainer
550 mDrawableContainerState.applyTheme(theme);
794 final void applyTheme(Theme theme) { method in class:DrawableContainer.DrawableContainerState
801 drawables[i].applyTheme(theme);
H A DLayerDrawable.java130 applyTheme(theme);
245 public void applyTheme(Theme t) { method in class:LayerDrawable
246 super.applyTheme(t);
272 d.applyTheme(t);
H A DRippleDrawable.java450 public void applyTheme(Theme t) { method in class:RippleDrawable
451 super.applyTheme(t);
999 applyTheme(theme);
H A DGradientDrawable.java996 public void applyTheme(Theme t) { method in class:GradientDrawable
997 super.applyTheme(t);
1705 applyTheme(theme);
H A DVectorDrawable.java219 applyTheme(theme);
366 public void applyTheme(Theme t) { method in class:VectorDrawable
367 super.applyTheme(t);
386 path.applyTheme(t);
886 public void applyTheme(Theme t) { method in class:VectorDrawable.VPathRenderer
900 childGroup.applyTheme(t);
906 childPath.applyTheme(t);
1131 public void applyTheme(Theme t) { method in class:VectorDrawable.VGroup
1277 public void applyTheme(Theme t) { method in class:VectorDrawable.VPath
1467 public void applyTheme(Them method in class:VectorDrawable.VFullPath
[all...]

Completed in 208 milliseconds