Searched refs:applyTheme (Results 1 – 14 of 14) sorted by relevance
247 public void applyTheme(Theme t) { in applyTheme() method in ColorDrawable248 super.applyTheme(t); in applyTheme()316 applyTheme(theme); in ColorDrawable()
147 applyTheme(theme); in AnimatedVectorDrawable()317 public void applyTheme(Theme t) { in applyTheme() method in AnimatedVectorDrawable318 super.applyTheme(t); in applyTheme()322 vectorDrawable.applyTheme(t); in applyTheme()
219 applyTheme(theme); in VectorDrawable()366 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawable367 super.applyTheme(t); in applyTheme()386 path.applyTheme(t); in applyTheme()886 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawable.VPathRenderer900 childGroup.applyTheme(t); in recursiveApplyTheme()906 childPath.applyTheme(t); in recursiveApplyTheme()1131 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawable.VGroup1277 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawable.VPath1467 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawable.VFullPath
409 public void applyTheme(Theme t) { in applyTheme() method in ShapeDrawable410 super.applyTheme(t); in applyTheme()576 applyTheme(theme); in ShapeDrawable()
549 public void applyTheme(Theme theme) { in applyTheme() method in DrawableContainer550 mDrawableContainerState.applyTheme(theme); in applyTheme()794 final void applyTheme(Theme theme) { in applyTheme() method in DrawableContainer.DrawableContainerState801 drawables[i].applyTheme(theme); in applyTheme()
478 public void applyTheme(Theme t) { in applyTheme() method in NinePatchDrawable479 super.applyTheme(t); in applyTheme()676 applyTheme(theme); in NinePatchDrawable()
169 public void applyTheme(Theme t) { in applyTheme() method in InsetDrawable170 super.applyTheme(t); in applyTheme()
450 public void applyTheme(Theme t) { in applyTheme() method in RippleDrawable451 super.applyTheme(t); in applyTheme()999 applyTheme(theme); in RippleDrawable()
130 applyTheme(theme); in LayerDrawable()245 public void applyTheme(Theme t) { in applyTheme() method in LayerDrawable246 super.applyTheme(t); in applyTheme()272 d.applyTheme(t); in applyTheme()
800 public void applyTheme(Theme t) { in applyTheme() method in BitmapDrawable801 super.applyTheme(t); in applyTheme()941 applyTheme(theme); in BitmapDrawable()
996 public void applyTheme(Theme t) {997 super.applyTheme(t);1705 applyTheme(theme);
713 public void applyTheme(@SuppressWarnings("unused") Theme t) { in applyTheme() method in Drawable
271 NO DOC BLOCK: android.graphics.drawable.Drawable Method applyTheme(android.content.res.Resources.Th…
11624 method public void applyTheme(android.content.res.Resources.Theme);