Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthController.java184 private final DisplayInfo mCachedDisplayInfo = new DisplayInfo(); field in AuthController
612 mDisplay.getDisplayInfo(mCachedDisplayInfo); in updateSensorLocations()
613 mScaleFactor = mUdfpsUtils.getScaleFactor(mCachedDisplayInfo); in updateSensorLocations()
629 int xFpLocation = mCachedDisplayInfo.getNaturalWidth() / 2; in getFingerprintSensorLocationInNaturalOrientation()
662 mCachedDisplayInfo); in updateFingerprintLocation()
691 mCachedDisplayInfo in updateFaceLocation()
855 mCachedDisplayInfo.getNaturalWidth(), /* right */ in updateUdfpsLocation()
861 mCachedDisplayInfo.getNaturalWidth(), in updateUdfpsLocation()
862 mCachedDisplayInfo.getNaturalHeight(), in updateUdfpsLocation()
864 mCachedDisplayInfo.rotation); in updateUdfpsLocation()
[all …]