Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/params/
DFace.java92 @NonNull Point mouthPosition) { in Face() argument
93 init(bounds, score, id, leftEyePosition, rightEyePosition, mouthPosition); in Face()
128 @Nullable Point mouthPosition) { in init() argument
135 checkNull("mouthPosition", mouthPosition); in init()
137 checkFace(leftEyePosition, rightEyePosition, mouthPosition); in init()
144 mMouth = mouthPosition; in init()
290 @Nullable Point rightEyePosition, @Nullable Point mouthPosition) { in checkFace() argument
291 if (leftEyePosition != null || rightEyePosition != null || mouthPosition != null) { in checkFace()
292 if (leftEyePosition == null || rightEyePosition == null || mouthPosition == null) { in checkFace()
475 public @NonNull Builder setMouthPosition(@NonNull Point mouthPosition) { in setMouthPosition() argument
[all …]