Home
last modified time | relevance | path

Searched refs:InsetDrawable (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DDrawableLayoutDirectionHelper.java22 import android.graphics.drawable.InsetDrawable;
34 public static InsetDrawable createRelativeInsetDrawable( in createRelativeInsetDrawable()
48 public static InsetDrawable createRelativeInsetDrawable( in createRelativeInsetDrawable()
70 public static InsetDrawable createRelativeInsetDrawable( in createRelativeInsetDrawable()
86 private static InsetDrawable createRelativeInsetDrawable( in createRelativeInsetDrawable()
94 return new InsetDrawable(drawable, insetEnd, insetTop, insetStart, insetBottom); in createRelativeInsetDrawable()
96 return new InsetDrawable(drawable, insetStart, insetTop, insetEnd, insetBottom); in createRelativeInsetDrawable()
/frameworks/opt/setupwizard/library/recyclerview/test/instrumentation/src/com/android/setupwizardlib/template/
DRecyclerMixinTest.java30 import android.graphics.drawable.InsetDrawable;
103 InsetDrawable insetDrawable = (InsetDrawable) divider; in testDividerLegacyInset()
119 InsetDrawable insetDrawable = (InsetDrawable) divider; in testDividerInsets()
137 InsetDrawable insetDrawable = (InsetDrawable) divider; in testDividerInsetLegacyRtl()
158 InsetDrawable insetDrawable = (InsetDrawable) divider; in testDividerInsetsRtl()
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/template/
DListMixinTest.java32 import android.graphics.drawable.InsetDrawable;
107 InsetDrawable insetDrawable = (InsetDrawable) divider; in testDividerInsetLegacy()
123 InsetDrawable insetDrawable = (InsetDrawable) divider; in testDividerInsets()
141 InsetDrawable insetDrawable = (InsetDrawable) divider; in testDividerInsetLegacyRtl()
162 InsetDrawable insetDrawable = (InsetDrawable) divider; in testDividerInsetsRtl()
/frameworks/base/graphics/java/android/graphics/drawable/
DInsetDrawable.java57 public class InsetDrawable extends DrawableWrapper { class
67 InsetDrawable() { in InsetDrawable() method in InsetDrawable
77 public InsetDrawable(@Nullable Drawable drawable, int inset) { in InsetDrawable() method in InsetDrawable
87 public InsetDrawable(@Nullable Drawable drawable, float inset) { in InsetDrawable() method in InsetDrawable
100 public InsetDrawable(@Nullable Drawable drawable, int insetLeft, int insetTop, in InsetDrawable() method in InsetDrawable
121 public InsetDrawable(@Nullable Drawable drawable, float insetLeftFraction, in InsetDrawable() method in InsetDrawable
137 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.InsetDrawable); in inflate()
157 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.InsetDrawable); in applyTheme()
382 return new InsetDrawable(state, res); in newDrawable()
418 private InsetDrawable(@NonNull InsetState state, @Nullable Resources res) { in InsetDrawable() method in InsetDrawable
DDrawableInflater.java185 return new InsetDrawable(); in inflateFromTag()
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DDrawableLayoutDirectionHelperTest.java29 import android.graphics.drawable.InsetDrawable;
48 final InsetDrawable insetDrawable = in testCreateRelativeInsetDrawableLtr()
71 final InsetDrawable insetDrawable = in testCreateRelativeInsetDrawableRtl()
94 final InsetDrawable insetDrawable = in testCreateRelativeInsetDrawableViewRtl()
121 final InsetDrawable insetDrawable = in testCreateRelativeInsetDrawableContextRtl()
DSetupWizardListLayoutTest.java26 import android.graphics.drawable.InsetDrawable;
106 assertTrue("Divider should be instance of InsetDrawable", divider instanceof InsetDrawable); in testDividerInsetLegacy()
122 assertTrue("Divider should be instance of InsetDrawable", divider instanceof InsetDrawable); in testDividerInsets()
DGlifListLayoutTest.java27 import android.graphics.drawable.InsetDrawable;
115 assertTrue("Divider should be instance of InsetDrawable", divider instanceof InsetDrawable); in testDividerInsetLegacy()
131 assertTrue("Divider should be instance of InsetDrawable", divider instanceof InsetDrawable); in testDividerInsets()
/frameworks/opt/setupwizard/library/recyclerview/test/instrumentation/src/com/android/setupwizardlib/test/
DSetupWizardRecyclerLayoutTest.java27 import android.graphics.drawable.InsetDrawable;
118 assertTrue("Divider should be instance of InsetDrawable", divider instanceof InsetDrawable); in testDividerInsetLegacy()
134 assertTrue("Divider should be instance of InsetDrawable", divider instanceof InsetDrawable); in testDividerInsets()
DGlifRecyclerLayoutTest.java27 import android.graphics.drawable.InsetDrawable;
116 assertTrue("Divider should be instance of InsetDrawable", divider instanceof InsetDrawable); in testDividerInsetLegacy()
132 assertTrue("Divider should be instance of InsetDrawable", divider instanceof InsetDrawable); in testDividerInsets()
DSetupWizardPreferenceLayoutTest.java25 import android.graphics.drawable.InsetDrawable;
92 assertTrue("Divider should be instance of InsetDrawable", divider instanceof InsetDrawable); in testDividerInset()
DGlifPreferenceLayoutTest.java25 import android.graphics.drawable.InsetDrawable;
91 assertTrue("Divider should be instance of InsetDrawable", divider instanceof InsetDrawable); in testDividerInset()
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/
DCarSetupWizardLayout.java26 import android.graphics.drawable.InsetDrawable;
671 if (drawable instanceof InsetDrawable) { in getGradientDrawable()
672 return getGradientDrawableFromInsetDrawable((InsetDrawable) drawable); in getGradientDrawable()
677 if (drawable instanceof InsetDrawable) { in getGradientDrawable()
678 return getGradientDrawableFromInsetDrawable((InsetDrawable) drawable); in getGradientDrawable()
686 private GradientDrawable getGradientDrawableFromInsetDrawable(InsetDrawable insetDrawable) { in getGradientDrawableFromInsetDrawable()
DCarSetupWizardBaseLayout.java28 import android.graphics.drawable.InsetDrawable;
712 if (drawable instanceof InsetDrawable) { in getGradientDrawable()
713 return getGradientDrawableFromInsetDrawable((InsetDrawable) drawable); in getGradientDrawable()
718 if (drawable instanceof InsetDrawable) { in getGradientDrawable()
719 return getGradientDrawableFromInsetDrawable((InsetDrawable) drawable); in getGradientDrawable()
727 private GradientDrawable getGradientDrawableFromInsetDrawable(InsetDrawable insetDrawable) { in getGradientDrawableFromInsetDrawable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleView.java32 import android.graphics.drawable.InsetDrawable;
287 InsetDrawable foreground = new InsetDrawable(iconDrawable, mIconInset); in buildIconWithTint()
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DSlowNestedRecyclerViewActivity.java22 import android.graphics.drawable.InsetDrawable;
100 view.setBackgroundDrawable(new InsetDrawable(bg, pad)); in onCreateViewHolder()
/frameworks/base/core/java/com/android/internal/widget/
DEmphasizedNotificationButton.java23 import android.graphics.drawable.InsetDrawable;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java16 import android.graphics.drawable.InsetDrawable;
860 if (inset instanceof InsetDrawable) { in setButtonColors()
861 Drawable background = ((InsetDrawable) inset).getDrawable(); in setButtonColors()
880 if (inset instanceof InsetDrawable) { in setCornerRadius()
881 Drawable background = ((InsetDrawable) inset).getDrawable(); in setCornerRadius()
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java67 import android.graphics.drawable.InsetDrawable;
1273 super.setBackgroundDrawable(new InsetDrawable(mOriginalBackgroundDrawable, in updateBackgroundDrawable()
1443 final InsetDrawable d = new InsetDrawable(new ColorDrawable(color), in setColor()
1452 final InsetDrawable inset = ((InsetDrawable) d.getDrawable(1)); in setColor()
/frameworks/base/config/
Ddirty-image-objects90 android.graphics.drawable.InsetDrawable
Dpreloaded-classes1313 android.graphics.drawable.InsetDrawable$InsetState
1314 android.graphics.drawable.InsetDrawable$InsetValue
1315 android.graphics.drawable.InsetDrawable
Dboot-image-profile.txt6529 HSPLandroid/graphics/drawable/InsetDrawable$InsetState;-><init>(Landroid/graphics/drawable/InsetDra…
6530 HSPLandroid/graphics/drawable/InsetDrawable$InsetState;->newDrawable(Landroid/content/res/Resources…
6531 HSPLandroid/graphics/drawable/InsetDrawable$InsetState;->onDensityChanged(II)V
6532 HSPLandroid/graphics/drawable/InsetDrawable;-><init>(Landroid/graphics/drawable/Drawable;I)V
6533 HSPLandroid/graphics/drawable/InsetDrawable;-><init>(Landroid/graphics/drawable/Drawable;IIII)V
6534 HSPLandroid/graphics/drawable/InsetDrawable;->applyTheme(Landroid/content/res/Resources$Theme;)V
6535 …/InsetDrawable;->getInset(Landroid/content/res/TypedArray;ILandroid/graphics/drawable/InsetDrawabl…
6536 HSPLandroid/graphics/drawable/InsetDrawable;->getInsets(Landroid/graphics/Rect;)V
6537 HSPLandroid/graphics/drawable/InsetDrawable;->getIntrinsicHeight()I
6538 HSPLandroid/graphics/drawable/InsetDrawable;->getIntrinsicWidth()I
[all …]
Dhiddenapi-greylist-max-o.txt19949 Landroid/graphics/drawable/InsetDrawable$InsetState;-><init>(Landroid/graphics/drawable/InsetDrawab…
19950 Landroid/graphics/drawable/InsetDrawable$InsetState;->applyDensityScaling(II)V
19951 Landroid/graphics/drawable/InsetDrawable$InsetState;->mInsetBottom:Landroid/graphics/drawable/Inset…
19952 Landroid/graphics/drawable/InsetDrawable$InsetState;->mInsetLeft:Landroid/graphics/drawable/InsetDr…
19953 Landroid/graphics/drawable/InsetDrawable$InsetState;->mInsetRight:Landroid/graphics/drawable/InsetD…
19954 Landroid/graphics/drawable/InsetDrawable$InsetState;->mInsetTop:Landroid/graphics/drawable/InsetDra…
19955 Landroid/graphics/drawable/InsetDrawable$InsetState;->mThemeAttrs:[I
19956 Landroid/graphics/drawable/InsetDrawable$InsetState;->onDensityChanged(II)V
19957 Landroid/graphics/drawable/InsetDrawable$InsetValue;-><init>()V
19958 Landroid/graphics/drawable/InsetDrawable$InsetValue;-><init>(FI)V
[all …]
/frameworks/base/non-updatable-api/
Dcurrent.txt15605 public class InsetDrawable extends android.graphics.drawable.DrawableWrapper {
15606 ctor public InsetDrawable(@Nullable android.graphics.drawable.Drawable, int);
15607 ctor public InsetDrawable(@Nullable android.graphics.drawable.Drawable, float);
15608 ctor public InsetDrawable(@Nullable android.graphics.drawable.Drawable, int, int, int, int);
15609 …ctor public InsetDrawable(@Nullable android.graphics.drawable.Drawable, float, float, float, float…
/frameworks/base/api/
Dcurrent.txt15605 public class InsetDrawable extends android.graphics.drawable.DrawableWrapper {
15606 ctor public InsetDrawable(@Nullable android.graphics.drawable.Drawable, int);
15607 ctor public InsetDrawable(@Nullable android.graphics.drawable.Drawable, float);
15608 ctor public InsetDrawable(@Nullable android.graphics.drawable.Drawable, int, int, int, int);
15609 …ctor public InsetDrawable(@Nullable android.graphics.drawable.Drawable, float, float, float, float…

12