Lines Matching refs:Facing
58 import com.android.camera.one.OneCamera.Facing;
154 /** The direction the currently opened camera is facing to. */
155 private Facing mCameraFacing;
518 (mCameraFacing == Facing.FRONT),
764 // facing.
767 mOneCameraManager.findFirstCameraFacing(Facing.BACK).getValue());
776 return mOneCameraManager.hasCameraFacing(Facing.FRONT);
920 if (mCameraCharacteristics.getCameraDirection() == Facing.FRONT) {
1127 "Hdr plus should never be switching from front facing camera.");
1355 boolean useHdr = mHdrPlusEnabled && mCameraFacing == Facing.BACK;
1524 * Re-initialize the camera if e.g. the HDR mode or facing property changed.
1539 * Returns which way around the camera is facing, based on it's ID.
1544 private static Facing getFacingFromCameraId(int cameraId) {
1545 return cameraId == 1 ? Facing.FRONT : Facing.BACK;