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)
设置开始的y轴位置
|
void |
show()
显示
|
static final int STATE_SHOW
static final int STATE_HIDE