Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthRippleControllerTest.kt332 verify(rippleView).startDwellRipple(false) in testUdfps_onFingerDown_runningForDeviceEntry_showDwellRipple()
349 verify(rippleView, never()).startDwellRipple(false) in testUdfps_onFingerDown_notDeviceEntry_doesNotShowDwellRipple()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthRippleView.kt204 fun startDwellRipple(isDozing: Boolean) { in <lambda>() method
DAuthRippleController.kt308 mView.startDwellRipple(statusBarStateController.isDozing) in <lambda>()