Home
last modified time | relevance | path

Searched refs:indicatorType (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopTasksController.kt1244 val indicatorType = in <lambda>() constant
1249 when (indicatorType) { in <lambda>()
1301 val indicatorType = indicator.updateIndicatorType(inputCoordinates, taskInfo.windowingMode) in <lambda>() constant
1302 when (indicatorType) { in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DDesktopModeWindowDecorViewModel.java920 final DesktopModeVisualIndicator.IndicatorType indicatorType = in handleCaptionThroughStatusBar() local
924 if (indicatorType != TO_FULLSCREEN_INDICATOR) { in handleCaptionThroughStatusBar()