Home
last modified time | relevance | path

Searched refs:launchAsStaticTile (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskView.kt1272 launchAsStaticTile() in <lambda>()
1312 val runnableList = launchAsStaticTile() in <lambda>()
1345 launchAsStaticTile() in <lambda>()
1372 open fun launchAsStaticTile(): RunnableList? { in <lambda>() method
DGroupedTaskView.kt265 override fun launchAsStaticTile(): RunnableList? { in launchAsStaticTile() method
DDesktopTaskView.kt435 override fun launchAsStaticTile() = launchTaskWithDesktopController(animated = true) in <lambda>() method
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskShortcutFactory.java471 if (mTaskContainer.getTaskView().launchAsStaticTile() != null) { in onClick()