Searched refs:mMouth (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/hardware/camera2/params/ |
D | Face.java | 60 private Point mMouth; field in Face 144 mMouth = mouthPosition; in init() 252 return mMouth; in getMouthPosition() 262 mBounds, mScore, mId, mLeftEye, mRightEye, mMouth); in toString() 328 private Point mMouth = null; field in Face.Builder 340 mMouth = current.mMouth; in Builder() 478 mMouth = mouthPosition; in setMouthPosition() 495 checkIdUnsupportedThenNull(mMouth, FIELD_NAME_MOUTH); in build() 497 checkFace(mLeftEye, mRightEye, mMouth); in build() 501 return new Face(mBounds, mScore, mId, mLeftEye, mRightEye, mMouth); in build()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 19299 Landroid/hardware/camera2/params/Face;->mMouth:Landroid/graphics/Point;
|