Searched defs:NUM_THREADS_SLOW (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
H A DImageBackend.java94 protected static final int NUM_THREADS_SLOW = 2; field in class:ImageBackend
155 mThreadPoolSlow = Executors.newFixedThreadPool(NUM_THREADS_SLOW, new SlowThreadFactory());

Completed in 47 milliseconds