Searched refs:getUdfpsLocation (Results 1 – 5 of 5) sorted by relevance
581 @Nullable public Point getUdfpsLocation() { in getUdfpsLocation() method in AuthController624 if (getUdfpsLocation() != null) { in getFingerprintSensorLocationInNaturalOrientation()625 return getUdfpsLocation(); in getFingerprintSensorLocationInNaturalOrientation()
193 when(mAuthController.getUdfpsLocation()).thenReturn(udfpsLocation); in setupUdfps()
462 mView.setCenterLocation(mAuthController.getUdfpsLocation(), in updateLockIconLocation()
304 when(mAuthController.getUdfpsLocation()).thenReturn(udfpsLocationCenter); in testOnDozeAmountChanged_positionClockAndNotificationsUsesUdfpsLocation()
1681 if (mUpdateMonitor.isUdfpsEnrolled() && mAuthController.getUdfpsLocation() != null) { in updateClockAppearance()1682 udfpsAodTopLocation = mAuthController.getUdfpsLocation().y in updateClockAppearance()