Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DFakeBubbleTaskViewFactory.kt36 val taskViewTaskController = mock<TaskViewTaskController>() in create() constant
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/bar/
DBubbleBarExpandedViewTest.kt357 val taskViewTaskController = mock<TaskViewTaskController>() in create() constant
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
DTaskView.java84 TaskViewTaskController taskViewTaskController) { in TaskView()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleTransitions.java723 final TaskViewTaskController taskViewTaskController = in startAnimation() local