Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/
DDesktopModeVisualIndicatorTest.kt122 val desktopRegion = visualIndicator.calculateToDesktopRegion(displayLayout, in testToDesktopRegionCalculation()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopModeVisualIndicator.java119 final Region toDesktopRegion = calculateToDesktopRegion(layout, windowingMode, in updateIndicatorType()
166 Region calculateToDesktopRegion(DisplayLayout layout, in calculateToDesktopRegion() method in DesktopModeVisualIndicator