Searched refs:getRightEyePosition (Results 1 – 7 of 7) sorted by relevance
40 if (face.getRightEyePosition() != null) { in NormalizedFace()42 rightEye.x = (float) (face.getRightEyePosition().x - offX) / dX; in NormalizedFace()43 rightEye.y = (float) (face.getRightEyePosition().y - offY) / dY; in NormalizedFace()
222 public Point getRightEyePosition() { in getRightEyePosition() method in Face
1045 assertEquals(expectedFaceLMPoints[i*3+1], resultFaces[i].getRightEyePosition()); in testReadWriteOverride()1063 assertNull(resultSimpleFaces[i].getRightEyePosition()); in testReadWriteOverride()
863 faceLandmarks[i * FACE_LANDMARK_SIZE + j++] = face.getRightEyePosition().x; in setFaces()864 faceLandmarks[i * FACE_LANDMARK_SIZE + j++] = face.getRightEyePosition().y; in setFaces()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
18667 method public android.graphics.Point getRightEyePosition();
13093 method public android.graphics.Point getRightEyePosition();