Searched refs:sExecutor (Results 1 – 5 of 5) sorted by relevance
39 private static Executor sExecutor; field in ForegroundThread51 sExecutor = new HandlerExecutor(sHandler); in ensureInstanceLocked()90 return sExecutor; in getExecutor()
39 private static Executor sExecutor; field in BackgroundThread51 sExecutor = new HandlerExecutor(sHandler); in ensureInstanceLocked()90 return sExecutor; in getExecutor()
31 private static Executor sExecutor; field in AsyncTaskUtil35 sExecutor = (Executor) AsyncTask.class.getField("THREAD_POOL_EXECUTOR")54 sMethodExecuteOnExecutor.invoke(task, sExecutor, params); in executeInParallel()
46 private static final ExecutorService sExecutor = Executors.newCachedThreadPool(); field in WallpaperInfo219 return sExecutor.submit(() -> { in computePlaceholderColor()
98 private static final Executor sExecutor = Executors.newCachedThreadPool(); field in ImagePreviewFragment354 sExecutor.execute(() -> { in recalculateColors()