Loading services/core/java/com/android/server/wm/InputMonitor.java +2 −0 Original line number Diff line number Diff line Loading @@ -522,6 +522,8 @@ final class InputMonitor { layer = layer != null ? layer : activeRecents; // Handle edge-case for SUW where windows don't exist yet if (layer.getSurfaceControl() != null) { mRecentsAnimationInputConsumer.mWindowHandle .replaceTouchableRegionWithCrop(layer.getSurfaceControl()); mRecentsAnimationInputConsumer.show(mInputTransaction, layer); mAddRecentsAnimationInputConsumerHandle = false; } Loading Loading
services/core/java/com/android/server/wm/InputMonitor.java +2 −0 Original line number Diff line number Diff line Loading @@ -522,6 +522,8 @@ final class InputMonitor { layer = layer != null ? layer : activeRecents; // Handle edge-case for SUW where windows don't exist yet if (layer.getSurfaceControl() != null) { mRecentsAnimationInputConsumer.mWindowHandle .replaceTouchableRegionWithCrop(layer.getSurfaceControl()); mRecentsAnimationInputConsumer.show(mInputTransaction, layer); mAddRecentsAnimationInputConsumerHandle = false; } Loading