Searched refs:faceExists (Results 1 – 5 of 5) sorted by relevance
296 if (mFaceView != null && mFaceView.faceExists()) { in onAutoFocusMoving()478 boolean faceExists = (mFaceView != null && mFaceView.faceExists()); in updateFocusUI()479 FocusIndicator focusIndicator = (faceExists) ? mFaceView : mPieRenderer; in updateFocusUI()
405 boolean faceExists = (mFaceView != null && mFaceView.faceExists()); in updateFocusUI()406 FocusIndicator focusIndicator = (faceExists) ? mFaceView : mFocusIndicator; in updateFocusUI()
81 public boolean faceExists() { in faceExists() method in FaceView
130 public boolean faceExists() { in faceExists() method in FaceView
133 public boolean faceExists() { in faceExists() method in FaceView