Searched refs:startRipple (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
D | AuthRippleControllerTest.kt | 96 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/ |
D | WiredChargingRippleController.kt | 141 startRipple() in startRippleWithDebounce() 150 fun startRipple() { in startRipple() method 163 rippleView.startRipple(Runnable { in startRipple() 203 startRipple() in execute()
|
D | ChargingRippleView.kt | 72 fun startRipple(onAnimationEnd: Runnable? = null) { in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | AuthRippleView.kt | 69 fun startRipple(onAnimationEnd: Runnable?, lightReveal: LightRevealScrim?) { in <lambda>() method
|
D | AuthRippleController.kt | 114 mView.startRipple( in showRipple()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/charging/ |
D | WiredChargingRippleControllerTest.kt | 87 verify(rippleView).startRipple(runnableCaptor.capture()) in testTriggerRipple_UnlockedState()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/ |
D | WirelessChargingLayout.java | 145 mRippleView.startRipple(); in init()
|