Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
DTaskView.java82 public TaskView(Context context, TaskViewTaskController taskViewTaskController) { in TaskView() argument
84 mTaskViewTaskController = taskViewTaskController; in TaskView()
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubbleStackViewTest.kt431 val taskViewTaskController = mock<TaskViewTaskController>() in <lambda>() constant
432 val taskView = TaskView(context, taskViewTaskController) in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java352 TaskViewTaskController taskViewTaskController = new TaskViewTaskController( in BubbleController()
354 TaskView taskView = new TaskView(context, taskViewTaskController); in BubbleController()