Searched refs:insetDrawable (Results 1 – 6 of 6) sorted by relevance
48 final InsetDrawable insetDrawable = in testCreateRelativeInsetDrawableLtr() local60 insetDrawable.getDrawable()); in testCreateRelativeInsetDrawableLtr()63 insetDrawable.getPadding(outRect); in testCreateRelativeInsetDrawableLtr()71 final InsetDrawable insetDrawable = in testCreateRelativeInsetDrawableRtl() local83 insetDrawable.getDrawable()); in testCreateRelativeInsetDrawableRtl()86 insetDrawable.getPadding(outRect); in testCreateRelativeInsetDrawableRtl()94 final InsetDrawable insetDrawable = in testCreateRelativeInsetDrawableViewRtl() local101 insetDrawable.getDrawable()); in testCreateRelativeInsetDrawableViewRtl()104 insetDrawable.getPadding(outRect); in testCreateRelativeInsetDrawableViewRtl()121 final InsetDrawable insetDrawable = in testCreateRelativeInsetDrawableContextRtl() local[all …]
103 InsetDrawable insetDrawable = (InsetDrawable) divider; in testDividerLegacyInset() local105 insetDrawable.getPadding(rect); in testDividerLegacyInset()119 InsetDrawable insetDrawable = (InsetDrawable) divider; in testDividerInsets() local121 insetDrawable.getPadding(rect); in testDividerInsets()137 InsetDrawable insetDrawable = (InsetDrawable) divider; in testDividerInsetLegacyRtl() local139 insetDrawable.getPadding(rect); in testDividerInsetLegacyRtl()158 InsetDrawable insetDrawable = (InsetDrawable) divider; in testDividerInsetsRtl() local160 insetDrawable.getPadding(rect); in testDividerInsetsRtl()
107 InsetDrawable insetDrawable = (InsetDrawable) divider; in testDividerInsetLegacy() local109 insetDrawable.getPadding(rect); in testDividerInsetLegacy()123 InsetDrawable insetDrawable = (InsetDrawable) divider; in testDividerInsets() local125 insetDrawable.getPadding(rect); in testDividerInsets()141 InsetDrawable insetDrawable = (InsetDrawable) divider; in testDividerInsetLegacyRtl() local143 insetDrawable.getPadding(rect); in testDividerInsetLegacyRtl()162 InsetDrawable insetDrawable = (InsetDrawable) divider; in testDividerInsetsRtl() local164 insetDrawable.getPadding(rect); in testDividerInsetsRtl()
949 private GradientDrawable getGradientDrawableFromInsetDrawable(InsetDrawable insetDrawable) { in getGradientDrawableFromInsetDrawable() argument950 if (insetDrawable.getDrawable() instanceof GradientDrawable) { in getGradientDrawableFromInsetDrawable()951 return (GradientDrawable) insetDrawable.getDrawable(); in getGradientDrawableFromInsetDrawable()
683 private GradientDrawable getGradientDrawableFromInsetDrawable(InsetDrawable insetDrawable) { in getGradientDrawableFromInsetDrawable() argument684 return (GradientDrawable) insetDrawable.getDrawable(); in getGradientDrawableFromInsetDrawable()
1111 InsetDrawable insetDrawable = new InsetDrawable(bitmapDrawable, in createScreenDrawable() local1121 new ColorDrawable(Color.BLACK), insetDrawable}); in createScreenDrawable()1123 return insetDrawable; in createScreenDrawable()