Loading services/core/java/com/android/server/wm/InputMonitor.java +6 −3 Original line number Diff line number Diff line Loading @@ -581,11 +581,14 @@ final class InputMonitor { if (mAddRecentsAnimationInputConsumerHandle && shouldApplyRecentsInputConsumer) { if (recentsAnimationController.updateInputConsumerForApp( mRecentsAnimationInputConsumer.mWindowHandle)) { mRecentsAnimationInputConsumer.show(mInputTransaction, recentsAnimationController.getHighestLayerWindow()); final WindowState highestLayerWindow = recentsAnimationController.getHighestLayerWindow(); if (highestLayerWindow != null) { mRecentsAnimationInputConsumer.show(mInputTransaction, highestLayerWindow); mAddRecentsAnimationInputConsumerHandle = false; } } } if (w.inPinnedWindowingMode()) { if (mAddPipInputConsumerHandle) { Loading Loading
services/core/java/com/android/server/wm/InputMonitor.java +6 −3 Original line number Diff line number Diff line Loading @@ -581,11 +581,14 @@ final class InputMonitor { if (mAddRecentsAnimationInputConsumerHandle && shouldApplyRecentsInputConsumer) { if (recentsAnimationController.updateInputConsumerForApp( mRecentsAnimationInputConsumer.mWindowHandle)) { mRecentsAnimationInputConsumer.show(mInputTransaction, recentsAnimationController.getHighestLayerWindow()); final WindowState highestLayerWindow = recentsAnimationController.getHighestLayerWindow(); if (highestLayerWindow != null) { mRecentsAnimationInputConsumer.show(mInputTransaction, highestLayerWindow); mAddRecentsAnimationInputConsumerHandle = false; } } } if (w.inPinnedWindowingMode()) { if (mAddPipInputConsumerHandle) { Loading