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

/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DThreadPool.java35 public static final JobContext JOB_CONTEXT_STUB = new JobContextStub();
40 // A Job is like a Callable, but it has an addition JobContext parameter.
42 public T run(JobContext jc);
45 public interface JobContext { interface in class:ThreadPool
51 private static class JobContextStub implements JobContext {
100 private class Worker<T> implements Runnable, Future<T>, JobContext {
177 // Below are the methods for JobContext (only called from the

Completed in 20 milliseconds