Home
last modified time | relevance | path

Searched refs:mPerDisplayBounds (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DDisplayController.java238 oldInfo.mInternalDisplays, oldInfo.mPerDisplayBounds); in handleInfoChange()
308 private final Map<String, Set<WindowBounds>> mPerDisplayBounds = new ArrayMap<>(); field in DisplayController.Info
333 mPerDisplayBounds.put(displayId, currentSupportedBounds); in Info()
353 mPerDisplayBounds.put(displayKey, displayBounds); in Info()