Searched refs:mDecodeThreadPool (Results 1 – 1 of 1) sorted by relevance
104 private final ThreadPoolExecutor mDecodeThreadPool; field in PhotoManager153 mDecodeThreadPool = new ThreadPoolExecutor(NUMBER_OF_CORES, NUMBER_OF_CORES, in PhotoManager()299 mDecodeThreadPool.execute(photoTask.getPhotoDecodeRunnable()); in handleState()