Home
last modified time | relevance | path

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

/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DThemeHelper.java123 List<Map.Entry<Integer, Integer>> colorList = new ArrayList<>(colors.entrySet()); in getMostColor() local
125 colorList.stream().max(Comparator.comparingInt(Map.Entry::getValue)).get(); in getMostColor()