Searched refs:startRipple (Results 1 – 5 of 5) sorted by relevance
141 startRipple() in startRippleWithDebounce()150 fun startRipple() { in startRipple() method163 rippleView.startRipple(Runnable { in startRipple()205 startRipple() in execute()
185 mRippleView.startRipple(); in init()
100 verify(rippleView).startRipple(runnableCaptor.capture()) in testTriggerRipple_UnlockedState()202 verify(rippleView).startRipple(runnableCaptor.capture()) in testRipple_layoutsCorrectly()
45 super.startRipple(onAnimationEnd) in <lambda>()
184 fun startRipple(onAnimationEnd: Runnable? = null) { in <lambda>() method