Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthControllerTest.java875 mAuthController.rotateToCurrentOrientation( in testGetFingerprintSensorLocationChanges_differentRotations()
885 mAuthController.rotateToCurrentOrientation( in testGetFingerprintSensorLocationChanges_differentRotations()
895 mAuthController.rotateToCurrentOrientation( in testGetFingerprintSensorLocationChanges_differentRotations()
905 mAuthController.rotateToCurrentOrientation( in testGetFingerprintSensorLocationChanges_differentRotations()
926 mAuthController.rotateToCurrentOrientation( in testGetFingerprintSensorLocationChanges_rotateRectangle()
936 mAuthController.rotateToCurrentOrientation( in testGetFingerprintSensorLocationChanges_rotateRectangle()
952 mAuthController.rotateToCurrentOrientation( in testGetFingerprintSensorLocationChanges_rotateRectangle()
964 mAuthController.rotateToCurrentOrientation( in testGetFingerprintSensorLocationChanges_rotateRectangle()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthController.java660 mFingerprintSensorLocation = rotateToCurrentOrientation( in updateFingerprintLocation()
687 mFaceSensorLocation = rotateToCurrentOrientation( in updateFaceLocation()
707 protected Point rotateToCurrentOrientation(Point inOutPoint, DisplayInfo displayInfo) { in rotateToCurrentOrientation() method in AuthController