Loading quickstep/src/com/android/launcher3/taskbar/TaskbarNavButtonController.java +1 −3 Original line number Diff line number Diff line Loading @@ -102,9 +102,7 @@ public class TaskbarNavButtonController { } private void showIMESwitcher() { mService.getSystemService(InputMethodManager.class) .showInputMethodPickerFromSystem(true /* showAuxiliarySubtypes */, DEFAULT_DISPLAY); SystemUiProxy.INSTANCE.getNoCreate().onImeSwitcherPressed(); } private void notifyImeClick(boolean longClick) { Loading quickstep/src/com/android/quickstep/SystemUiProxy.java +11 −0 Original line number Diff line number Diff line Loading @@ -117,6 +117,17 @@ public class SystemUiProxy implements ISystemUiProxy, } } @Override public void onImeSwitcherPressed() { if (mSystemUiProxy != null) { try { mSystemUiProxy.onImeSwitcherPressed(); } catch (RemoteException e) { Log.w(TAG, "Failed call onImeSwitcherPressed", e); } } } @Override public void setHomeRotationEnabled(boolean enabled) { if (mSystemUiProxy != null) { Loading Loading
quickstep/src/com/android/launcher3/taskbar/TaskbarNavButtonController.java +1 −3 Original line number Diff line number Diff line Loading @@ -102,9 +102,7 @@ public class TaskbarNavButtonController { } private void showIMESwitcher() { mService.getSystemService(InputMethodManager.class) .showInputMethodPickerFromSystem(true /* showAuxiliarySubtypes */, DEFAULT_DISPLAY); SystemUiProxy.INSTANCE.getNoCreate().onImeSwitcherPressed(); } private void notifyImeClick(boolean longClick) { Loading
quickstep/src/com/android/quickstep/SystemUiProxy.java +11 −0 Original line number Diff line number Diff line Loading @@ -117,6 +117,17 @@ public class SystemUiProxy implements ISystemUiProxy, } } @Override public void onImeSwitcherPressed() { if (mSystemUiProxy != null) { try { mSystemUiProxy.onImeSwitcherPressed(); } catch (RemoteException e) { Log.w(TAG, "Failed call onImeSwitcherPressed", e); } } } @Override public void setHomeRotationEnabled(boolean enabled) { if (mSystemUiProxy != null) { Loading