Home
last modified time | relevance | path

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

/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
DCat.java146 tint(0xFFFFFFFF, D.leftEye, D.rightEye, D.mouth, D.nose); in Cat()
155 tint(0xFF000000, D.mouth, D.nose); in Cat()
301 public Drawable mouth;
338 mouth = context.getDrawable(R.drawable.mouth);
363 nose, mouth,
/frameworks/base/core/java/android/hardware/camera2/legacy/
DParameterUtils.java923 Point leftEye = face.leftEye, rightEye = face.rightEye, mouth = face.mouth; in convertFaceFromLegacy() local
924 if (leftEye != null && rightEye != null && mouth != null && leftEye.x != -2000 && in convertFaceFromLegacy()
926 mouth.x != -2000 && mouth.y != -2000) { in convertFaceFromLegacy()
931 mouth = convertCameraPointToActiveArrayPoint(activeArray, zoomData, in convertFaceFromLegacy()
934 api2Face = faceRect.toFace(face.id, leftEye, rightEye, mouth); in convertFaceFromLegacy()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DFrameProcessor.cpp225 face.mouth[0] = l.mParameters.arrayXToNormalizedWithCrop( in processFaceDetect()
227 face.mouth[1] = l.mParameters.arrayYToNormalizedWithCrop( in processFaceDetect()
233 face.mouth[0] = face.mouth[1] = -2000; in processFaceDetect()
/frameworks/base/core/jni/
Dandroid_hardware_Camera.cpp384 && metadata->faces[i].mouth[0] != -2000 && metadata->faces[i].mouth[1] != -2000; in postMetadata()
401 jobject mouth = env->NewObject(mPointClass, fields.point_constructor); in postMetadata() local
402 env->SetIntField(mouth, fields.point_x, metadata->faces[i].mouth[0]); in postMetadata()
403 env->SetIntField(mouth, fields.point_y, metadata->faces[i].mouth[1]); in postMetadata()
404 env->SetObjectField(face, fields.face_mouth, mouth); in postMetadata()
405 env->DeleteLocalRef(mouth); in postMetadata()
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
DMLand.java1241 Drawable antenna, eyes, mouth;
1251 mouth = context.getDrawable(pick(MOUTHS));
1296 if (mouth != null) {
1297 mouth.setBounds(0, 0, c.getWidth(), c.getHeight());
1298 mouth.draw(c);
/frameworks/base/docs/html/distribute/users/
Dapp-invites.jd8 <p>By combining the power of word-of-mouth with optimized discovery, App Invites helps drive your a…
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraMetadataNative.java742 Point mouth = new Point(faceLandmarks[i*FACE_LANDMARK_SIZE+4], in getFaces() local
745 leftEye, rightEye, mouth); in getFaces()
/frameworks/base/core/java/android/hardware/
DCamera.java1808 public Point mouth = null; field in Camera.Face
/frameworks/base/docs/html/about/versions/
Dandroid-4.0.jd424 only detect the face of a subject, but also specific facial features, such as the eyes and mouth.
446 <li>Several {@link android.graphics.Point} objects that indicate where the eyes and mouth are
453 value is greater than zero. Also, some devices may not support identification of eyes and mouth,
Dandroid-4.0-highlights.jd454 use effects such as small eyes, big mouth, big nose, face squeeze, and more.
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt12161 field public android.graphics.Point mouth;
/frameworks/base/api/
Dcurrent.txt13270 field public android.graphics.Point mouth;
Dtest-current.txt13283 field public android.graphics.Point mouth;
Dsystem-current.txt13709 field public android.graphics.Point mouth;