HomeSort by relevance Sort by last modified time
    Searched defs:applyTheme (Results 1 - 21 of 21) sorted by null

  /frameworks/base/graphics/java/android/graphics/drawable/
ColorDrawable.java 260 public void applyTheme(Theme t) {
261 super.applyTheme(t);
StateListDrawable.java 390 public void applyTheme(Theme theme) {
391 super.applyTheme(theme);
AnimatedVectorDrawable.java 325 public void applyTheme(Theme t) {
326 super.applyTheme(t);
330 vectorDrawable.applyTheme(t);
ClipDrawable.java 147 public void applyTheme(Theme t) {
148 super.applyTheme(t);
166 state.mDrawable.applyTheme(t);
InsetDrawable.java 181 public void applyTheme(Theme t) {
182 super.applyTheme(t);
202 state.mDrawable.applyTheme(t);
NinePatchDrawable.java 479 public void applyTheme(Theme t) {
480 super.applyTheme(t);
ScaleDrawable.java 110 public void applyTheme(Theme t) {
111 super.applyTheme(t);
131 state.mDrawable.applyTheme(t);
ShapeDrawable.java 409 public void applyTheme(Theme t) {
410 super.applyTheme(t);
AnimatedRotateDrawable.java 279 public void applyTheme(@Nullable Theme t) {
280 super.applyTheme(t);
301 state.mDrawable.applyTheme(t);
AnimatedStateListDrawable.java 390 public void applyTheme(@Nullable Theme theme) {
391 super.applyTheme(theme);
BitmapDrawable.java 809 public void applyTheme(Theme t) {
810 super.applyTheme(t);
Drawable.java 714 public void applyTheme(@SuppressWarnings("unused") Theme t) {
    [all...]
RotateDrawable.java 422 public void applyTheme(Theme t) {
423 super.applyTheme(t);
443 state.mDrawable.applyTheme(t);
DrawableContainer.java 570 public void applyTheme(Theme theme) {
571 mDrawableContainerState.applyTheme(theme);
841 final void applyTheme(Theme theme) {
849 drawables[i].applyTheme(theme);
    [all...]
LayerDrawable.java 243 public void applyTheme(Theme t) {
244 super.applyTheme(t);
270 d.applyTheme(t);
    [all...]
RippleDrawable.java 449 public void applyTheme(Theme t) {
450 super.applyTheme(t);
VectorDrawable.java 368 public void applyTheme(Theme t) {
369 super.applyTheme(t);
388 path.applyTheme(t);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PreloadIconDrawable.java 57 applyTheme(theme);
62 public void applyTheme(Theme t) {
  /prebuilts/sdk/21/
android.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 573 milliseconds