Home
last modified time | relevance | path

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

/compose/material/material-ripple/src/androidInstrumentedTest/kotlin/androidx/compose/material/ripple/
DRippleModifierNodeTest.kt91 private val TestRipple = TestIndicationNodeFactory({ TestRippleColor }, { TestRippleAlpha }) in <lambda>() constant
135 RippleBoxWithBackground(interactionSource, TestRipple, bounded = true) in pressed()
175 RippleBoxWithBackground(interactionSource, TestRipple, bounded = true) in pressed_rippleCreatedBeforeDraw()
216 delegate(TestRipple.create(interactionSource)) in pressed_rippleLazilyDelegatedTo()
284 RippleBoxWithBackground(interactionSource, TestRipple, bounded = true) in hovered()
306 RippleBoxWithBackground(interactionSource, TestRipple, bounded = true) in focused()
328 RippleBoxWithBackground(interactionSource, TestRipple, bounded = true) in dragged()
DRippleContainerTest.kt169 private object TestRipple : IndicationNodeFactory { object
207 indication = TestRipple in equals()
215 indication = TestRipple in equals()
/compose/material/material-ripple/benchmark/src/androidTest/java/androidx/compose/material/ripple/benchmark/
DRippleBenchmark.kt69 indication = TestRipple in firstComposition()
212 Box(Modifier.size(100.dp).indication(interactionSource, TestRipple)) in MeasuredContent()
249 private val TestRipple = TestIndicationNodeFactory({ TestRippleColor }, { TestRippleAlpha }) in <lambda>() constant