Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java3235 Face firstFace = null; in testFaceDetectionByCamera() local
3238 if (face != null) firstFace = face; in testFaceDetectionByCamera()
3241 if (firstFace != null) { in testFaceDetectionByCamera()
3242 if (firstFace.id != -1 || firstFace.leftEye != null in testFaceDetectionByCamera()
3243 || firstFace.rightEye != null || firstFace.mouth != null) { in testFaceDetectionByCamera()