静态 Public 成员函数 | |
| static void | largerView (View view, float scale) |
| static void | restoreLargerView (View view, float scale) |
| static void | playRotateAnimation (View v, long durationMillis, int repeatCount, int repeatMode) |
静态 Public 属性 | |
| static final long | aniDurationMillis = 1L |
Private 成员函数 | |
| void | playJumpAnimation (final View view, final float offsetY) |
| void | playLandAnimation (final View view, final float offsetY) |
静态 Private 成员函数 | |
| static void | scaleView (final View view, float toSize) |
© 2012 amsoft.cn 名称:AbAnimationUtil.java 描述:动画工具类.
|
inlinestatic |
用来改变当前选中区域的放大动画效果 从1.0f放大1.2f倍数
| view | the view |
| scale | the scale |
|
inlineprivate |
跳动-跳起动画.
| view | the view |
| offsetY | the offset y |
|
inlineprivate |
跳动-落下动画.
| view | the view |
| offsetY | the offset y |
|
inlinestatic |
旋转动画
| v | |
| durationMillis | |
| repeatCount | Animation.INFINITE |
| repeatMode | Animation.RESTART |
|
inlinestatic |
用来还原当前选中区域的还原动画效果.
| view | the view |
| scale | the scale |
|
inlinestaticprivate |
缩放View的显示.
| view | 需要改变的View |
| toSize | 缩放的大小,其中正值代表放大,负值代表缩小,数值代表缩放的倍数 |
|
static |
定义动画的时间.
1.8.8