public class ViewState
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
bottom |
int |
left |
int |
right |
float |
rotation |
int |
top |
| Constructor and Description |
|---|
ViewState() |
| Modifier and Type | Method and Description |
|---|---|
void |
getState(MotionWidget v) |
int |
height() |
int |
width() |
public float rotation
public int left
public int top
public int right
public int bottom
public void getState(MotionWidget v)
public int width()
public int height()