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

/packages/apps/Camera/src/com/android/camera/
H A DCamera.java866 // thread until the queue length drops below the threshold (QUEUE_LIMIT).
873 private static final int QUEUE_LIMIT = 3; field in class:Camera.ImageSaver
901 while (mQueue.size() >= QUEUE_LIMIT) {

Completed in 85 milliseconds