Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DDesktopSystemShortcut.kt31 class DesktopSystemShortcut( class
68 ): List<DesktopSystemShortcut>? { in createFactory()
73 DesktopSystemShortcut( in createFactory()
DTaskOverlayFactory.java115 DesktopSystemShortcut.Companion.createFactory(),
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DDesktopSystemShortcutTest.kt73 DesktopSystemShortcut.createFactory(abstractFloatingViewHelper)
164 assertThat(shortcuts!!.first()).isInstanceOf(DesktopSystemShortcut::class.java) in desktopSystemShortcutClicked()
166 val desktopShortcut = shortcuts.first() as DesktopSystemShortcut in desktopSystemShortcutClicked()