Home
last modified time | relevance | path

Searched defs:applyTheme (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/support/compat/java/android/support/v4/graphics/drawable/
DDrawableCompat.java55 void applyTheme(Drawable drawable, Resources.Theme t); in applyTheme() method
125 public void applyTheme(Drawable drawable, Resources.Theme t) { in applyTheme() method in DrawableCompat.BaseDrawableImpl
239 public void applyTheme(Drawable drawable, Resources.Theme t) { in applyTheme() method in DrawableCompat.LollipopDrawableImpl
422 public static void applyTheme(@NonNull Drawable drawable, @NonNull Resources.Theme t) { in applyTheme() method in DrawableCompat
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCommon.java118 public void applyTheme(Resources.Theme t) { in applyTheme() method in VectorDrawableCommon
DVectorDrawableCompat.java1558 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawableCompat.VPath
1770 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawableCompat.VFullPath
/frameworks/support/compat/api21/android/support/v4/graphics/drawable/
DDrawableCompatLollipop.java66 public static void applyTheme(Drawable drawable, Resources.Theme t) { in applyTheme() method in DrawableCompatLollipop
/frameworks/base/core/java/com/android/internal/graphics/drawable/
DAnimationScaleListDrawable.java239 public void applyTheme(@NonNull Theme theme) { in applyTheme() method in AnimationScaleListDrawable
/frameworks/base/graphics/java/android/graphics/drawable/
DClipDrawable.java100 public void applyTheme(@NonNull Theme t) { in applyTheme() method in ClipDrawable
DAnimatedRotateDrawable.java141 public void applyTheme(@NonNull Theme t) { in applyTheme() method in AnimatedRotateDrawable
DInsetDrawable.java113 public void applyTheme(@NonNull Theme t) { in applyTheme() method in InsetDrawable
DScaleDrawable.java114 public void applyTheme(@NonNull Theme t) { in applyTheme() method in ScaleDrawable
DRotateDrawable.java81 public void applyTheme(@NonNull Theme t) { in applyTheme() method in RotateDrawable
DColorDrawable.java265 public void applyTheme(Theme t) { in applyTheme() method in ColorDrawable
DVectorDrawable.java507 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawable
945 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawable.VectorDrawableState
1355 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawable.VGroup
1556 public void applyTheme(Theme theme) { in applyTheme() method in VectorDrawable.VClipPath
1965 public void applyTheme(Theme t) { in applyTheme() method in VectorDrawable.VFullPath
2115 abstract void applyTheme(Theme t); in applyTheme() method in VectorDrawable.VObject
DStateListDrawable.java370 public void applyTheme(Theme theme) { in applyTheme() method in StateListDrawable
DDrawableContainer.java611 public void applyTheme(Theme theme) { in applyTheme() method in DrawableContainer
945 final void applyTheme(Theme theme) { in applyTheme() method in DrawableContainer.DrawableContainerState
DDrawableWrapper.java145 public void applyTheme(@NonNull Theme t) { in applyTheme() method in DrawableWrapper
DShapeDrawable.java409 public void applyTheme(Theme t) { in applyTheme() method in ShapeDrawable
DNinePatchDrawable.java475 public void applyTheme(@NonNull Theme t) { in applyTheme() method in NinePatchDrawable
DBitmapDrawable.java842 public void applyTheme(Theme t) { in applyTheme() method in BitmapDrawable
DRippleDrawable.java496 public void applyTheme(@NonNull Theme t) { in applyTheme() method in RippleDrawable
DAnimatedStateListDrawable.java391 public void applyTheme(@Nullable Theme theme) { in applyTheme() method in AnimatedStateListDrawable
DDrawable.java852 public void applyTheme(@NonNull @SuppressWarnings("unused") Theme t) { in applyTheme() method in Drawable
DLayerDrawable.java203 public void applyTheme(@NonNull Theme t) { in applyTheme() method in LayerDrawable
/frameworks/base/core/java/android/content/res/
DGradientColor.java559 private void applyTheme(Theme t) { in applyTheme() method in GradientColor
DColorStateList.java411 private void applyTheme(Theme t) { in applyTheme() method in ColorStateList
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
DAnimatedVectorDrawableCompat.java500 public void applyTheme(Theme t) { in applyTheme() method in AnimatedVectorDrawableCompat

12