/frameworks/base/packages/SystemUI/src/com/android/systemui/util/drawable/ |
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
|
/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 | ThemedIconDrawable.java | 110 public static FastBitmapDrawable newDrawable(BitmapInfo info, Context context) { in newDrawable() method in ThemedIconDrawable
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
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
|
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
|
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
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
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
|
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
|
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
|
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
|
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
|
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
|
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
|
D | ClipDrawable.java | 233 public Drawable newDrawable(Resources res) { in newDrawable() method in ClipDrawable.ClipState
|
D | AnimatedRotateDrawable.java | 247 public Drawable newDrawable(Resources res) { in newDrawable() method in AnimatedRotateDrawable.AnimatedRotateState
|
D | ColorStateListDrawable.java | 267 public Drawable newDrawable() { in newDrawable() method in ColorStateListDrawable.ColorStateListDrawableState
|
D | ScaleDrawable.java | 281 public Drawable newDrawable(Resources res) { in newDrawable() method in ScaleDrawable.ScaleState
|
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
|
D | NinePatchDrawable.java | 649 public Drawable newDrawable() { in newDrawable() method in NinePatchDrawable.NinePatchState 654 public Drawable newDrawable(Resources res) { in newDrawable() method in NinePatchDrawable.NinePatchState
|
D | RotateDrawable.java | 355 public Drawable newDrawable(Resources res) { in newDrawable() method in RotateDrawable.RotateState
|
/frameworks/base/core/java/com/android/internal/graphics/drawable/ |
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
|
/frameworks/base/packages/SystemUI/tests/utils/src/android/graphics/drawable/ |
D | TestStubDrawable.kt | 53 override fun newDrawable(): Drawable = drawable method in android.graphics.drawable.TestStubDrawable.TestStubConstantState
|
/frameworks/base/packages/SettingsLib/AdaptiveIcon/src/com/android/settingslib/widget/ |
D | AdaptiveIcon.java | 121 public Drawable newDrawable() { in newDrawable() method in AdaptiveIcon.AdaptiveConstantState
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/ |
D | BluetoothDeviceLayerDrawable.java | 153 public Drawable newDrawable() { in newDrawable() method in BluetoothDeviceLayerDrawable.BluetoothDeviceLayerDrawableState
|
/frameworks/base/core/java/android/util/ |
D | LauncherIcons.java | 179 public Drawable newDrawable() { in newDrawable() method in LauncherIcons.ShadowDrawable.MyConstantState
|