Home
last modified time | relevance | path

Searched refs:CAMERA_OPEN (Results 1 – 1 of 1) sorted by relevance

/pdk/apps/TestingCamera/src/com/android/testingcamera/
DTestingCamera.java169 private static final int CAMERA_OPEN = 1; field in TestingCamera
385 mState = CAMERA_OPEN; in onPause()
435 if (mState >= CAMERA_OPEN) { in surfaceChanged()
647 mState = CAMERA_OPEN;
937 mState = CAMERA_OPEN;
953 case CAMERA_OPEN:
1012 if (mState < CAMERA_OPEN) { in setUpCamera()
1033 mState = CAMERA_OPEN; in setUpCamera()
1124 mState = CAMERA_OPEN; in setUpCamera()
1131 if (mState >= CAMERA_OPEN) { in resetCamera()
[all …]