Home
last modified time | relevance | path

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

/compose/ui/ui-graphics-lint/src/main/java/androidx/compose/ui/graphics/lint/
DColorDetector.kt56 val hexIndex = argumentText.indexOf(hexPrefix, ignoreCase = true) in getApplicableMethodNames() constant
58 if (hexIndex != 0) return in getApplicableMethodNames()
59 val hexArgument = argumentText.substring(hexIndex + hexPrefix.length) in getApplicableMethodNames()