Home
last modified time | relevance | path

Searched refs:insetDrawable (Results 1 – 5 of 5) 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/
DCarSetupWizardLayout.java733 private GradientDrawable getGradientDrawableFromInsetDrawable(InsetDrawable insetDrawable) { in getGradientDrawableFromInsetDrawable() argument
734 return (GradientDrawable) insetDrawable.getDrawable(); in getGradientDrawableFromInsetDrawable()
DCarSetupWizardBaseLayout.java740 private GradientDrawable getGradientDrawableFromInsetDrawable(InsetDrawable insetDrawable) { in getGradientDrawableFromInsetDrawable() argument
741 return (GradientDrawable) insetDrawable.getDrawable(); in getGradientDrawableFromInsetDrawable()