/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/util/drawable/ |
H A D | LoopedAnimatable2DrawableWrapper.kt | 102 override fun newDrawable(): Drawable = fromDrawable(nestedState.newDrawable()) method in com.android.systemui.util.drawable.LoopedAnimatable2DrawableWrapper.LoopedDrawableState 104 override fun newDrawable(res: Resources?): Drawable = method in com.android.systemui.util.drawable.LoopedAnimatable2DrawableWrapper.LoopedDrawableState 107 override fun newDrawable(res: Resources?, theme: Resources.Theme?): Drawable = method in com.android.systemui.util.drawable.LoopedAnimatable2DrawableWrapper.LoopedDrawableState
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/util/drawable/ |
D | LoopedAnimatable2DrawableWrapper.java | 110 public android.graphics.drawable.Drawable newDrawable() { in newDrawable() method in LoopedAnimatable2DrawableWrapper.LoopedDrawableState 116 public android.graphics.drawable.Drawable newDrawable(@org.jetbrains.annotations.Nullable() in newDrawable() method in LoopedAnimatable2DrawableWrapper.LoopedDrawableState 123 public android.graphics.drawable.Drawable newDrawable(@org.jetbrains.annotations.Nullable() in newDrawable() method in LoopedAnimatable2DrawableWrapper.LoopedDrawableState
|
/aosp_15_r20/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/ |
D | UserBadgeDrawable.java | 172 public Drawable newDrawable() { in newDrawable() method in UserBadgeDrawable.MyConstantState 179 public Drawable newDrawable(Resources res) { in newDrawable() method in UserBadgeDrawable.MyConstantState 186 public Drawable newDrawable(Resources res, Theme theme) { in newDrawable() method in UserBadgeDrawable.MyConstantState
|
D | ThemedBitmap.kt | 26 fun newDrawable(info: BitmapInfo, context: Context): FastBitmapDrawable in newDrawable() method
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/util/ |
D | BrightnessProgressDrawable.java | 93 public android.graphics.drawable.Drawable newDrawable() { in newDrawable() method in BrightnessProgressDrawable.RoundedCornerState 99 public android.graphics.drawable.Drawable newDrawable(@org.jetbrains.annotations.Nullable() in newDrawable() method in BrightnessProgressDrawable.RoundedCornerState
|
D | RoundedCornerProgressDrawable.java | 89 public android.graphics.drawable.Drawable newDrawable() { in newDrawable() method in RoundedCornerProgressDrawable.RoundedCornerState 95 public android.graphics.drawable.Drawable newDrawable(@org.jetbrains.annotations.Nullable() in newDrawable() method in RoundedCornerProgressDrawable.RoundedCornerState
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/ThemePicker/ThemePickerLib/android_common/kapt/gen/stubs/com/android/customization/picker/clock/ui/view/ |
D | SaturationProgressDrawable.java | 93 public android.graphics.drawable.Drawable newDrawable() { in newDrawable() method in SaturationProgressDrawable.RoundedCornerState 99 public android.graphics.drawable.Drawable newDrawable(@org.jetbrains.annotations.Nullable() in newDrawable() method in SaturationProgressDrawable.RoundedCornerState
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
H A D | RoundedCornerProgressDrawable.kt | 77 override fun newDrawable(): Drawable { in newDrawable() method in com.android.systemui.util.RoundedCornerState 81 override fun newDrawable(res: Resources?, theme: Resources.Theme?): Drawable { in newDrawable() method in com.android.systemui.util.RoundedCornerState
|
H A D | BrightnessProgressDrawable.kt | 89 override fun newDrawable(): Drawable { in newDrawable() method in com.android.systemui.util.RoundedCornerState 93 override fun newDrawable(res: Resources?, theme: Resources.Theme?): Drawable { in newDrawable() method in com.android.systemui.util.RoundedCornerState
|
H A D | AlphaTintDrawableWrapper.java | 151 public Drawable newDrawable() { in newDrawable() method in AlphaTintDrawableWrapper.AlphaTintState 157 public Drawable newDrawable(Resources res, Theme theme) { in newDrawable() method in AlphaTintDrawableWrapper.AlphaTintState
|
/aosp_15_r20/packages/apps/ThemePicker/src/com/android/customization/picker/clock/ui/view/ |
D | SaturationProgressDrawable.kt | 90 override fun newDrawable(): Drawable { in newDrawable() method in com.android.customization.picker.clock.ui.view.RoundedCornerState 94 override fun newDrawable(res: Resources?, theme: Resources.Theme?): Drawable { in newDrawable() method in com.android.customization.picker.clock.ui.view.RoundedCornerState
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/ |
H A D | MediaProcessingHelper.kt | 131 val newDrawable = new.loadDrawable(context) in areIconsEqual() constant
|
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | TransitionDrawable.java | 269 public Drawable newDrawable() { in newDrawable() method in TransitionDrawable.TransitionState 274 public Drawable newDrawable(Resources res) { in newDrawable() method in TransitionDrawable.TransitionState
|
H A D | LevelListDrawable.java | 216 public Drawable newDrawable() { in newDrawable() method in LevelListDrawable.LevelListState 221 public Drawable newDrawable(Resources res) { in newDrawable() method in LevelListDrawable.LevelListState
|
H A D | ColorDrawable.java | 377 public Drawable newDrawable() { in newDrawable() method in ColorDrawable.ColorState 382 public Drawable newDrawable(Resources res) { in newDrawable() method in ColorDrawable.ColorState
|
H A D | AnimationDrawable.java | 404 public Drawable newDrawable() { in newDrawable() method in AnimationDrawable.AnimationState 409 public Drawable newDrawable(Resources res) { in newDrawable() method in AnimationDrawable.AnimationState
|
H A D | StateListDrawable.java | 359 public Drawable newDrawable() { in newDrawable() method in StateListDrawable.StateListState 364 public Drawable newDrawable(Resources res) { in newDrawable() method in StateListDrawable.StateListState
|
H A D | Drawable.java | 1498 public abstract @NonNull Drawable newDrawable(); in newDrawable() method in ConstantState 1512 public @NonNull Drawable newDrawable(@Nullable Resources res) { in newDrawable() method in ConstantState 1530 public @NonNull Drawable newDrawable(@Nullable Resources res, in newDrawable() method in ConstantState
|
H A D | ShapeDrawable.java | 597 public Drawable newDrawable() { in newDrawable() method in ShapeDrawable.ShapeState 602 public Drawable newDrawable(Resources res) { in newDrawable() method in ShapeDrawable.ShapeState
|
H A D | DrawableWrapper.java | 554 public Drawable newDrawable() { in newDrawable() method in DrawableWrapper.DrawableWrapperState 559 public abstract Drawable newDrawable(@Nullable Resources res); in newDrawable() method in DrawableWrapper.DrawableWrapperState
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/graphics/drawable/ |
H A D | AnimationScaleListDrawable.java | 216 public Drawable newDrawable() { in newDrawable() method in AnimationScaleListDrawable.AnimationScaleListState 221 public Drawable newDrawable(Resources res) { in newDrawable() method in AnimationScaleListDrawable.AnimationScaleListState
|
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
H A D | GlideBitmapDrawable.java | 178 public Drawable newDrawable() { in newDrawable() method in GlideBitmapDrawable.BitmapState 183 public Drawable newDrawable(Resources res) { in newDrawable() method in GlideBitmapDrawable.BitmapState
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | FolderAdaptiveIcon.java | 191 public Drawable newDrawable() { in newDrawable() method in FolderAdaptiveIcon.MyConstantState 240 public Drawable newDrawable() { in newDrawable() method in FolderAdaptiveIcon.BitmapRendererDrawable.MyConstantState
|
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/ |
H A D | GifDrawable.java | 356 public Drawable newDrawable(Resources res) { in newDrawable() method in GifDrawable.GifState 361 public Drawable newDrawable() { in newDrawable() method in GifDrawable.GifState
|
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/support/android-support-vectordrawable-nodeps/android_common/aar/ |
D | classes.jar | android/support/graphics/drawable/AndroidResources.class
AndroidResources.java
package android.support. ... |