BlurPopupWindow
BlurPopupWindow copied to clipboard
Return Type of createShow(Hide)Animator
The return type should be Animator
so I could return an AnimatorSet
protected Animator createShowAnimator() {
return ObjectAnimator.ofFloat(mContentLayout, "alpha", 0, 1.f).setDuration(getAnimationDuration());
}