Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DAuthControllerTest.java845 mAuthController.rotateToCurrentOrientation( in testGetFingerprintSensorLocationChanges_differentRotations()
855 mAuthController.rotateToCurrentOrientation( in testGetFingerprintSensorLocationChanges_differentRotations()
865 mAuthController.rotateToCurrentOrientation( in testGetFingerprintSensorLocationChanges_differentRotations()
875 mAuthController.rotateToCurrentOrientation( in testGetFingerprintSensorLocationChanges_differentRotations()
896 mAuthController.rotateToCurrentOrientation( in testGetFingerprintSensorLocationChanges_rotateRectangle()
906 mAuthController.rotateToCurrentOrientation( in testGetFingerprintSensorLocationChanges_rotateRectangle()
922 mAuthController.rotateToCurrentOrientation( in testGetFingerprintSensorLocationChanges_rotateRectangle()
934 mAuthController.rotateToCurrentOrientation( in testGetFingerprintSensorLocationChanges_rotateRectangle()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/
DFacePropertyRepository.kt249 return rotateToCurrentOrientation( in computeCurrentFaceLocation()
259 private fun rotateToCurrentOrientation( in rotateToCurrentOrientation() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthController.java658 mFingerprintSensorLocation = rotateToCurrentOrientation( in updateFingerprintLocation()
680 protected Point rotateToCurrentOrientation(Point inOutPoint, DisplayInfo displayInfo) { in rotateToCurrentOrientation() method in AuthController