Home
last modified time | relevance | path

Searched refs:startRipple (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/
DWiredChargingRippleController.kt141 startRipple() in startRippleWithDebounce()
150 fun startRipple() { in startRipple() method
163 rippleView.startRipple(Runnable { in startRipple()
205 startRipple() in execute()
DWirelessChargingLayout.java185 mRippleView.startRipple(); in init()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/charging/
DWiredChargingRippleControllerTest.kt100 verify(rippleView).startRipple(runnableCaptor.capture()) in testTriggerRipple_UnlockedState()
202 verify(rippleView).startRipple(runnableCaptor.capture()) in testRipple_layoutsCorrectly()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/receiver/
DReceiverChipRippleView.kt45 super.startRipple(onAnimationEnd) in <lambda>()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/ripple/
DRippleView.kt184 fun startRipple(onAnimationEnd: Runnable? = null) { in <lambda>() method