Home
last modified time | relevance | path

Searched refs:taskSurface (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DMoveToDesktopAnimator.kt22 private val taskSurface: SurfaceControl, constant in com.android.wm.shell.windowdecor.MoveToDesktopAnimator
46 t.setScale(taskSurface, scale, scale) in <lambda>()
47 .setCornerRadius(taskSurface, cornerRadius) in <lambda>()
48 .setScale(taskSurface, scale, scale) in <lambda>()
49 .setCornerRadius(taskSurface, cornerRadius) in <lambda>()
50 .setPosition(taskSurface, position.x, position.y) in <lambda>()
95 t.setPosition(taskSurface, position.x, position.y) in updatePosition()
DWindowDecorViewModel.java57 SurfaceControl taskSurface, in onTaskOpening() argument
89 SurfaceControl taskSurface, in onTaskChanging() argument
DCaptionWindowDecorViewModel.java103 SurfaceControl taskSurface, in onTaskOpening() argument
107 createWindowDecoration(taskInfo, taskSurface, startT, finishT); in onTaskOpening()
139 SurfaceControl taskSurface, in onTaskChanging() argument
152 createWindowDecoration(taskInfo, taskSurface, startT, finishT); in onTaskChanging()
217 SurfaceControl taskSurface, in createWindowDecoration() argument
231 taskSurface, in createWindowDecoration()
DDesktopModeWindowDecoration.java129 SurfaceControl taskSurface, in DesktopModeWindowDecoration() argument
134 this (context, displayController, taskOrganizer, taskInfo, taskSurface, in DesktopModeWindowDecoration()
146 SurfaceControl taskSurface, in DesktopModeWindowDecoration() argument
156 super(context, displayController, taskOrganizer, taskInfo, taskSurface, in DesktopModeWindowDecoration()
1040 SurfaceControl taskSurface,
1050 taskSurface,
DCaptionWindowDecoration.java73 SurfaceControl taskSurface, in CaptionWindowDecoration() argument
77 super(context, displayController, taskOrganizer, taskInfo, taskSurface); in CaptionWindowDecoration()
DWindowDecoration.java152 SurfaceControl taskSurface) { in WindowDecoration() argument
153 this(context, displayController, taskOrganizer, taskInfo, taskSurface, in WindowDecoration()
164 @NonNull SurfaceControl taskSurface, in WindowDecoration() argument
174 mTaskSurface = cloneSurfaceControl(taskSurface, surfaceControlSupplier); in WindowDecoration()
DDesktopModeWindowDecorViewModel.java297 SurfaceControl taskSurface, in onTaskOpening() argument
301 createWindowDecoration(taskInfo, taskSurface, startT, finishT); in onTaskOpening()
337 SurfaceControl taskSurface, in onTaskChanging() argument
349 createWindowDecoration(taskInfo, taskSurface, startT, finishT); in onTaskChanging()
1059 SurfaceControl taskSurface, in createWindowDecoration() argument
1073 taskSurface, in createWindowDecoration()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
DDesktopModeWindowDecorViewModelTests.kt190 val taskSurface = SurfaceControl() in testDeleteCaptionOnChangeTransitionWhenNecessary() constant
193 onTaskOpening(task, taskSurface) in testDeleteCaptionOnChangeTransitionWhenNecessary()
197 onTaskChanging(task, taskSurface) in testDeleteCaptionOnChangeTransitionWhenNecessary()
204 taskSurface, in testDeleteCaptionOnChangeTransitionWhenNecessary()
219 val taskSurface = SurfaceControl() in testCreateCaptionOnChangeTransitionWhenNecessary() constant
222 onTaskChanging(task, taskSurface) in testCreateCaptionOnChangeTransitionWhenNecessary()
228 taskSurface, in testCreateCaptionOnChangeTransitionWhenNecessary()
237 onTaskChanging(task, taskSurface) in testCreateCaptionOnChangeTransitionWhenNecessary()
243 taskSurface, in testCreateCaptionOnChangeTransitionWhenNecessary()
DWindowDecorationTests.java905 SurfaceControl taskSurface,
911 super(context, displayController, taskOrganizer, taskInfo, taskSurface,
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/
DDesktopModeVisualIndicatorTest.kt47 @Mock private lateinit var taskSurface: SurfaceControl variable in com.android.wm.shell.desktopmode.DesktopModeVisualIndicatorTest
56 context, taskSurface, taskDisplayAreaOrganizer) in setUp()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopModeVisualIndicator.java87 Context context, SurfaceControl taskSurface, in DesktopModeVisualIndicator() argument
93 mTaskSurface = taskSurface; in DesktopModeVisualIndicator()
DDesktopTasksController.kt1194 taskSurface: SurfaceControl, in <lambda>()
1199 updateVisualIndicator(taskInfo, taskSurface, inputX, taskBounds.top.toFloat()) in <lambda>()
1204 taskSurface: SurfaceControl, in <lambda>()
1216 taskSurface, in <lambda>()