Home
last modified time | relevance | path

Searched refs:taskViewTransitions (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
H A DTaskViewFactoryController.java40 TaskViewTransitions taskViewTransitions) { in TaskViewFactoryController() argument
44 mTaskViewTransitions = taskViewTransitions; in TaskViewFactoryController()
H A DTaskViewTaskController.java90 TaskViewTransitions taskViewTransitions, SyncTransactionQueue syncQueue) { in TaskViewTaskController() argument
95 mTaskViewTransitions = taskViewTransitions; in TaskViewTaskController()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DTestableBubbleController.java76 TaskViewTransitions taskViewTransitions, in TestableBubbleController() argument
85 new SyncExecutor(), taskViewTransitions, syncQueue, wmService, bubbleProperties); in TestableBubbleController()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
H A DWMShellModule.java166 TaskViewTransitions taskViewTransitions, in provideBubbleController() argument
176 taskViewTransitions, syncQueue, wmService, ProdBubbleProperties.INSTANCE); in provideBubbleController()
H A DWMShellBaseModule.java744 TaskViewTransitions taskViewTransitions) { in provideTaskViewFactoryController() argument
746 taskViewTransitions); in provideTaskViewFactoryController()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java284 TaskViewTransitions taskViewTransitions, in BubbleController() argument
319 mTaskViewTransitions = taskViewTransitions; in BubbleController()