Searched defs:SWITCH_CAMERA (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera/src/com/android/camera/
H A DCamera.java99 private static final int SWITCH_CAMERA = 8; field in class:Camera
353 case SWITCH_CAMERA: {
1654 mHandler.removeMessages(SWITCH_CAMERA);
2295 mHandler.sendEmptyMessage(SWITCH_CAMERA);
H A DVideoCamera.java99 private static final int SWITCH_CAMERA = 8; field in class:VideoCamera
265 case SWITCH_CAMERA: {
980 mHandler.removeMessages(SWITCH_CAMERA);
2212 mHandler.sendEmptyMessage(SWITCH_CAMERA);
/packages/apps/LegacyCamera/src/com/android/camera/
H A DVideoCamera.java110 private static final boolean SWITCH_CAMERA = true; field in class:VideoCamera

Completed in 41 milliseconds