public class BoostAnimHelper
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
static java.lang.String |
BOOST_ANIM_BG_URL |
static java.lang.String |
BOOST_ANIM_SPEAKER_URL |
构造器和说明 |
---|
BoostAnimHelper() |
限定符和类型 | 方法和说明 |
---|---|
void |
doBoostAnim(android.view.View background,
android.view.View target,
int[] startLocation,
int[] endLocation)
发起呼唤时的动画
|
boolean |
isResOk()
资源是否准备完毕
|
void |
onDismiss() |
void |
preLoadRes()
资源预加载
|
void |
reset(android.view.View target)
执行动画之前,需要先重置动画参数
|
public static final java.lang.String BOOST_ANIM_BG_URL
public static final java.lang.String BOOST_ANIM_SPEAKER_URL
public void preLoadRes()
public void reset(android.view.View target)
public boolean isResOk()
public void doBoostAnim(android.view.View background, android.view.View target, int[] startLocation, int[] endLocation)
background
- 动画的背景target
- 要做动画的viewstartLocation
- 开始位置endLocation
- 结束位置public void onDismiss()