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

1 2

  /frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
VectorDrawableCommon.java 101 public void applyTheme(Resources.Theme t) {
104 DrawableCompat.applyTheme(mDelegateDrawable, t);
  /frameworks/base/core/java/com/android/internal/graphics/drawable/
AnimationScaleListDrawable.java 239 public void applyTheme(@NonNull Theme theme) {
240 super.applyTheme(theme);
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedRotateDrawable.java 141 public void applyTheme(@NonNull Theme t) {
142 super.applyTheme(t);
ClipDrawable.java 100 public void applyTheme(@NonNull Theme t) {
101 super.applyTheme(t);
ColorDrawable.java 292 public void applyTheme(Theme t) {
293 super.applyTheme(t);
RotateDrawable.java 81 public void applyTheme(@NonNull Theme t) {
82 super.applyTheme(t);
ScaleDrawable.java 114 public void applyTheme(@NonNull Theme t) {
115 super.applyTheme(t);
InsetDrawable.java 146 public void applyTheme(@NonNull Theme t) {
147 super.applyTheme(t);
StateListDrawable.java 380 public void applyTheme(Theme theme) {
381 super.applyTheme(theme);
DrawableWrapper.java 144 public void applyTheme(@NonNull Theme t) {
145 super.applyTheme(t);
151 mDrawable.applyTheme(t);
ShapeDrawable.java 430 public void applyTheme(Theme t) {
431 super.applyTheme(t);
AnimatedStateListDrawable.java 391 public void applyTheme(@Nullable Theme theme) {
392 super.applyTheme(theme);
BitmapDrawable.java 874 public void applyTheme(Theme t) {
875 super.applyTheme(t);
    [all...]
Drawable.java     [all...]
NinePatchDrawable.java 474 public void applyTheme(@NonNull Theme t) {
475 super.applyTheme(t);
AdaptiveIconDrawable.java 414 public void applyTheme(@NonNull Theme t) {
415 super.applyTheme(t);
439 d.applyTheme(t);
    [all...]
DrawableContainer.java 629 public void applyTheme(Theme theme) {
630 mDrawableContainerState.applyTheme(theme);
971 final void applyTheme(Theme theme) {
979 drawables[i].applyTheme(theme);
    [all...]
LayerDrawable.java 201 public void applyTheme(@NonNull Theme t) {
202 super.applyTheme(t);
230 d.applyTheme(t);
    [all...]
RippleDrawable.java 502 public void applyTheme(@NonNull Theme t) {
503 super.applyTheme(t);
    [all...]
  /frameworks/support/compat/java/android/support/v4/graphics/drawable/
DrawableCompat.java 186 public static void applyTheme(@NonNull Drawable drawable, @NonNull Resources.Theme theme) {
188 drawable.applyTheme(theme);
  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
ShadowDrawable.java 111 public void applyTheme(Resources.Theme t) {
  /frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
AnimatedVectorDrawableCompat.java 507 public void applyTheme(Theme t) {
509 DrawableCompat.applyTheme(mDelegateDrawable, t);
    [all...]
  /frameworks/base/core/java/android/content/res/
GradientColor.java 177 * Update the root level's attributes, either for inflate or applyTheme.
542 clone.applyTheme(t);
559 private void applyTheme(Theme t) {
ColorStateList.java 207 // Deep copy, these may change due to applyTheme().
354 // modulate again during applyTheme().
411 private void applyTheme(Theme t) {
483 clone.applyTheme(t);
  /prebuilts/sdk/current/support/graphics/drawable/
android-support-vectordrawable.jar 

Completed in 1272 milliseconds

1 2