Merge "Don't use anim background for translucent windows" into lmp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d627eac286
@@ -114,6 +114,10 @@ public class AppWindowAnimator {
|
||||
transformation.clear();
|
||||
transformation.setAlpha(mAppToken.isVisible() ? 1 : 0);
|
||||
hasTransformation = true;
|
||||
|
||||
if (!mAppToken.appFullscreen) {
|
||||
anim.setBackgroundColor(0);
|
||||
}
|
||||
}
|
||||
|
||||
public void setDummyAnimation() {
|
||||
|
||||
Reference in New Issue
Block a user