Home
last modified time | relevance | path

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

12

/frameworks/support/compat/java/android/support/v4/graphics/drawable/
DDrawableCompat.java105 public void applyTheme(Drawable drawable, Resources.Theme t) { in applyTheme() method in DrawableCompat.DrawableCompatBaseImpl
254 public void applyTheme(Drawable drawable, Resources.Theme t) { in applyTheme() method in DrawableCompat.DrawableCompatApi21Impl
255 drawable.applyTheme(t); in applyTheme()
458 public static void applyTheme(@NonNull Drawable drawable, @NonNull Resources.Theme t) { in applyTheme() method in DrawableCompat
459 IMPL.applyTheme(drawable, t); in applyTheme()
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCommon.java101 public void applyTheme(Resources.Theme t) { in applyTheme() method in VectorDrawableCommon
104 DrawableCompat.applyTheme(mDelegateDrawable, t); in applyTheme()
/frameworks/base/graphics/java/android/graphics/drawable/
DClipDrawable.java100 public void applyTheme(@NonNull Theme t) { in applyTheme() method in ClipDrawable
101 super.applyTheme(t); in applyTheme()
DDrawableWrapper.java144 public void applyTheme(@NonNull Theme t) { in applyTheme() method in DrawableWrapper
145 super.applyTheme(t); in applyTheme()
151 mDrawable.applyTheme(t); in applyTheme()
DRotateDrawable.java81 public void applyTheme(@NonNull Theme t) { in applyTheme() method in RotateDrawable
82 super.applyTheme(t); in applyTheme()
DAnimatedRotateDrawable.java141 public void applyTheme(@NonNull Theme t) { in applyTheme() method in AnimatedRotateDrawable
142 super.applyTheme(t); in applyTheme()
DScaleDrawable.java114 public void applyTheme(@NonNull Theme t) { in applyTheme() method in ScaleDrawable
115 super.applyTheme(t); in applyTheme()
DColorDrawable.java292 public void applyTheme(Theme t) { in applyTheme() method in ColorDrawable
293 super.applyTheme(t); in applyTheme()
DStateListDrawable.java380 public void applyTheme(Theme theme) { in applyTheme() method in StateListDrawable
381 super.applyTheme(theme); in applyTheme()
DVectorDrawable.java514 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawable
515 super.applyTheme(t); in applyTheme()
548 mVectorState.applyTheme(t); in applyTheme()
952 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawable.VectorDrawableState
953 mRootGroup.applyTheme(t); in applyTheme()
1383 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawable.VGroup
1395 child.applyTheme(t); in applyTheme()
1584 public void applyTheme(Theme theme) { in applyTheme() method in VectorDrawable.VClipPath
2006 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawable.VFullPath
2156 abstract void applyTheme(Theme t); in applyTheme() method in VectorDrawable.VObject
DDrawableContainer.java629 public void applyTheme(Theme theme) { in applyTheme() method in DrawableContainer
630 mDrawableContainerState.applyTheme(theme); in applyTheme()
971 final void applyTheme(Theme theme) { in applyTheme() method in DrawableContainer.DrawableContainerState
979 drawables[i].applyTheme(theme); in applyTheme()
DInsetDrawable.java146 public void applyTheme(@NonNull Theme t) { in applyTheme() method in InsetDrawable
147 super.applyTheme(t); in applyTheme()
DShapeDrawable.java430 public void applyTheme(Theme t) { in applyTheme() method in ShapeDrawable
431 super.applyTheme(t); in applyTheme()
DAnimatedStateListDrawable.java391 public void applyTheme(@Nullable Theme theme) { in applyTheme() method in AnimatedStateListDrawable
392 super.applyTheme(theme); in applyTheme()
DAdaptiveIconDrawable.java411 public void applyTheme(@NonNull Theme t) { in applyTheme() method in AdaptiveIconDrawable
412 super.applyTheme(t); in applyTheme()
436 d.applyTheme(t); in applyTheme()
DNinePatchDrawable.java474 public void applyTheme(@NonNull Theme t) { in applyTheme() method in NinePatchDrawable
475 super.applyTheme(t); in applyTheme()
DRippleDrawable.java502 public void applyTheme(@NonNull Theme t) { in applyTheme() method in RippleDrawable
503 super.applyTheme(t); in applyTheme()
DBitmapDrawable.java874 public void applyTheme(Theme t) { in applyTheme() method in BitmapDrawable
875 super.applyTheme(t); in applyTheme()
DAnimatedVectorDrawable.java674 public void applyTheme(Theme t) { in applyTheme() method in AnimatedVectorDrawable
675 super.applyTheme(t); in applyTheme()
679 vectorDrawable.applyTheme(t); in applyTheme()
DLayerDrawable.java201 public void applyTheme(@NonNull Theme t) { in applyTheme() method in LayerDrawable
202 super.applyTheme(t); in applyTheme()
230 d.applyTheme(t); in applyTheme()
DDrawable.java892 public void applyTheme(@NonNull @SuppressWarnings("unused") Theme t) { in applyTheme() method in Drawable
/frameworks/base/core/java/com/android/internal/graphics/drawable/
DAnimationScaleListDrawable.java239 public void applyTheme(@NonNull Theme theme) { in applyTheme() method in AnimationScaleListDrawable
240 super.applyTheme(theme); in applyTheme()
/frameworks/base/core/java/android/content/res/
DColorStateList.java411 private void applyTheme(Theme t) { in applyTheme() method in ColorStateList
483 clone.applyTheme(t); in obtainForTheme()
DGradientColor.java542 clone.applyTheme(t); in obtainForTheme()
559 private void applyTheme(Theme t) { in applyTheme() method in GradientColor
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
DAnimatedVectorDrawableCompat.java507 public void applyTheme(Theme t) { in applyTheme() method in AnimatedVectorDrawableCompat
509 DrawableCompat.applyTheme(mDelegateDrawable, t); in applyTheme()

12