Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DDisplayController.java326 if (!newInfo.supportedBounds.equals(oldInfo.supportedBounds) in handleInfoChange()
379 public final Set<WindowBounds> supportedBounds = new ArraySet<>(); field in DisplayController.Info
424 supportedBounds.add(realBounds); in Info()
437 mPerDisplayBounds.values().forEach(supportedBounds::addAll); in Info()
525 int type = supportedBounds.stream() in getDeviceType()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DLauncherPreviewRenderer.java245 for (WindowBounds supportedBound : info.supportedBounds) { in getInsets()
/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java449 for (WindowBounds bounds : displayInfo.supportedBounds) { in initGrid()
710 for (WindowBounds bounds : displayInfo.supportedBounds) { in invDistWeightedInterpolate()