Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthRippleControllerTest.kt96 verify(rippleView).startRipple(any(), any()) in testFingerprintTrigger_Ripple()
117 verify(rippleView, never()).startRipple(any(), any()) in testFingerprintTrigger_KeyguardNotVisible_NoRipple()
138 verify(rippleView, never()).startRipple(any(), any()) in testFingerprintTrigger_StrongAuthRequired_NoRipple()
162 verify(rippleView).startRipple(any(), any()) in testFaceTriggerBypassEnabled_Ripple()
182 verify(rippleView, never()).startRipple(any(), any()) in testFaceTriggerNonBypass_NoRipple()
197 verify(rippleView, never()).startRipple(any(), any()) in testNullFaceSensorLocationDoesNothing()
212 verify(rippleView, never()).startRipple(any(), any()) in testNullFingerprintSensorLocationDoesNothing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/charging/
DWiredChargingRippleController.kt141 startRipple() in startRippleWithDebounce()
150 fun startRipple() { in startRipple() method
163 rippleView.startRipple(Runnable { in startRipple()
203 startRipple() in execute()
DChargingRippleView.kt72 fun startRipple(onAnimationEnd: Runnable? = null) { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthRippleView.kt69 fun startRipple(onAnimationEnd: Runnable?, lightReveal: LightRevealScrim?) { in <lambda>() method
DAuthRippleController.kt114 mView.startRipple( in showRipple()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/charging/
DWiredChargingRippleControllerTest.kt87 verify(rippleView).startRipple(runnableCaptor.capture()) in testTriggerRipple_UnlockedState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/
DWirelessChargingLayout.java145 mRippleView.startRipple(); in init()