Home
last modified time | relevance | path

Searched defs:CachedDisplayInfo (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/window/
DCachedDisplayInfo.java31 public class CachedDisplayInfo { class
37 public CachedDisplayInfo() { in CachedDisplayInfo() method in CachedDisplayInfo
41 public CachedDisplayInfo(Point size, int rotation) { in CachedDisplayInfo() method in CachedDisplayInfo
45 public CachedDisplayInfo(Point size, int rotation, Rect cutout) { in CachedDisplayInfo() method in CachedDisplayInfo
/packages/apps/Launcher3/src/com/android/launcher3/util/
DDisplayController.java342 Map<CachedDisplayInfo, List<WindowBounds>> perDisplayBoundsCache) { in Info()