Searched refs:mResolutions (Results 1 – 2 of 2) sorted by relevance
125 private final TreeSet<Float> mResolutions; field in SubscriptionManager.RateInfoForClients135 mResolutions = new TreeSet<>(); in RateInfoForClients()143 mResolutions = new TreeSet<>(other.mResolutions); in RateInfoForClients()159 return mResolutions.first(); in getMinRequiredResolution()217 mResolutions.add(resolution); in add()248 mResolutions.remove(resolution); in remove()
62 private Set<Point> mResolutions; field in ScreenResolutionFragment86 mResolutions = controller.getAllSupportedResolutions(); in onAttach()145 for (Point resolution : mResolutions) { in getPreferMode()