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

12

/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCommon.java101 public void applyTheme(Resources.Theme t) { method in class:VectorDrawableCommon
104 DrawableCompat.applyTheme(mDelegateDrawable, t);
/frameworks/support/compat/java/android/support/v4/graphics/drawable/
H A DDrawableCompat.java105 public void applyTheme(Drawable drawable, Resources.Theme t) { method in class:DrawableCompat.DrawableCompatBaseImpl
254 public void applyTheme(Drawable drawable, Resources.Theme t) { method in class:DrawableCompat.DrawableCompatApi21Impl
255 drawable.applyTheme(t);
458 public static void applyTheme(@NonNull Drawable drawable, @NonNull Resources.Theme t) { method in class:DrawableCompat
459 IMPL.applyTheme(drawable, t);
/frameworks/base/core/java/com/android/internal/graphics/drawable/
H A DAnimationScaleListDrawable.java239 public void applyTheme(@NonNull Theme theme) { method in class:AnimationScaleListDrawable
240 super.applyTheme(theme);
/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.java292 public void applyTheme(Theme t) { method in class:ColorDrawable
293 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.java144 public void applyTheme(@NonNull Theme t) { method in class:DrawableWrapper
145 super.applyTheme(t);
151 mDrawable.applyTheme(t);
H A DStateListDrawable.java380 public void applyTheme(Theme theme) { method in class:StateListDrawable
381 super.applyTheme(theme);
H A DVectorDrawable.java514 public void applyTheme(Theme t) { method in class:VectorDrawable
515 super.applyTheme(t);
548 mVectorState.applyTheme(t);
952 public void applyTheme(Theme t) { method in class:VectorDrawable.VectorDrawableState
953 mRootGroup.applyTheme(t);
1383 public void applyTheme(Theme t) { method in class:VectorDrawable.VGroup
1395 child.applyTheme(t);
1584 public void applyTheme(Theme theme) { method in class:VectorDrawable.VClipPath
2006 public void applyTheme(Theme t) { method in class:VectorDrawable.VFullPath
2156 abstract void applyTheme(Them method in class:VectorDrawable.VObject
[all...]
H A DInsetDrawable.java146 public void applyTheme(@NonNull Theme t) { method in class:InsetDrawable
147 super.applyTheme(t);
H A DShapeDrawable.java430 public void applyTheme(Theme t) { method in class:ShapeDrawable
431 super.applyTheme(t);
H A DDrawableContainer.java629 public void applyTheme(Theme theme) { method in class:DrawableContainer
630 mDrawableContainerState.applyTheme(theme);
971 final void applyTheme(Theme theme) { method in class:DrawableContainer.DrawableContainerState
979 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.java474 public void applyTheme(@NonNull Theme t) { method in class:NinePatchDrawable
475 super.applyTheme(t);
H A DRippleDrawable.java502 public void applyTheme(@NonNull Theme t) { method in class:RippleDrawable
503 super.applyTheme(t);
H A DAdaptiveIconDrawable.java411 public void applyTheme(@NonNull Theme t) { method in class:AdaptiveIconDrawable
412 super.applyTheme(t);
436 d.applyTheme(t);
H A DAnimatedVectorDrawable.java308 * to inflate animators if applyTheme() doesn't get called.
570 // applyTheme(), postpone loading the animator
571 // until we have a theme in applyTheme().
674 public void applyTheme(Theme t) { method in class:AnimatedVectorDrawable
675 super.applyTheme(t);
679 vectorDrawable.applyTheme(t);
800 // support for Animator.applyTheme(). See comments in inflate().
807 + " must be created using a Resources object or applyTheme() must be"
H A DBitmapDrawable.java874 public void applyTheme(Theme t) { method in class:BitmapDrawable
875 super.applyTheme(t);
H A DLayerDrawable.java201 public void applyTheme(@NonNull Theme t) { method in class:LayerDrawable
202 super.applyTheme(t);
230 d.applyTheme(t);
H A DDrawable.java892 public void applyTheme(@NonNull @SuppressWarnings("unused") Theme t) { method in class:Drawable
/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.java507 public void applyTheme(Theme t) { method in class:AnimatedVectorDrawableCompat
509 DrawableCompat.applyTheme(mDelegateDrawable, t);

Completed in 4000 milliseconds

12