Searched refs:getCurrentBounds (Results 1 – 6 of 6) sorted by relevance
410 List<WindowBounds> cachedValue = getCurrentBounds(); in Info()420 cachedValue = getCurrentBounds(); in Info()513 public List<WindowBounds> getCurrentBounds() { in getCurrentBounds() method in DisplayController.Info
48 public Rect getCurrentBounds(Context displayInfoContext) { in getCurrentBounds() method in SystemWindowManagerProxy
284 whenever(windowManagerProxy.getCurrentBounds(any())).thenReturn(realBounds.bounds) in <lambda>()
272 Rect deviceRotationInsets = displayController.getInfo().getCurrentBounds().get( in calculateTaskSizeInternal()
423 public Rect getCurrentBounds(Context displayInfoContext) { in getCurrentBounds() method in WindowManagerProxy
763 Rect bounds = windowManagerProxy.getCurrentBounds(context); in getDeviceProfile()