Home
last modified time | relevance | path

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

/compose/ui/ui-graphics/src/androidInstrumentedTest/kotlin/androidx/compose/ui/graphics/
DAndroidColorFilterTest.kt68 android.graphics.Color.RED, in <lambda>()
82 assertEquals(android.graphics.Color.RED, convertedAndroidBlendModeFilter.color) in <lambda>()
90 AndroidLightingColorFilter(android.graphics.Color.RED, android.graphics.Color.BLUE) in <lambda>()
101 assertEquals(android.graphics.Color.RED, convertedAndroidLightingFilter.colorMultiply) in <lambda>()
143 AndroidLightingColorFilter(android.graphics.Color.RED, android.graphics.Color.BLUE) in <lambda>()
155 AndroidPorterDuffColorFilter(android.graphics.Color.RED, PorterDuff.Mode.XOR) in <lambda>()
DPaintTest.kt79 val red = android.graphics.Color.RED in testToComposePaintForShader()
DPathReversionTest.kt188 color = Color.RED in <lambda>()
/compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/
DColorUtilTest.kt194 val cam: Cam = Cam.fromInt(RED) in camFromRed()
244 val cam: Cam = Cam.fromInt(RED) in redFromGamutMap()
245 val color: Int = Cam.getInt(cam.hue, cam.chroma, lstarFromInt(RED)) in redFromGamutMap()
246 assertEquals(RED, color) in redFromGamutMap()
304 val cam: Cam = Cam.fromInt(RED) in ucsCoordinates()
318 assertEquals(21.415f, Cam.fromInt(RED).distance(Cam.fromInt(BLUE)), 0.001f) in deltaERedToBlue()
379 const val RED: Int = -0x10000 constant
/compose/ui/ui/integration-tests/ui-demos/src/main/java/androidx/compose/ui/demos/viewinterop/
DPointerInputInteropAndroidInCompose.kt109 view.setBackgroundColor(Color.RED) in FourAndroidTapInCompose()
156 theView?.setBackgroundColor(Color.RED) in AndroidTapInComposeTap()
268 setOnClickListener { view.setBackgroundColor(Color.RED) } in AndroidTapInComposeScroll()
/compose/foundation/foundation-layout/benchmark/src/androidTest/java/androidx/compose/foundation/layout/benchmark/view/
DAndroidRectsInLinearLayoutTestCase.kt58 val color = if (isBlue) Color.BLUE else Color.RED in toggleState()
/compose/animation/animation-core/src/androidInstrumentedTest/kotlin/androidx/compose/animation/core/
DEasingTest.kt50 color = Color.RED in easing()
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/scrollcapture/
DComposeScrollCaptureCallback.android.kt208 color = Color.RED in <lambda>()
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/input/internal/
DStatelessInputConnectionTest.kt374 setSpan(BackgroundColorSpan(Color.RED), 0, 3, 0) in <lambda>()
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/input/
DBasicTextFieldTest.kt1654 .append("Hello", BackgroundColorSpan(android.graphics.Color.RED), 0) in <lambda>()