Searched refs:mPerDisplayBounds (Results 1 – 1 of 1) sorted by relevance
145 FileLog.i(TAG, "(CTOR) perDisplayBounds: " + mInfo.mPerDisplayBounds); in DisplayController()304 Info newInfo = new Info(displayInfoContext, wmProxy, oldInfo.mPerDisplayBounds); in handleInfoChange()327 || !newInfo.mPerDisplayBounds.equals(oldInfo.mPerDisplayBounds)) { in handleInfoChange()330 "(CHANGE_SUPPORTED_BOUNDS) perDisplayBounds: " + newInfo.mPerDisplayBounds); in handleInfoChange()380 private final ArrayMap<CachedDisplayInfo, List<WindowBounds>> mPerDisplayBounds = field in DisplayController.Info409 mPerDisplayBounds.putAll(perDisplayBoundsCache); in Info()417 FileLog.e(TAG, "(Invalid Cache) perDisplayBounds : " + mPerDisplayBounds); in Info()418 mPerDisplayBounds.clear(); in Info()419 mPerDisplayBounds.putAll(wmProxy.estimateInternalDisplayBounds(displayInfoContext)); in Info()434 mPerDisplayBounds.put(normalizedDisplayInfo, clone); in Info()[all …]