OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FifoPriorityThreadPoolExecutor
(Results
1 - 3
of
3
) sorted by null
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/executor/
FifoPriorityThreadPoolExecutor.java
17
public class
FifoPriorityThreadPoolExecutor
extends ThreadPoolExecutor {
22
* {@link com.bumptech.glide.load.engine.executor.
FifoPriorityThreadPoolExecutor
.DefaultThreadFactory}.
26
public
FifoPriorityThreadPoolExecutor
(int poolSize) {
30
public
FifoPriorityThreadPoolExecutor
(int corePoolSize, int maximumPoolSize, long keepAlive, TimeUnit timeUnit,
68
throw new IllegalArgumentException("
FifoPriorityThreadPoolExecutor
must be given Runnables that "
/external/glide/library/src/main/java/com/bumptech/glide/
GlideBuilder.java
17
import com.bumptech.glide.load.engine.executor.
FifoPriorityThreadPoolExecutor
;
86
* @see com.bumptech.glide.load.engine.executor.
FifoPriorityThreadPoolExecutor
106
* @see com.bumptech.glide.load.engine.executor.
FifoPriorityThreadPoolExecutor
148
sourceService = new
FifoPriorityThreadPoolExecutor
(cores);
151
diskCacheService = new
FifoPriorityThreadPoolExecutor
(1);
/packages/apps/Camera2/src/com/android/camera/
CameraActivity.java
160
import com.bumptech.glide.load.engine.executor.
FifoPriorityThreadPoolExecutor
;
[
all
...]
Completed in 323 milliseconds