public interface AnimateHelper
| Modifier and Type | Field and Description |
|---|---|
static int |
STATE_HIDE
隐藏
|
static int |
STATE_SHOW
显示
|
| Modifier and Type | Method and Description |
|---|---|
int |
getState()
获取当前的状态
|
void |
hide() |
void |
setMode(int mode)
设置当前的模式
|
void |
setStartY(float y) |
void |
show() |
static final int STATE_SHOW
static final int STATE_HIDE