Searched refs:mAuthRippleController (Results 1 – 4 of 4) sorted by relevance
98 protected @Mock AuthRippleController mAuthRippleController; field in LegacyLockIconViewControllerBaseTest173 mAuthRippleController, in setUp()
127 @Nullable private final AuthRippleController mAuthRippleController; field in LegacyLockIconViewController222 mAuthRippleController = authRippleController; in LegacyLockIconViewController()738 && mUdfpsSupported && mShowUnlockIcon && mAuthRippleController != null) { in onLongPress()739 mAuthRippleController.showUnlockRipple(FINGERPRINT); in onLongPress()
262 @Mock private AuthRippleController mAuthRippleController; field in CentralSurfacesImplTest554 mAuthRippleController, in createCentralSurfaces()
375 private final AuthRippleController mAuthRippleController; field in CentralSurfacesImpl775 mAuthRippleController = authRippleController; in CentralSurfacesImpl()980 if (!mAuthRippleController.isAnimatingLightRevealScrim()) { in start()