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.java168 private static final int CAMERA_OPEN = 1; field in TestingCamera
354 mState = CAMERA_OPEN; in onPause()
403 if (mState >= CAMERA_OPEN) { in surfaceChanged()
615 mState = CAMERA_OPEN;
905 mState = CAMERA_OPEN;
921 case CAMERA_OPEN:
980 if (mState < CAMERA_OPEN) { in setUpCamera()
1001 mState = CAMERA_OPEN; in setUpCamera()
1090 mState = CAMERA_OPEN; in setUpCamera()
1097 if (mState >= CAMERA_OPEN) { in resetCamera()
[all …]