Home
last modified time | relevance | path

Searched refs:DrawableWrapper (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DScalingDrawableWrapper.java20 import android.graphics.drawable.DrawableWrapper;
26 public class ScalingDrawableWrapper extends DrawableWrapper {
DCastDrawable.java24 import android.graphics.drawable.DrawableWrapper;
39 public class CastDrawable extends DrawableWrapper {
DScreenRecordDrawable.java26 import android.graphics.drawable.DrawableWrapper;
40 public class ScreenRecordDrawable extends DrawableWrapper {
/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/drawable/
DCircularDrawable.kt24 import android.graphics.drawable.DrawableWrapper
30 ) : DrawableWrapper(drawable) {
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DRoundDrawableWrapper.java24 import android.graphics.drawable.DrawableWrapper;
29 public class RoundDrawableWrapper extends DrawableWrapper {
DUserBadgeDrawable.java31 import android.graphics.drawable.DrawableWrapper;
43 public class UserBadgeDrawable extends DrawableWrapper {
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DDrawableDump.kt26 import android.graphics.drawable.DrawableWrapper in <lambda>()
53 is DrawableWrapper -> { in <lambda>()
75 ?.takeUnless { drawable is DrawableWrapper } in StringBuilder()
81 is DrawableWrapper -> { in StringBuilder()
DAlphaTintDrawableWrapper.java24 import android.graphics.drawable.DrawableWrapper;
158 DrawableWrapper wrapper = (DrawableWrapper) mWrappedState.newDrawable(res, theme); in newDrawable()
DRoundedCornerProgressDrawable.kt23 import android.graphics.drawable.DrawableWrapper
82 val wrapper = wrappedState.newDrawable(res, theme) as DrawableWrapper in newDrawable()
DBrightnessProgressDrawable.kt23 import android.graphics.drawable.DrawableWrapper
94 val wrapper = wrappedState.newDrawable(res, theme) as DrawableWrapper in newDrawable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DCornerDrawable.kt24 import android.graphics.drawable.DrawableWrapper
30 class CornerDrawable(val wrapped: Drawable, val cornerRadius: Float) : DrawableWrapper(wrapped) {
/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
DDrawableWrapperTest.java38 static class MyWrapper extends DrawableWrapper {
51 DrawableWrapper wrapper = new MyWrapper(xferModeDrawable); in testSetXfermode()
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/
DBrightnessSliderView.java22 import android.graphics.drawable.DrawableWrapper;
75 DrawableWrapper progressSlider = (DrawableWrapper) progress in onFinishInflate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/unified/
DBatteryAttributionDrawable.kt24 import android.graphics.drawable.DrawableWrapper
39 class BatteryAttributionDrawable(dr: Drawable?) : DrawableWrapper(dr) {
/frameworks/base/graphics/java/android/graphics/drawable/
DDrawableWrapper.java50 public abstract class DrawableWrapper extends Drawable implements Drawable.Callback { class
56 DrawableWrapper(DrawableWrapperState state, Resources res) { in DrawableWrapper() method in DrawableWrapper
67 public DrawableWrapper(@Nullable Drawable dr) { in DrawableWrapper() method in DrawableWrapper
150 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.DrawableWrapper); in inflate()
179 state.mThemeAttrs, R.styleable.DrawableWrapper); in applyTheme()
DClipDrawable.java56 public class ClipDrawable extends DrawableWrapper {
217 static final class ClipState extends DrawableWrapper.DrawableWrapperState {
DAnimatedRotateDrawable.java41 public class AnimatedRotateDrawable extends DrawableWrapper implements Animatable {
223 static final class AnimatedRotateState extends DrawableWrapper.DrawableWrapperState {
DRotateDrawable.java55 public class RotateDrawable extends DrawableWrapper {
329 static final class RotateState extends DrawableWrapper.DrawableWrapperState {
DScaleDrawable.java66 public class ScaleDrawable extends DrawableWrapper {
256 static final class ScaleState extends DrawableWrapper.DrawableWrapperState {
DInsetDrawable.java58 public class InsetDrawable extends DrawableWrapper {
317 static final class InsetState extends DrawableWrapper.DrawableWrapperState {
/frameworks/base/packages/SettingsLib/AdaptiveIcon/src/com/android/settingslib/widget/
DAdaptiveOutlineDrawable.java28 import android.graphics.drawable.DrawableWrapper;
45 public class AdaptiveOutlineDrawable extends DrawableWrapper {
/frameworks/base/core/java/android/util/
DLauncherIcons.java28 import android.graphics.drawable.DrawableWrapper;
131 private static class ShadowDrawable extends DrawableWrapper {
/frameworks/base/core/java/com/android/internal/widget/
DEmphasizedNotificationButton.java32 import android.graphics.drawable.DrawableWrapper;
86 DrawableWrapper inset = (DrawableWrapper) mRipple.getDrawable(0); in EmphasizedNotificationButton()
/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/
DAccessorizedBatteryDrawable.kt28 import android.graphics.drawable.DrawableWrapper in <lambda>()
49 ) : DrawableWrapper(ThemedBatteryDrawable(context, frameColor)) { in <lambda>()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
DSignalDrawable.java33 import android.graphics.drawable.DrawableWrapper;
48 public class SignalDrawable extends DrawableWrapper {

12