public interface AnimatableItem
Modifier and Type | Method and Description |
---|---|
Rect |
getAbsoluteBounds() |
float |
getAlpha() |
long |
getId() |
int |
getOutputType() |
float |
getRotation() |
float |
getRotationX() |
float |
getRotationY() |
float |
getScale() |
TransitionId |
getTransitionId() |
boolean |
isAlphaSet() |
boolean |
isRotationSet() |
boolean |
isRotationXSet() |
boolean |
isRotationYSet() |
boolean |
isScaleSet() |
long getId()
TransitionId getTransitionId()
int getOutputType()
Rect getAbsoluteBounds()
float getScale()
float getAlpha()
float getRotation()
float getRotationX()
float getRotationY()
boolean isScaleSet()
boolean isAlphaSet()
boolean isRotationSet()
boolean isRotationXSet()
boolean isRotationYSet()