Merge "Remove SurfaceView#setUseAlpha"
This commit is contained in:
committed by
Android (Google) Code Review
commit
1a78774286
@@ -109,7 +109,6 @@ public class TaskView extends SurfaceView implements SurfaceHolder.Callback,
|
||||
if (mTaskViewTransitions != null) {
|
||||
mTaskViewTransitions.addTaskView(this);
|
||||
}
|
||||
setUseAlpha();
|
||||
getHolder().addCallback(this);
|
||||
mGuard.open("release");
|
||||
}
|
||||
|
||||
@@ -938,7 +938,6 @@ public class BubbleStackView extends FrameLayout
|
||||
addView(mAnimatingOutSurfaceContainer);
|
||||
|
||||
mAnimatingOutSurfaceView = new SurfaceView(getContext());
|
||||
mAnimatingOutSurfaceView.setUseAlpha();
|
||||
mAnimatingOutSurfaceView.setZOrderOnTop(true);
|
||||
boolean supportsRoundedCorners = ScreenDecorationsUtils.supportsRoundedCornersOnWindows(
|
||||
mContext.getResources());
|
||||
|
||||
Reference in New Issue
Block a user