summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2019-02-02 00:49:51 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2019-02-02 00:49:51 +0000
commitecc418c4cbdefb649e86b5f02740b3cbd4adcdbd (patch)
tree5b2732665dd1f45e6e149e9130c212e252f502ff
parent22df26b673f1b4a0b814cb0ecf3b1b16c9d2ddc0 (diff)
parent2446ea7a0112c414f344474d031c7322a1b4d235 (diff)
Merge "Fix acquire comments"
-rw-r--r--core/java/android/hardware/biometrics/BiometricFaceConstants.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/java/android/hardware/biometrics/BiometricFaceConstants.java b/core/java/android/hardware/biometrics/BiometricFaceConstants.java
index 125dabef779c..b708ef12b210 100644
--- a/core/java/android/hardware/biometrics/BiometricFaceConstants.java
+++ b/core/java/android/hardware/biometrics/BiometricFaceConstants.java
@@ -268,7 +268,7 @@ public interface BiometricFaceConstants {
* capture plane is too high.
*
* The tilt angle is defined as the angle swept out by the user’s face looking up
- * and down. The pan angle would be zero if the user faced the camera directly.
+ * and down. The tilt angle would be zero if the user faced the camera directly.
*
* The user should be informed to look more directly at the camera.
*/
@@ -279,8 +279,8 @@ public interface BiometricFaceConstants {
* capture plane is too high.
*
* The roll angle is defined as the angle swept out by the user’s face tilting their head
- * towards their shoulders to the left and right. The pan angle would be zero if the user
- * faced the camera directly.
+ * towards their shoulders to the left and right. The roll angle would be zero if the user's
+ * head is vertically aligned with the camera.
*
* The user should be informed to look more directly at the camera.
*/