Loading quickstep/libs/sysui_shared.jar +360 B (121 KiB) File changed.No diff preview for this file type. View original file View changed file quickstep/src/com/android/quickstep/RecentsAnimationWrapper.java +11 −0 Original line number Diff line number Diff line Loading @@ -115,4 +115,15 @@ public class RecentsAnimationWrapper { } }); } public void hideCurrentInputMethod() { BackgroundExecutor.get().submit(() -> { synchronized (this) { TraceHelper.partitionSection("RecentsController", "Hiding currentinput method"); if (controller != null) { controller.hideCurrentInputMethod(); } } }); } } quickstep/src/com/android/quickstep/WindowTransformSwipeHandler.java +1 −0 Original line number Diff line number Diff line Loading @@ -521,6 +521,7 @@ public class WindowTransformSwipeHandler<T extends BaseDraggingActivity> { notifyGestureStartedAsync(); setStateOnUiThread(STATE_GESTURE_STARTED); mGestureStarted = true; mRecentsAnimationWrapper.hideCurrentInputMethod(); mRecentsAnimationWrapper.enableInputConsumer(); ActivityManagerWrapper.getInstance().closeSystemWindows( CLOSE_SYSTEM_WINDOWS_REASON_RECENTS); Loading Loading
quickstep/libs/sysui_shared.jar +360 B (121 KiB) File changed.No diff preview for this file type. View original file View changed file
quickstep/src/com/android/quickstep/RecentsAnimationWrapper.java +11 −0 Original line number Diff line number Diff line Loading @@ -115,4 +115,15 @@ public class RecentsAnimationWrapper { } }); } public void hideCurrentInputMethod() { BackgroundExecutor.get().submit(() -> { synchronized (this) { TraceHelper.partitionSection("RecentsController", "Hiding currentinput method"); if (controller != null) { controller.hideCurrentInputMethod(); } } }); } }
quickstep/src/com/android/quickstep/WindowTransformSwipeHandler.java +1 −0 Original line number Diff line number Diff line Loading @@ -521,6 +521,7 @@ public class WindowTransformSwipeHandler<T extends BaseDraggingActivity> { notifyGestureStartedAsync(); setStateOnUiThread(STATE_GESTURE_STARTED); mGestureStarted = true; mRecentsAnimationWrapper.hideCurrentInputMethod(); mRecentsAnimationWrapper.enableInputConsumer(); ActivityManagerWrapper.getInstance().closeSystemWindows( CLOSE_SYSTEM_WINDOWS_REASON_RECENTS); Loading