Home
last modified time | relevance | path

Searched defs:newDrawable (Results 1 – 25 of 636) sorted by relevance

12345678910>>...26

/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/util/drawable/
H A DLoopedAnimatable2DrawableWrapper.kt102 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/
DLoopedAnimatable2DrawableWrapper.java110 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/
DUserBadgeDrawable.java172 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
DThemedBitmap.kt26 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/
DBrightnessProgressDrawable.java93 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
DRoundedCornerProgressDrawable.java89 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/
DSaturationProgressDrawable.java93 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 DRoundedCornerProgressDrawable.kt77 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 DBrightnessProgressDrawable.kt89 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 DAlphaTintDrawableWrapper.java151 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/
DSaturationProgressDrawable.kt90 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 DMediaProcessingHelper.kt131 val newDrawable = new.loadDrawable(context) in areIconsEqual() constant
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/drawable/
H A DTransitionDrawable.java269 public Drawable newDrawable() { in newDrawable() method in TransitionDrawable.TransitionState
274 public Drawable newDrawable(Resources res) { in newDrawable() method in TransitionDrawable.TransitionState
H A DLevelListDrawable.java216 public Drawable newDrawable() { in newDrawable() method in LevelListDrawable.LevelListState
221 public Drawable newDrawable(Resources res) { in newDrawable() method in LevelListDrawable.LevelListState
H A DColorDrawable.java377 public Drawable newDrawable() { in newDrawable() method in ColorDrawable.ColorState
382 public Drawable newDrawable(Resources res) { in newDrawable() method in ColorDrawable.ColorState
H A DAnimationDrawable.java404 public Drawable newDrawable() { in newDrawable() method in AnimationDrawable.AnimationState
409 public Drawable newDrawable(Resources res) { in newDrawable() method in AnimationDrawable.AnimationState
H A DStateListDrawable.java359 public Drawable newDrawable() { in newDrawable() method in StateListDrawable.StateListState
364 public Drawable newDrawable(Resources res) { in newDrawable() method in StateListDrawable.StateListState
H A DDrawable.java1498 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 DShapeDrawable.java597 public Drawable newDrawable() { in newDrawable() method in ShapeDrawable.ShapeState
602 public Drawable newDrawable(Resources res) { in newDrawable() method in ShapeDrawable.ShapeState
H A DDrawableWrapper.java554 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 DAnimationScaleListDrawable.java216 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 DGlideBitmapDrawable.java178 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/
DFolderAdaptiveIcon.java191 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 DGifDrawable.java356 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/
Dclasses.jarandroid/support/graphics/drawable/AndroidResources.class AndroidResources.java package android.support. ...

12345678910>>...26