MyScrollView.java 文件源码

java
阅读 31 收藏 0 点赞 0 评论 0

项目:OpenEyesReading-android 作者:
/***
 * 回缩动画
 */
public void animation() {
    TranslateAnimation taa = new TranslateAnimation(0, 0, top + 200, initTop + 200);
    taa.setDuration(200);
    imageView.startAnimation(taa);
    imageView.layout(imageView.getLeft(), initTop, imageView.getRight(), initbottom);
    // 开启移动动画
    TranslateAnimation ta = new TranslateAnimation(0, 0, inner.getTop(), normal.top);
    ta.setDuration(200);
    inner.startAnimation(ta);
    // 设置回到正常的布局位置
    inner.layout(normal.left, normal.top, normal.right, normal.bottom);
    normal.setEmpty();
    /** line **/
    TranslateAnimation taaa = new TranslateAnimation(0, 0, line.getTop(), init_line_bottom);
    ta.setDuration(200);
    line.startAnimation(ta);
    line.layout(line.getLeft(), line.getTop(), line.getRight(), init_line_bottom);
    isCount = false;
    y = 0;// 手指松开要归0.
    /** 动画执行 **/
    if (top > -150)
        turnListener.onTurn();
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号