Home
last modified time | relevance | path

Searched refs:getUdfpsLocation (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthController.java581 @Nullable public Point getUdfpsLocation() { in getUdfpsLocation() method in AuthController
624 if (getUdfpsLocation() != null) { in getFingerprintSensorLocationInNaturalOrientation()
625 return getUdfpsLocation(); in getFingerprintSensorLocationInNaturalOrientation()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DLegacyLockIconViewControllerBaseTest.java193 when(mAuthController.getUdfpsLocation()).thenReturn(udfpsLocation); in setupUdfps()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DLegacyLockIconViewController.java462 mView.setCenterLocation(mAuthController.getUdfpsLocation(), in updateLockIconLocation()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerTest.java304 when(mAuthController.getUdfpsLocation()).thenReturn(udfpsLocationCenter); in testOnDozeAmountChanged_positionClockAndNotificationsUsesUdfpsLocation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java1681 if (mUpdateMonitor.isUdfpsEnrolled() && mAuthController.getUdfpsLocation() != null) { in updateClockAppearance()
1682 udfpsAodTopLocation = mAuthController.getUdfpsLocation().y in updateClockAppearance()