Home
last modified time | relevance | path

Searched refs:insetDrawable (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DDrawableLayoutDirectionHelperTest.java48 final InsetDrawable insetDrawable = in testCreateRelativeInsetDrawableLtr() local
60 insetDrawable.getDrawable()); in testCreateRelativeInsetDrawableLtr()
63 insetDrawable.getPadding(outRect); in testCreateRelativeInsetDrawableLtr()
71 final InsetDrawable insetDrawable = in testCreateRelativeInsetDrawableRtl() local
83 insetDrawable.getDrawable()); in testCreateRelativeInsetDrawableRtl()
86 insetDrawable.getPadding(outRect); in testCreateRelativeInsetDrawableRtl()
94 final InsetDrawable insetDrawable = in testCreateRelativeInsetDrawableViewRtl() local
101 insetDrawable.getDrawable()); in testCreateRelativeInsetDrawableViewRtl()
104 insetDrawable.getPadding(outRect); in testCreateRelativeInsetDrawableViewRtl()
121 final InsetDrawable insetDrawable = in testCreateRelativeInsetDrawableContextRtl() local
[all …]
/frameworks/opt/setupwizard/library/recyclerview/test/instrumentation/src/com/android/setupwizardlib/template/
DRecyclerMixinTest.java103 InsetDrawable insetDrawable = (InsetDrawable) divider; in testDividerLegacyInset() local
105 insetDrawable.getPadding(rect); in testDividerLegacyInset()
119 InsetDrawable insetDrawable = (InsetDrawable) divider; in testDividerInsets() local
121 insetDrawable.getPadding(rect); in testDividerInsets()
137 InsetDrawable insetDrawable = (InsetDrawable) divider; in testDividerInsetLegacyRtl() local
139 insetDrawable.getPadding(rect); in testDividerInsetLegacyRtl()
158 InsetDrawable insetDrawable = (InsetDrawable) divider; in testDividerInsetsRtl() local
160 insetDrawable.getPadding(rect); in testDividerInsetsRtl()
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/template/
DListMixinTest.java107 InsetDrawable insetDrawable = (InsetDrawable) divider; in testDividerInsetLegacy() local
109 insetDrawable.getPadding(rect); in testDividerInsetLegacy()
123 InsetDrawable insetDrawable = (InsetDrawable) divider; in testDividerInsets() local
125 insetDrawable.getPadding(rect); in testDividerInsets()
141 InsetDrawable insetDrawable = (InsetDrawable) divider; in testDividerInsetLegacyRtl() local
143 insetDrawable.getPadding(rect); in testDividerInsetLegacyRtl()
162 InsetDrawable insetDrawable = (InsetDrawable) divider; in testDividerInsetsRtl() local
164 insetDrawable.getPadding(rect); in testDividerInsetsRtl()
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/
DCarSetupWizardBaseLayout.java949 private GradientDrawable getGradientDrawableFromInsetDrawable(InsetDrawable insetDrawable) { in getGradientDrawableFromInsetDrawable() argument
950 if (insetDrawable.getDrawable() instanceof GradientDrawable) { in getGradientDrawableFromInsetDrawable()
951 return (GradientDrawable) insetDrawable.getDrawable(); in getGradientDrawableFromInsetDrawable()
DCarSetupWizardLayout.java683 private GradientDrawable getGradientDrawableFromInsetDrawable(InsetDrawable insetDrawable) { in getGradientDrawableFromInsetDrawable() argument
684 return (GradientDrawable) insetDrawable.getDrawable(); in getGradientDrawableFromInsetDrawable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotView.java1111 InsetDrawable insetDrawable = new InsetDrawable(bitmapDrawable, in createScreenDrawable() local
1121 new ColorDrawable(Color.BLACK), insetDrawable}); in createScreenDrawable()
1123 return insetDrawable; in createScreenDrawable()