Searched defs:colors (Results 1 – 3 of 3) sorted by relevance
| /platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/ | ||
| D | MaterialYouColorsRuleTest.kt | 12 private val colors = MaterialYouColors.Orange constant in platform.test.screenshot.MaterialYouColorsRuleTest |
| /platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/ | ||
| D | MaterialYouColorsRule.kt | 35 class MaterialYouColorsRule(private val colors: MaterialYouColors = MaterialYouColors.Orange) : in <lambda>() constant in platform.test.screenshot.MaterialYouColorsRule |
| /platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/ | ||
| D | ThemeHelper.java | 116 HashMap<Integer, Integer> colors = new HashMap<>(); in getMostColor() local |