Home
last modified time | relevance | path

Searched refs:applyTheme (Results 1 – 14 of 14) sorted by relevance

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