Home
last modified time | relevance | path

Searched refs:mAuthRippleController (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DLegacyLockIconViewControllerBaseTest.java98 protected @Mock AuthRippleController mAuthRippleController; field in LegacyLockIconViewControllerBaseTest
173 mAuthRippleController, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DLegacyLockIconViewController.java127 @Nullable private final AuthRippleController mAuthRippleController; field in LegacyLockIconViewController
222 mAuthRippleController = authRippleController; in LegacyLockIconViewController()
738 && mUdfpsSupported && mShowUnlockIcon && mAuthRippleController != null) { in onLongPress()
739 mAuthRippleController.showUnlockRipple(FINGERPRINT); in onLongPress()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java262 @Mock private AuthRippleController mAuthRippleController; field in CentralSurfacesImplTest
554 mAuthRippleController, in createCentralSurfaces()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java375 private final AuthRippleController mAuthRippleController; field in CentralSurfacesImpl
775 mAuthRippleController = authRippleController; in CentralSurfacesImpl()
980 if (!mAuthRippleController.isAnimatingLightRevealScrim()) { in start()