Home
last modified time | relevance | path

Searched refs:showDesktopApps (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DIDesktopMode.aidl30 void showDesktopApps(int displayId, in RemoteTransition remoteTransition); in showDesktopApps() method
DDesktopTasksController.kt237 fun showDesktopApps(displayId: Int, remoteTransition: RemoteTransition? = null) { in <lambda>() method
1493 override fun showDesktopApps(displayId: Int, remoteTransition: RemoteTransition?) { in <lambda>() method in com.android.wm.shell.desktopmode.IDesktopModeImpl
1495 c.showDesktopApps(displayId, remoteTransition) in <lambda>()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/
DDesktopTasksControllerTest.kt278 controller.showDesktopApps(DEFAULT_DISPLAY, RemoteTransition(TestRemoteTransition())) in <lambda>()
296 controller.showDesktopApps(DEFAULT_DISPLAY, RemoteTransition(TestRemoteTransition())) in <lambda>()
315 controller.showDesktopApps(DEFAULT_DISPLAY, RemoteTransition(TestRemoteTransition())) in <lambda>()
333 controller.showDesktopApps(DEFAULT_DISPLAY, RemoteTransition(TestRemoteTransition())) in <lambda>()
352 controller.showDesktopApps(DEFAULT_DISPLAY, RemoteTransition(TestRemoteTransition())) in <lambda>()
370 controller.showDesktopApps(DEFAULT_DISPLAY, RemoteTransition(TestRemoteTransition())) in <lambda>()
385 controller.showDesktopApps(DEFAULT_DISPLAY, RemoteTransition(TestRemoteTransition())) in <lambda>()
395 controller.showDesktopApps(DEFAULT_DISPLAY, RemoteTransition(TestRemoteTransition())) in <lambda>()
411 controller.showDesktopApps(DEFAULT_DISPLAY, RemoteTransition(TestRemoteTransition())) in <lambda>()
429 controller.showDesktopApps(DEFAULT_DISPLAY, RemoteTransition(TestRemoteTransition())) in <lambda>()
[all …]