Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/appselector/view/
DMediaProjectionRecentsViewControllerTest.kt100 controller.onRecentAppClicked(fullScreenTask, taskView) in <lambda>()
108 controller.onRecentAppClicked(splitScreenTask, taskView) in <lambda>()
125 controller.onRecentAppClicked(fullScreenTask, taskView) in <lambda>()
134 controller.onRecentAppClicked(fullScreenTask, taskView) in <lambda>()
144 controller.onRecentAppClicked(fullScreenTask, taskView) in <lambda>()
167 controller.onRecentAppClicked(foregroundTask, taskView) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/view/
DRecentTasksAdapter.kt48 listener.onRecentAppClicked(task, holder.itemView) in onBindViewHolder()
59 fun onRecentAppClicked(task: RecentTask, view: View) in onRecentAppClicked() method
DMediaProjectionRecentsViewController.kt139 override fun onRecentAppClicked(task: RecentTask, view: View) { in <lambda>() method in com.android.systemui.mediaprojection.appselector.view.MediaProjectionRecentsViewController