Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DDisplayController.java410 List<WindowBounds> cachedValue = getCurrentBounds(); in Info()
420 cachedValue = getCurrentBounds(); in Info()
513 public List<WindowBounds> getCurrentBounds() { in getCurrentBounds() method in DisplayController.Info
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSystemWindowManagerProxy.java48 public Rect getCurrentBounds(Context displayInfoContext) { in getCurrentBounds() method in SystemWindowManagerProxy
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/
DAbstractDeviceProfileTest.kt284 whenever(windowManagerProxy.getCurrentBounds(any())).thenReturn(realBounds.bounds) in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBaseContainerInterface.java272 Rect deviceRotationInsets = displayController.getInfo().getCurrentBounds().get( in calculateTaskSizeInternal()
/packages/apps/Launcher3/src/com/android/launcher3/util/window/
DWindowManagerProxy.java423 public Rect getCurrentBounds(Context displayInfoContext) { in getCurrentBounds() method in WindowManagerProxy
/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java763 Rect bounds = windowManagerProxy.getCurrentBounds(context); in getDeviceProfile()