DownloadVideoAlbumPageActivity.java 文件源码

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

项目:letv 作者:
private void showStreamPopWindowForView(View view) {
    this.animTopIn = new TranslateAnimation(1, 0.0f, 1, 0.0f, 1, -0.5f, 1, 0.0f);
    this.animTopIn.setDuration(300);
    this.layoutView.setAnimation(this.animTopIn);
    int[] arrayOfInf = new int[2];
    view.getLocationInWindow(arrayOfInf);
    int x = arrayOfInf[0];
    int y = arrayOfInf[1] + Util.dipToPx(45.0f);
    this.mPopupWindow.setAnimationStyle(R.style.popwin_anim_style);
    this.mPopupWindow.showAtLocation(view, 51, x, y);
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号