Searched refs:insetDrawable (Results 1 – 5 of 5) 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()
733 private GradientDrawable getGradientDrawableFromInsetDrawable(InsetDrawable insetDrawable) { in getGradientDrawableFromInsetDrawable() argument734 return (GradientDrawable) insetDrawable.getDrawable(); in getGradientDrawableFromInsetDrawable()
740 private GradientDrawable getGradientDrawableFromInsetDrawable(InsetDrawable insetDrawable) { in getGradientDrawableFromInsetDrawable() argument741 return (GradientDrawable) insetDrawable.getDrawable(); in getGradientDrawableFromInsetDrawable()