Home
last modified time | relevance | path

Searched defs:taskViewController (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
DTaskViewFactoryController.java40 TaskViewController taskViewController) { in TaskViewFactoryController()
DTaskView.java83 public TaskView(Context context, TaskViewController taskViewController, in TaskView()
DTaskViewTaskController.java84 TaskViewController taskViewController, SyncTransactionQueue syncQueue) { in TaskViewTaskController()
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubbleTaskViewListenerTest.kt75 private var taskViewController = mock<TaskViewController>() variable in com.android.wm.shell.bubbles.BubbleTaskViewListenerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlsUiControllerImpl.kt143 private var taskViewController: PanelTaskViewController? = null in <lambda>() variable