Searched refs:getCurrentBounds (Results 1 – 6 of 6) sorted by relevance
526 List<WindowBounds> cachedValue = getCurrentBounds(); in Info()536 cachedValue = getCurrentBounds(); in Info()644 public List<WindowBounds> getCurrentBounds() { in getCurrentBounds() method in DisplayController.Info
60 public Rect getCurrentBounds(Context displayInfoContext) { in getCurrentBounds() method in SystemWindowManagerProxy
297 displayController.getInfo().getCurrentBounds(); in calculateTaskSizeInternal()
303 whenever(windowManagerProxy.getCurrentBounds(any())).thenReturn(realBounds.bounds) in <lambda>()
428 public Rect getCurrentBounds(Context displayInfoContext) { in getCurrentBounds() method in WindowManagerProxy
866 Rect bounds = mWMProxy.getCurrentBounds(context); in getDeviceProfile()