Home
last modified time | relevance | path

Searched refs:mRightEye (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/params/
DFace.java59 private Point mRightEye; field in Face
143 mRightEye = rightEyePosition; in init()
235 return mRightEye; in getRightEyePosition()
262 mBounds, mScore, mId, mLeftEye, mRightEye, mMouth); in toString()
327 private Point mRightEye = null; field in Face.Builder
339 mRightEye = current.mRightEye; in Builder()
457 mRightEye = rightEyePosition; in setRightEyePosition()
494 checkIdUnsupportedThenNull(mRightEye, FIELD_NAME_RIGHT_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/
Dhiddenapi-max-target-o.txt19300 Landroid/hardware/camera2/params/Face;->mRightEye:Landroid/graphics/Point;