Home
last modified time | relevance | path

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

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