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

/packages/apps/Camera/src/com/android/camera/
H A DPhotoModule.java111 private static final int SWITCH_CAMERA = 7; field in class:PhotoModule
410 case SWITCH_CAMERA: {
1602 mHandler.removeMessages(SWITCH_CAMERA);
2365 mHandler.sendEmptyMessage(SWITCH_CAMERA);
H A DVideoModule.java106 private static final int SWITCH_CAMERA = 8; field in class:VideoModule
301 case SWITCH_CAMERA: {
1033 mHandler.removeMessages(SWITCH_CAMERA);
2323 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 392 milliseconds