Password.java 文件源码

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

项目:DiaryMemo 作者:
private void initAnimation(){
    pushLeftIn = new TranslateAnimation(
            TranslateAnimation.RELATIVE_TO_SELF, 1.0f,   
            TranslateAnimation.RELATIVE_TO_SELF, 0.0f,
            TranslateAnimation.RELATIVE_TO_SELF, 0.0f,
            TranslateAnimation.RELATIVE_TO_SELF, 0.0f);
    pushLeftIn.setDuration(200);
    pushLeftIn.setFillAfter(true);

    pushLeftOut = new TranslateAnimation(
            TranslateAnimation.RELATIVE_TO_SELF, 0.0f,   
            TranslateAnimation.RELATIVE_TO_SELF, -1.0f,
            TranslateAnimation.RELATIVE_TO_SELF, 0.0f,
            TranslateAnimation.RELATIVE_TO_SELF, 0.0f);
    pushLeftOut.setDuration(200);
    pushLeftOut.setFillAfter(true);

    shakeAni = new TranslateAnimation(
            TranslateAnimation.RELATIVE_TO_SELF, 0.0f,   
            TranslateAnimation.RELATIVE_TO_SELF, 0.05f,
            TranslateAnimation.RELATIVE_TO_SELF, 0.0f,
            TranslateAnimation.RELATIVE_TO_SELF, 0.0f);
    shakeAni.setDuration(300);
    shakeAni.setInterpolator(new CycleInterpolator(2.0f));
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号