Searched refs:colorsRule (Results 1 – 5 of 5) sorted by relevance
43 private val colorsRule = MaterialYouColorsRule() in <lambda>() constant49 private val deviceRule = RuleChain.outerRule(colorsRule).around(commonRule) in <lambda>()50 private val roboRule = RuleChain.outerRule(colorsRule).around(timeZoneRule).around(commonRule) in <lambda>()
45 private val colorsRule = MaterialYouColorsRule() in <lambda>() constant48 private val delegateRule = RuleChain.outerRule(colorsRule).around(roboRule) in <lambda>()
46 private val colorsRule = MaterialYouColorsRule() in <lambda>() constant57 private val deviceRule = RuleChain.outerRule(colorsRule).around(commonRule) in <lambda>()59 RuleChain.outerRule(colorsRule).around(fontsRule).around(timeZoneRule) in <lambda>()
58 private val colorsRule = MaterialYouColorsRule() constant71 private val deviceRule = RuleChain.outerRule(colorsRule).around(commonRule)74 .around(colorsRule)
14 @get:Rule val colorsRule = MaterialYouColorsRule(colors) constant in platform.test.screenshot.MaterialYouColorsRuleTest