Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthController.java183 private final DisplayInfo mCachedDisplayInfo = new DisplayInfo(); field in AuthController
611 mDisplay.getDisplayInfo(mCachedDisplayInfo); in updateSensorLocations()
612 mScaleFactor = mUdfpsUtils.getScaleFactor(mCachedDisplayInfo); in updateSensorLocations()
627 int xFpLocation = mCachedDisplayInfo.getNaturalWidth() / 2; in getFingerprintSensorLocationInNaturalOrientation()
660 mCachedDisplayInfo); in updateFingerprintLocation()
811 mCachedDisplayInfo.getNaturalHeight() / 2, /* top */ in updateUdfpsLocation()
812 mCachedDisplayInfo.getNaturalWidth(), /* right */ in updateUdfpsLocation()
813 mCachedDisplayInfo.getNaturalHeight() /* bottom */); in updateUdfpsLocation()
818 mCachedDisplayInfo.getNaturalWidth(), in updateUdfpsLocation()
819 mCachedDisplayInfo.getNaturalHeight(), in updateUdfpsLocation()
[all …]