Searched refs:detectedFaces (Results 1 – 3 of 3) sorted by relevance
52 List<Face> detectedFaces = mActivity.getDetectedFaces(); in testFaceProperties() local53 assertEquals(1, detectedFaces.size()); in testFaceProperties()54 Face face = detectedFaces.get(0); in testFaceProperties()
44 public ArrayList<Face> detectedFaces = new ArrayList<Face>(); field in FaceView72 detectedFaces.add(mAllFaces[i]); in FaceView()82 for (Face face : detectedFaces) { in onDraw()
42 return mFaceView.detectedFaces; in getDetectedFaces()