Home
last modified time | relevance | path

Searched defs:taskSurface (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DWindowDecorViewModel.java57 SurfaceControl taskSurface, in onTaskOpening()
89 SurfaceControl taskSurface, in onTaskChanging()
DCaptionWindowDecorViewModel.java103 SurfaceControl taskSurface, in onTaskOpening()
139 SurfaceControl taskSurface, in onTaskChanging()
217 SurfaceControl taskSurface, in createWindowDecoration()
DDesktopModeWindowDecoration.java129 SurfaceControl taskSurface, in DesktopModeWindowDecoration()
146 SurfaceControl taskSurface, in DesktopModeWindowDecoration()
DMoveToDesktopAnimator.kt22 private val taskSurface: SurfaceControl, constant in com.android.wm.shell.windowdecor.MoveToDesktopAnimator
DDesktopModeWindowDecorViewModel.java297 SurfaceControl taskSurface, in onTaskOpening()
337 SurfaceControl taskSurface, in onTaskChanging()
1059 SurfaceControl taskSurface, in createWindowDecoration()
DCaptionWindowDecoration.java73 SurfaceControl taskSurface, in CaptionWindowDecoration()
DWindowDecoration.java152 SurfaceControl taskSurface) { in WindowDecoration()
164 @NonNull SurfaceControl taskSurface, in WindowDecoration()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
DDesktopModeWindowDecorViewModelTests.kt190 val taskSurface = SurfaceControl() in testDeleteCaptionOnChangeTransitionWhenNecessary() constant
219 val taskSurface = SurfaceControl() in testCreateCaptionOnChangeTransitionWhenNecessary() constant
/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
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopModeVisualIndicator.java87 Context context, SurfaceControl taskSurface, in DesktopModeVisualIndicator()