Home
last modified time | relevance | path

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

/compose/ui/ui-graphics-lint/src/main/java/androidx/compose/ui/graphics/lint/
DColorDetector.kt102 InvalidColorHexValue, in getApplicableMethodNames()
132 val InvalidColorHexValue = constant
DUiGraphicsIssueRegistry.kt29 get() = listOf(ColorDetector.MissingColorAlphaChannel, ColorDetector.InvalidColorHexValue)
/compose/ui/ui-graphics-lint/src/test/java/androidx/compose/ui/graphics/lint/
DColorDetectorTest.kt35 mutableListOf(ColorDetector.MissingColorAlphaChannel, ColorDetector.InvalidColorHexValue) in getDetector()