Home
last modified time | relevance | path

Searched refs:onImeSwitcherPressed (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/
H A DISystemUiProxy.aidl156 void onImeSwitcherPressed() = 49; in onImeSwitcherPressed() method
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarNavButtonController.java186 mSystemUiProxy.onImeSwitcherPressed(); in showIMESwitcher()
/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/launcher3/taskbar/
H A DTaskbarNavButtonControllerTest.java66 verify(mockSystemUiProxy, times(1)).onImeSwitcherPressed(); in testPressImeSwitcher()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DSystemUiProxy.java130 public void onImeSwitcherPressed() { in onImeSwitcherPressed() method in SystemUiProxy
133 mSystemUiProxy.onImeSwitcherPressed(); in onImeSwitcherPressed()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DOverviewProxyService.java248 public void onImeSwitcherPressed() throws RemoteException {