public eqlizerMain(Context context, int width, int height) {
super(context, width, height);
setBackgroundColor(mainBackground.Color0);
setPivotY(height*0.7f);
setPivotX(width*0.5f);
Ui.ef.clickPlay();
setAlpha(0);
Set = new AnimatorSet();
Set.setInterpolator(Ui.cd.TH);
Set.setDuration(200);
Set.playTogether(
ObjectAnimator.ofFloat(this, "Y",height * 0.5f, 0),
ObjectAnimator.ofFloat(this, "Alpha", 1.0F)
);
Set.start();
init();
}
eqlizerMain.java 文件源码
java
阅读 22
收藏 0
点赞 0
评论 0
项目:Android-Music-Player
作者:
评论列表
文章目录