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.java526 List<WindowBounds> cachedValue = getCurrentBounds(); in Info()
536 cachedValue = getCurrentBounds(); in Info()
644 public List<WindowBounds> getCurrentBounds() { in getCurrentBounds() method in DisplayController.Info
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSystemWindowManagerProxy.java60 public Rect getCurrentBounds(Context displayInfoContext) { in getCurrentBounds() method in SystemWindowManagerProxy
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBaseContainerInterface.java297 displayController.getInfo().getCurrentBounds(); in calculateTaskSizeInternal()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/
DAbstractDeviceProfileTest.kt303 whenever(windowManagerProxy.getCurrentBounds(any())).thenReturn(realBounds.bounds) in <lambda>()
/packages/apps/Launcher3/src/com/android/launcher3/util/window/
DWindowManagerProxy.java428 public Rect getCurrentBounds(Context displayInfoContext) { in getCurrentBounds() method in WindowManagerProxy
/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java866 Rect bounds = mWMProxy.getCurrentBounds(context); in getDeviceProfile()