Searched refs:estimateInternalDisplayBounds (Results 1 – 5 of 5) sorted by relevance
144 wmProxy.estimateInternalDisplayBounds(displayInfoContext)); in DisplayController()310 wmProxy.estimateInternalDisplayBounds(displayInfoContext)); in handleInfoChange()419 mPerDisplayBounds.putAll(wmProxy.estimateInternalDisplayBounds(displayInfoContext)); in Info()
74 public ArrayMap<CachedDisplayInfo, List<WindowBounds>> estimateInternalDisplayBounds( in estimateInternalDisplayBounds() method in SystemWindowManagerProxy
102 whenever(windowManagerProxy.estimateInternalDisplayBounds(any())) in <lambda>()
302 doReturn(internalDisplayBounds).when(wmProxy).estimateInternalDisplayBounds(any()); in createDisplayInfo()
108 public ArrayMap<CachedDisplayInfo, List<WindowBounds>> estimateInternalDisplayBounds( in estimateInternalDisplayBounds() method in WindowManagerProxy