Searched refs:mThreadPoolFast (Results 1 – 1 of 1) sorted by relevance
117 protected final ExecutorService mThreadPoolFast; field in ImageBackend152 mThreadPoolFast = Executors.newFixedThreadPool(NUM_THREADS_FAST, new FastThreadFactory()); in ImageBackend()179 mThreadPoolFast = fastService; in ImageBackend()575 mThreadPoolFast.shutdown(); in shutdown()678 mThreadPoolFast.execute(new TaskDoneWrapper(this, shadowTask, task)); in scheduleTasks()