Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DTaskShortcutFactory.java116 return new MultiWindowSystemShortcut(mIconRes, mTextRes, activity, taskContainer, this, in getShortcut()
137 class MultiWindowSystemShortcut extends SystemShortcut<BaseDraggingActivity> { class
147 public MultiWindowSystemShortcut(int iconRes, int textRes, BaseDraggingActivity activity, in MultiWindowSystemShortcut() method in TaskShortcutFactory.MultiWindowSystemShortcut