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

/packages/apps/Camera2/src/com/android/camera/
H A DVideoModule.java181 private int mPendingSwitchCameraId; field in class:VideoModule
364 mPendingSwitchCameraId = -1;
513 mPendingSwitchCameraId = state;
1808 mPendingSwitchCameraId = -1;
1837 mCameraId = mPendingSwitchCameraId;
1838 mPendingSwitchCameraId = -1;
H A DPhotoModule.java141 protected int mPendingSwitchCameraId = -1; field in class:PhotoModule
489 Log.i(TAG, "Start to switch camera. id=" + mPendingSwitchCameraId);
491 mCameraId = mPendingSwitchCameraId;
542 mPendingSwitchCameraId = state;
1572 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 94 milliseconds