Home
last modified time | relevance | path

Searched refs:mDecodeWorkQueue (Results 1 – 1 of 1) sorted by relevance

/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoManager.java95 private final BlockingQueue<Runnable> mDecodeWorkQueue; field in PhotoManager
136 mDecodeWorkQueue = new LinkedBlockingQueue<Runnable>(); in PhotoManager()
154 KEEP_ALIVE_TIME, KEEP_ALIVE_TIME_UNIT, mDecodeWorkQueue); in PhotoManager()