Home
last modified time | relevance | path

Searched defs:darkerThan (Results 1 – 1 of 1) sorted by relevance

/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
DColorUtils.kt34 infix fun darkerThan(other: ScreenBorderColors): Boolean = in darkerThan() method in android.platform.helpers.ScreenBorderColors
45 infix fun List<Color>.darkerThan(other: List<Color>): Boolean = in middle() method
49 infix fun Color.darkerThan(other: Color): Boolean = luminance() < other.luminance() in darkerThan() method