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

/packages/apps/Camera2/src/com/android/camera/
H A DVideoModule.java165 private int mPendingSwitchCameraId; field in class:VideoModule
374 mPendingSwitchCameraId = -1;
812 mPendingSwitchCameraId = -1;
1611 mCameraId = mPendingSwitchCameraId;
1612 mPendingSwitchCameraId = -1;
1791 if (mPaused || mPendingSwitchCameraId != -1) return;
1793 mPendingSwitchCameraId = cameraId;
H A DPhotoModule.java131 protected int mPendingSwitchCameraId = -1; field in class:PhotoModule
455 Log.v(TAG, "Start to switch camera. id=" + mPendingSwitchCameraId);
456 mCameraId = mPendingSwitchCameraId;
457 mPendingSwitchCameraId = -1;
1298 mPendingSwitchCameraId = -1;
1856 if (mPaused || mPendingSwitchCameraId != -1) return;
1858 mPendingSwitchCameraId = cameraId;
/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 158 milliseconds