Searched refs:mLeftEye (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/hardware/camera2/params/ |
D | Face.java | 58 private Point mLeftEye; field in Face 142 mLeftEye = leftEyePosition; in init() 219 return mLeftEye; in getLeftEyePosition() 262 mBounds, mScore, mId, mLeftEye, mRightEye, mMouth); in toString() 326 private Point mLeftEye = null; field in Face.Builder 338 mLeftEye = current.mLeftEye; in Builder() 437 mLeftEye = leftEyePosition; in setLeftEyePosition() 493 checkIdUnsupportedThenNull(mLeftEye, FIELD_NAME_LEFT_EYE); 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 | 19298 Landroid/hardware/camera2/params/Face;->mLeftEye:Landroid/graphics/Point;
|