Searched refs:IndicatorType (Results 1 – 4 of 4) sorted by relevance
59 public enum IndicatorType { enum in DesktopModeVisualIndicator83 private IndicatorType mCurrentType;95 mCurrentType = IndicatorType.NO_INDICATOR; in DesktopModeVisualIndicator()103 IndicatorType updateIndicatorType(PointF inputCoordinates, int windowingMode) { in updateIndicatorType()106 IndicatorType result = IndicatorType.NO_INDICATOR; in updateIndicatorType()122 result = IndicatorType.TO_FULLSCREEN_INDICATOR; in updateIndicatorType()125 result = IndicatorType.TO_SPLIT_LEFT_INDICATOR; in updateIndicatorType()128 result = IndicatorType.TO_SPLIT_RIGHT_INDICATOR; in updateIndicatorType()131 result = IndicatorType.TO_DESKTOP_INDICATOR; in updateIndicatorType()253 private void fadeInIndicator(IndicatorType type) { in fadeInIndicator()[all …]
1207 ): DesktopModeVisualIndicator.IndicatorType { 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>()1311 DesktopModeVisualIndicator.IndicatorType.NO_INDICATOR, in <lambda>()1312 DesktopModeVisualIndicator.IndicatorType.TO_FULLSCREEN_INDICATOR -> { in <lambda>()1315 DesktopModeVisualIndicator.IndicatorType.TO_SPLIT_LEFT_INDICATOR -> { in <lambda>()[all …]
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>()1492 .thenReturn(DesktopModeVisualIndicator.IndicatorType.TO_DESKTOP_INDICATOR) in <lambda>()
37 import static com.android.wm.shell.desktopmode.DesktopModeVisualIndicator.IndicatorType.TO_FULLSCRE…920 final DesktopModeVisualIndicator.IndicatorType indicatorType = in handleCaptionThroughStatusBar()