Searched refs:mouthPosition (Results 1 – 1 of 1) sorted by relevance
92 @NonNull Point mouthPosition) { in Face() argument93 init(bounds, score, id, leftEyePosition, rightEyePosition, mouthPosition); in Face()128 @Nullable Point mouthPosition) { in init() argument135 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() argument291 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 …]