Searched refs:applyTheme (Results 1 - 25 of 27) sorted by relevance

12

/frameworks/support/v4/api21/android/support/v4/graphics/drawable/
H A DDrawableCompatLollipop.java63 public static void applyTheme(Drawable drawable, Resources.Theme t) { method in class:DrawableCompatLollipop
64 drawable.applyTheme(t);
/frameworks/support/v4/java/android/support/v4/graphics/drawable/
H A DDrawableCompat.java55 void applyTheme(Drawable drawable, Resources.Theme t); method in interface:DrawableCompat.DrawableImpl
124 public void applyTheme(Drawable drawable, Resources.Theme t) { method in class:DrawableCompat.BaseDrawableImpl
243 public void applyTheme(Drawable drawable, Resources.Theme t) { method in class:DrawableCompat.LollipopDrawableImpl
244 DrawableCompatLollipop.applyTheme(drawable, t);
417 public static void applyTheme(Drawable drawable, Resources.Theme t) { method in class:DrawableCompat
418 IMPL.applyTheme(drawable, t);
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCommon.java139 public void applyTheme(Resources.Theme t) { method in class:VectorDrawableCommon
142 DrawableCompat.applyTheme(mDelegateDrawable, t);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedRotateDrawable.java141 public void applyTheme(@NonNull Theme t) { method in class:AnimatedRotateDrawable
142 super.applyTheme(t);
H A DClipDrawable.java100 public void applyTheme(@NonNull Theme t) { method in class:ClipDrawable
101 super.applyTheme(t);
H A DColorDrawable.java265 public void applyTheme(Theme t) { method in class:ColorDrawable
266 super.applyTheme(t);
H A DRotateDrawable.java81 public void applyTheme(@NonNull Theme t) { method in class:RotateDrawable
82 super.applyTheme(t);
H A DScaleDrawable.java114 public void applyTheme(@NonNull Theme t) { method in class:ScaleDrawable
115 super.applyTheme(t);
H A DDrawableWrapper.java145 public void applyTheme(@NonNull Theme t) { method in class:DrawableWrapper
146 super.applyTheme(t);
152 mDrawable.applyTheme(t);
H A DInsetDrawable.java113 public void applyTheme(@NonNull Theme t) { method in class:InsetDrawable
114 super.applyTheme(t);
H A DStateListDrawable.java370 public void applyTheme(Theme theme) { method in class:StateListDrawable
371 super.applyTheme(theme);
H A DVectorDrawable.java477 public void applyTheme(Theme t) { method in class:VectorDrawable
478 super.applyTheme(t);
511 mVectorState.applyTheme(t);
879 public void applyTheme(Theme t) { method in class:VectorDrawable.VectorDrawableState
880 mRootGroup.applyTheme(t);
1181 public void applyTheme(Theme t) { method in class:VectorDrawable.VGroup
1193 child.applyTheme(t);
1361 public void applyTheme(Theme theme) { method in class:VectorDrawable.VClipPath
1638 public void applyTheme(Theme t) { method in class:VectorDrawable.VFullPath
1788 abstract void applyTheme(Them method in class:VectorDrawable.VObject
[all...]
H A DShapeDrawable.java409 public void applyTheme(Theme t) { method in class:ShapeDrawable
410 super.applyTheme(t);
H A DDrawableContainer.java610 public void applyTheme(Theme theme) { method in class:DrawableContainer
611 mDrawableContainerState.applyTheme(theme);
941 final void applyTheme(Theme theme) { method in class:DrawableContainer.DrawableContainerState
949 drawables[i].applyTheme(theme);
H A DAnimatedStateListDrawable.java391 public void applyTheme(@Nullable Theme theme) { method in class:AnimatedStateListDrawable
392 super.applyTheme(theme);
H A DNinePatchDrawable.java475 public void applyTheme(@NonNull Theme t) { method in class:NinePatchDrawable
476 super.applyTheme(t);
H A DRippleDrawable.java496 public void applyTheme(@NonNull Theme t) { method in class:RippleDrawable
497 super.applyTheme(t);
H A DAnimatedVectorDrawable.java164 * to inflate animators if applyTheme() doesn't get called.
399 // applyTheme(), postpone loading the animator
400 // until we have a theme in applyTheme().
442 public void applyTheme(Theme t) { method in class:AnimatedVectorDrawable
443 super.applyTheme(t);
447 vectorDrawable.applyTheme(t);
565 // support for Animator.applyTheme(). See comments in inflate().
572 + " must be created using a Resources object or applyTheme() must be"
H A DBitmapDrawable.java826 public void applyTheme(Theme t) { method in class:BitmapDrawable
827 super.applyTheme(t);
H A DLayerDrawable.java203 public void applyTheme(@NonNull Theme t) { method in class:LayerDrawable
204 super.applyTheme(t);
236 d.applyTheme(t);
H A DDrawable.java849 public void applyTheme(@NonNull @SuppressWarnings("unused") Theme t) { method in class:Drawable
H A DGradientDrawable.java1193 public void applyTheme(@NonNull Theme t) { method in class:GradientDrawable
1194 super.applyTheme(t);
/frameworks/base/core/java/android/content/res/
H A DColorStateList.java207 // Deep copy, these may change due to applyTheme().
354 // modulate again during applyTheme().
411 private void applyTheme(Theme t) { method in class:ColorStateList
483 clone.applyTheme(t);
H A DGradientColor.java177 * Update the root level's attributes, either for inflate or applyTheme.
542 clone.applyTheme(t);
559 private void applyTheme(Theme t) { method in class:GradientColor
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
H A DAnimatedVectorDrawableCompat.java399 public void applyTheme(Theme t) { method in class:AnimatedVectorDrawableCompat
401 DrawableCompat.applyTheme(mDelegateDrawable, t);

Completed in 2925 milliseconds

12