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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/util/
H A DThreadPool.java115 private boolean mIsDone; field in class:ThreadPool.Worker
142 mIsDone = true;
170 return mIsDone;
175 while (!mIsDone) {

Completed in 11 milliseconds