Home
last modified time | relevance | path

Searched refs:startDwellRipple (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthRippleView.kt204 fun startDwellRipple(isDozing: Boolean) { in <lambda>() method
DAuthRippleController.kt255 mView.startDwellRipple(statusBarStateController.isDozing) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthRippleControllerTest.kt355 verify(rippleView).startDwellRipple(false) in testUdfps_onFingerDown_showDwellRipple()