HomeSort by relevance Sort by last modified time
    Searched refs:mProcessInProgress (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/tests/java_api/LivePreview/src/com/android/rs/livepreview/
CameraPreviewActivity.java 87 private boolean mProcessInProgress = false;
330 mProcessInProgress = false;
344 if (mProcessInProgress || mState != STATE_PREVIEW) {
361 mProcessInProgress = true;
370 mProcessInProgress = true;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java 99 private boolean mProcessInProgress = false;
588 mProcessInProgress = false;
624 if (mProcessInProgress || mState != STATE_PREVIEW) return;
662 mProcessInProgress = true;

Completed in 351 milliseconds