Searched refs:mCachedDisplayInfo (Results 1 – 1 of 1) sorted by relevance
183 private final DisplayInfo mCachedDisplayInfo = new DisplayInfo(); field in AuthController611 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 …]