Searched refs:mPendingSwitchCameraId (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/
H A DVideoModule.java176 private int mPendingSwitchCameraId; field in class:VideoModule
367 mPendingSwitchCameraId = -1;
523 mPendingSwitchCameraId = state;
1772 mPendingSwitchCameraId = -1;
1801 mCameraId = mPendingSwitchCameraId;
1802 mPendingSwitchCameraId = -1;
H A DPhotoModule.java143 protected int mPendingSwitchCameraId = -1; field in class:PhotoModule
657 Log.i(TAG, "Start to switch camera. id=" + mPendingSwitchCameraId);
659 mCameraId = mPendingSwitchCameraId;
706 mPendingSwitchCameraId = state;
1732 mPendingSwitchCameraId = -1;
/packages/apps/Camera/src/com/android/camera/
H A DPhotoModule.java143 protected int mPendingSwitchCameraId = -1; field in class:PhotoModule
1609 mPendingSwitchCameraId = -1;
2281 if (mPaused || mPendingSwitchCameraId != -1) return;
2283 mPendingSwitchCameraId = cameraId;
2299 Log.v(TAG, "Start to switch camera. id=" + mPendingSwitchCameraId);
2300 mCameraId = mPendingSwitchCameraId;
2301 mPendingSwitchCameraId = -1;
H A DVideoModule.java219 private int mPendingSwitchCameraId; field in class:VideoModule
489 mPendingSwitchCameraId = -1;
1035 mPendingSwitchCameraId = -1;
2291 mCameraId = mPendingSwitchCameraId;
2292 mPendingSwitchCameraId = -1;
2750 if (mPaused || mPendingSwitchCameraId != -1) return;
2752 mPendingSwitchCameraId = cameraId;
H A DActivityBase.java88 protected int mPendingSwitchCameraId = -1; field in class:ActivityBase

Completed in 65 milliseconds