Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
H A DDesktopModeVisualIndicator.java55 public static final int TO_FULLSCREEN_INDICATOR = 2; field in DesktopModeVisualIndicator
103 if (taskBounds.top <= transitionAreaHeight) return TO_FULLSCREEN_INDICATOR; in determineIndicatorType()
127 case TO_FULLSCREEN_INDICATOR: in defineIndicatorRange()
163 case TO_FULLSCREEN_INDICATOR: in createView()
207 mIsFullscreen = mType == TO_FULLSCREEN_INDICATOR; in createIndicatorWithAnimatedBounds()
231 mType = TO_FULLSCREEN_INDICATOR; in transitionFreeformIndicatorToFullscreen()
316 case TO_FULLSCREEN_INDICATOR: in animateBounds()