Home
last modified time | relevance | path

Searched defs:colors (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/
DMaterialYouColorsRuleTest.kt12 private val colors = MaterialYouColors.Orange constant in platform.test.screenshot.MaterialYouColorsRuleTest
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DMaterialYouColorsRule.kt35 class MaterialYouColorsRule(private val colors: MaterialYouColors = MaterialYouColors.Orange) : in <lambda>() constant in platform.test.screenshot.MaterialYouColorsRule
54 @get:VisibleForTesting val colors: SparseIntArray, constant in platform.test.screenshot.MaterialYouColors
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DThemeHelper.java116 HashMap<Integer, Integer> colors = new HashMap<>(); in getMostColor() local