Home
last modified time | relevance | path

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

/compose/ui/ui-graphics-lint/src/test/java/androidx/compose/ui/graphics/lint/
DColorDetectorTest.kt35 mutableListOf(ColorDetector.MissingColorAlphaChannel, ColorDetector.InvalidColorHexValue) in getDetector()
38 fun MissingColorAlphaChannel() { in getDetector() method in androidx.compose.ui.graphics.lint.ColorDetectorTest
/compose/ui/ui-graphics-lint/src/main/java/androidx/compose/ui/graphics/lint/
DColorDetector.kt85 MissingColorAlphaChannel, in getApplicableMethodNames()
114 val MissingColorAlphaChannel = constant
DUiGraphicsIssueRegistry.kt29 get() = listOf(ColorDetector.MissingColorAlphaChannel, ColorDetector.InvalidColorHexValue)