Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DTaskMenuViewWithArrow.kt44 class TaskMenuViewWithArrow<T : BaseDraggingActivity> : ArrowPopup<T> { regex
59 ) as TaskMenuViewWithArrow<*>
H A DTaskView.java846 return TaskMenuViewWithArrow.Companion.showForTask(menuContainer, alignSecondRow); in showTaskMenuWithContainer()