Home
last modified time | relevance | path

Searched refs:DesktopModeVisualIndicator (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopTasksController.kt129 private var visualIndicator: DesktopModeVisualIndicator? = null in <lambda>()
215 fun getVisualIndicator(): DesktopModeVisualIndicator? { in <lambda>()
1207 ): DesktopModeVisualIndicator.IndicatorType { in <lambda>()
1211 ?: DesktopModeVisualIndicator( in <lambda>()
1250 DesktopModeVisualIndicator.IndicatorType.TO_FULLSCREEN_INDICATOR -> { in <lambda>()
1257 DesktopModeVisualIndicator.IndicatorType.TO_SPLIT_LEFT_INDICATOR -> { in <lambda>()
1261 DesktopModeVisualIndicator.IndicatorType.TO_SPLIT_RIGHT_INDICATOR -> { in <lambda>()
1265 DesktopModeVisualIndicator.IndicatorType.NO_INDICATOR -> { in <lambda>()
1280 DesktopModeVisualIndicator.IndicatorType.TO_DESKTOP_INDICATOR -> { in <lambda>()
1303 DesktopModeVisualIndicator.IndicatorType.TO_DESKTOP_INDICATOR -> { in <lambda>()
[all …]
DDesktopModeVisualIndicator.java58 public class DesktopModeVisualIndicator { class
85 public DesktopModeVisualIndicator(SyncTransactionQueue syncQueue, in DesktopModeVisualIndicator() method in DesktopModeVisualIndicator
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/
DDesktopModeVisualIndicatorTest.kt51 private lateinit var visualIndicator: DesktopModeVisualIndicator
55 visualIndicator = DesktopModeVisualIndicator(syncQueue, taskInfo, displayController, in setUp()
DDesktopTasksControllerTest.kt160 @Mock lateinit var desktopModeVisualIndicator: DesktopModeVisualIndicator in <lambda>()
1331 .thenReturn(DesktopModeVisualIndicator.IndicatorType.TO_DESKTOP_INDICATOR) in <lambda>()
1347 .thenReturn(DesktopModeVisualIndicator.IndicatorType.TO_DESKTOP_INDICATOR) in <lambda>()
1363 .thenReturn(DesktopModeVisualIndicator.IndicatorType.TO_DESKTOP_INDICATOR) in <lambda>()
1380 .thenReturn(DesktopModeVisualIndicator.IndicatorType.TO_DESKTOP_INDICATOR) in <lambda>()
1397 .thenReturn(DesktopModeVisualIndicator.IndicatorType.TO_DESKTOP_INDICATOR) in <lambda>()
1417 .thenReturn(DesktopModeVisualIndicator.IndicatorType.TO_DESKTOP_INDICATOR) in <lambda>()
1433 .thenReturn(DesktopModeVisualIndicator.IndicatorType.TO_DESKTOP_INDICATOR) in <lambda>()
1452 .thenReturn(DesktopModeVisualIndicator.IndicatorType.TO_DESKTOP_INDICATOR) in <lambda>()
1472 .thenReturn(DesktopModeVisualIndicator.IndicatorType.TO_DESKTOP_INDICATOR) in <lambda>()
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DDesktopModeWindowDecorViewModel.java37 import static com.android.wm.shell.desktopmode.DesktopModeVisualIndicator.IndicatorType.TO_FULLSCRE…
88 import com.android.wm.shell.desktopmode.DesktopModeVisualIndicator;
920 final DesktopModeVisualIndicator.IndicatorType indicatorType = in handleCaptionThroughStatusBar()