-
- All Implemented Interfaces:
public final class RippleDrawer
-
-
Constructor Summary
Constructors Constructor Description RippleDrawer(RippleBounds bounds, Drawable drawable)
-
Method Summary
Modifier and Type Method Description final UnitjumpDrawableToCurrentState()final BooleanverifyDrawable(Drawable who)final Unitdraw(Canvas canvas)final Booleancontains(Integer x, Integer y)final UnitsetHotspot(Float x, Float y)final UnitsetHotspotRight()final UnitsetHotspotLeft()final UnitsetDrawableState(IntArray state)-
-
Constructor Detail
-
RippleDrawer
RippleDrawer(RippleBounds bounds, Drawable drawable)
-
-
Method Detail
-
jumpDrawableToCurrentState
final Unit jumpDrawableToCurrentState()
-
verifyDrawable
final Boolean verifyDrawable(Drawable who)
-
setHotspot
final Unit setHotspot(Float x, Float y)
-
setHotspotRight
final Unit setHotspotRight()
-
setHotspotLeft
final Unit setHotspotLeft()
-
setDrawableState
final Unit setDrawableState(IntArray state)
-
-
-
-