Searched refs:allContrastLevels (Results 1 – 1 of 1) sorted by relevance
496 private static Stream<Integer> allContrastLevels() { in allContrastLevels() method in UiModeManager.ContrastUtils507 return allContrastLevels().min(Comparator.comparingDouble(contrastLevel -> in toContrastLevel()515 if (allContrastLevels().noneMatch(level -> level == contrastLevel)) { in fromContrastLevel()