Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
H A DDesktopModeVisualIndicator.java51 public static final int INVALID_INDICATOR = -1; field in DesktopModeVisualIndicator
108 return INVALID_INDICATOR; in determineIndicatorType()
H A DDesktopTasksController.kt810 if (type != DesktopModeVisualIndicator.INVALID_INDICATOR && visualIndicator == null) {