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.java34 public class CachedDisplayInfo { class
44 public CachedDisplayInfo() { in CachedDisplayInfo() method in CachedDisplayInfo
48 public CachedDisplayInfo(Point size, int rotation) { in CachedDisplayInfo() method in CachedDisplayInfo
52 public CachedDisplayInfo(Point size, int rotation, @Nullable DisplayCutout cutout) { in CachedDisplayInfo() method in CachedDisplayInfo
/packages/apps/Launcher3/src/com/android/launcher3/util/
DDisplayController.java396 Map<CachedDisplayInfo, List<WindowBounds>> perDisplayBoundsCache) { in Info()