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

/packages/apps/Camera2/src/com/android/camera/
H A DVideoModule.java178 private int mPendingSwitchCameraId; field in class:VideoModule
369 mPendingSwitchCameraId = -1;
525 mPendingSwitchCameraId = state;
1740 mPendingSwitchCameraId = -1;
1769 mCameraId = mPendingSwitchCameraId;
1770 mPendingSwitchCameraId = -1;
H A DPhotoModule.java149 protected int mPendingSwitchCameraId = -1; field in class:PhotoModule
666 Log.i(TAG, "Start to switch camera. id=" + mPendingSwitchCameraId);
668 mCameraId = mPendingSwitchCameraId;
715 mPendingSwitchCameraId = state;
1752 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 61 milliseconds