Searched refs:supportedBounds (Results 1 – 3 of 3) sorted by relevance
326 if (!newInfo.supportedBounds.equals(oldInfo.supportedBounds) in handleInfoChange()379 public final Set<WindowBounds> supportedBounds = new ArraySet<>(); field in DisplayController.Info424 supportedBounds.add(realBounds); in Info()437 mPerDisplayBounds.values().forEach(supportedBounds::addAll); in Info()525 int type = supportedBounds.stream() in getDeviceType()
245 for (WindowBounds supportedBound : info.supportedBounds) { in getInsets()
449 for (WindowBounds bounds : displayInfo.supportedBounds) { in initGrid()710 for (WindowBounds bounds : displayInfo.supportedBounds) { in invDistWeightedInterpolate()