-
- All Implemented Interfaces:
public final class RippleBounds
-
-
Constructor Summary
Constructors Constructor Description RippleBounds(Rect bounds)
-
Method Summary
Modifier and Type Method Description final Booleancontains(Integer x, Integer y)final UnitsetBoundsToDrawable(Drawable drawable, Integer paddingTop, Integer paddingLeft)final UnitsetHotspotLeftToDrawable(Drawable drawable)final UnitsetHotspotRightToDrawable(Drawable drawable)-
-
Constructor Detail
-
RippleBounds
RippleBounds(Rect bounds)
-
-
Method Detail
-
setBoundsToDrawable
final Unit setBoundsToDrawable(Drawable drawable, Integer paddingTop, Integer paddingLeft)
-
setHotspotLeftToDrawable
final Unit setHotspotLeftToDrawable(Drawable drawable)
-
setHotspotRightToDrawable
final Unit setHotspotRightToDrawable(Drawable drawable)
-
-
-
-