Searched refs:mPerDisplayBounds (Results 1 – 1 of 1) sorted by relevance
169 + defaultPerDisplayInfo.mInfo.mPerDisplayBounds); in DisplayController()389 || !newInfo.mPerDisplayBounds.equals(oldInfo.mPerDisplayBounds)) { in calculateChange()392 "(CHANGE_SUPPORTED_BOUNDS) perDisplayBounds: " + newInfo.mPerDisplayBounds); in calculateChange()414 Info newInfo = new Info(displayInfoContext, mWMProxy, oldInfo.mPerDisplayBounds); in getNewInfo()491 private final ArrayMap<CachedDisplayInfo, List<WindowBounds>> mPerDisplayBounds = field in DisplayController.Info525 mPerDisplayBounds.putAll(perDisplayBoundsCache); in Info()533 FileLog.e(TAG, "(Invalid Cache) perDisplayBounds : " + mPerDisplayBounds); in Info()534 mPerDisplayBounds.clear(); in Info()535 mPerDisplayBounds.putAll(wmProxy.estimateInternalDisplayBounds(displayInfoContext)); in Info()550 mPerDisplayBounds.put(normalizedDisplayInfo, clone); in Info()[all …]