Searched refs:RED (Results 1 – 10 of 10) sorted by relevance
| /compose/ui/ui-graphics/src/androidInstrumentedTest/kotlin/androidx/compose/ui/graphics/ |
| D | AndroidColorFilterTest.kt | 68 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>()
|
| D | PaintTest.kt | 79 val red = android.graphics.Color.RED in testToComposePaintForShader()
|
| D | PathReversionTest.kt | 188 color = Color.RED in <lambda>()
|
| /compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/ |
| D | ColorUtilTest.kt | 194 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/ |
| D | PointerInputInteropAndroidInCompose.kt | 109 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/ |
| D | AndroidRectsInLinearLayoutTestCase.kt | 58 val color = if (isBlue) Color.BLUE else Color.RED in toggleState()
|
| /compose/animation/animation-core/src/androidInstrumentedTest/kotlin/androidx/compose/animation/core/ |
| D | EasingTest.kt | 50 color = Color.RED in easing()
|
| /compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/scrollcapture/ |
| D | ComposeScrollCaptureCallback.android.kt | 208 color = Color.RED in <lambda>()
|
| /compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/input/internal/ |
| D | StatelessInputConnectionTest.kt | 374 setSpan(BackgroundColorSpan(Color.RED), 0, 3, 0) in <lambda>()
|
| /compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/input/ |
| D | BasicTextFieldTest.kt | 1654 .append("Hello", BackgroundColorSpan(android.graphics.Color.RED), 0) in <lambda>()
|