Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/mediaprojection/appselector/view/
DMediaProjectionRecentsViewControllerTest.kt102 controller.onRecentAppClicked(fullScreenTask, taskView) in <lambda>()
110 controller.onRecentAppClicked(splitScreenTask, taskView) in <lambda>()
127 controller.onRecentAppClicked(fullScreenTask, taskView) in <lambda>()
136 controller.onRecentAppClicked(fullScreenTask, taskView) in <lambda>()
155 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.kt138 override fun onRecentAppClicked(task: RecentTask, view: View) { in <lambda>() method in com.android.systemui.mediaprojection.appselector.view.MediaProjectionRecentsViewController