Searched defs:Face (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/params/
H A DFace.java29 public final class Face { class
34 * @see Face#Face(Rect, int)
88 public Face(Rect bounds, int score, int id, method in class:Face
132 public Face(Rect bounds, int score) { method in class:Face
245 * Represent the Face as a string for debugging purposes.
/frameworks/base/media/java/android/media/
H A DFaceDetector.java32 * A Face contains all the information identifying the location
35 public class Face { class in class:FaceDetector
89 private Face() { method in class:FaceDetector.Face
126 * The supplied array is populated with {@link FaceDetector.Face}s for each
131 * {@link FaceDetector.Face}s. The array must be sized equal
139 public int findFaces(Bitmap bitmap, Face[] faces)
158 faces[i] = new Face();
191 native private void fft_get_face(Face face, int i);
/frameworks/base/core/java/android/hardware/
H A DCamera.java1139 mFaceListener.onFaceDetection((Face[])msg.obj, mCamera);
1638 void onFaceDetection(Face[] faces, Camera camera);
1687 throw new RuntimeException("Face detection is already running");
1717 public static class Face { class in class:Camera
1721 public Face() { method in class:Camera.Face

Completed in 115 milliseconds