Home
last modified time | relevance | path

Searched defs:taskViewTaskController (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
DTaskView.java82 public TaskView(Context context, TaskViewTaskController taskViewTaskController) { in TaskView()
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubbleStackViewTest.kt431 val taskViewTaskController = mock<TaskViewTaskController>() in <lambda>() constant