mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
Log display size and bounds returned from each dispaly
Bug: 211775278 Test: manual Change-Id: I87389ccae5dee2c9a474e93cf8466a11ab6b49d4
This commit is contained in:
@@ -353,6 +353,8 @@ public class DisplayController implements DisplayListener, ComponentCallbacks, S
|
||||
mPerDisplayBounds.put(displayKey, displayBounds);
|
||||
}
|
||||
}
|
||||
Log.d("b/211775278", "displayId: " + displayId + ", currentSize: " + currentSize);
|
||||
Log.d("b/211775278", "perDisplayBounds: " + mPerDisplayBounds);
|
||||
}
|
||||
|
||||
private static Set<WindowBounds> getSupportedBoundsForDisplay(Display display, Point size) {
|
||||
|
||||
Reference in New Issue
Block a user