Home
last modified time | relevance | path

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

/compose/integration-tests/hero/hero-common/hero-common-implementation/src/main/java/androidx/compose/integration/hero/common/implementation/
DGradientBitmap.kt42 colors = gradientColorsFor(seed * 100 /* introduce greater variance */) in GradientBitmap()
72 fun gradientColorsFor(key: Int): IntArray { in gradientColorsFor() method