Loading services/core/java/com/android/server/wm/Transition.java +2 −2 Original line number Diff line number Diff line Loading @@ -646,8 +646,8 @@ class Transition implements BLASTSyncEngine.TransactionReadyListener { if (target.asDisplayContent() != null || target.asActivityRecord() != null) { t.setCrop(targetLeash, null /* crop */); } else { // Crop to the requested bounds. final Rect clipRect = target.getRequestedOverrideBounds(); // Crop to the resolved override bounds. final Rect clipRect = target.getResolvedOverrideBounds(); t.setWindowCrop(targetLeash, clipRect.width(), clipRect.height()); } t.setCornerRadius(targetLeash, 0); Loading Loading
services/core/java/com/android/server/wm/Transition.java +2 −2 Original line number Diff line number Diff line Loading @@ -646,8 +646,8 @@ class Transition implements BLASTSyncEngine.TransactionReadyListener { if (target.asDisplayContent() != null || target.asActivityRecord() != null) { t.setCrop(targetLeash, null /* crop */); } else { // Crop to the requested bounds. final Rect clipRect = target.getRequestedOverrideBounds(); // Crop to the resolved override bounds. final Rect clipRect = target.getResolvedOverrideBounds(); t.setWindowCrop(targetLeash, clipRect.width(), clipRect.height()); } t.setCornerRadius(targetLeash, 0); Loading