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

/pdk/apps/TestingCamera/src/com/android/testingcamera/
H A DTestingCamera.java157 private int mState = CAMERA_UNINITIALIZED; field in class:TestingCamera
308 if (mState == CAMERA_RECORD) {
314 if (mState == CAMERA_PREVIEW) {
316 mState = CAMERA_OPEN;
324 mState = CAMERA_UNINITIALIZED;
335 if (mState >= CAMERA_OPEN) {
434 if (mState == CAMERA_PREVIEW) {
450 if (mState == CAMERA_PREVIEW) {
486 if (mState == CAMERA_TAKE_PICTURE) {
493 mState
[all...]

Completed in 4 milliseconds