Searched refs:currentThread (Results 1 – 6 of 6) sorted by relevance
239 public void setDownloadThread(Thread currentThread) { in setDownloadThread() argument240 setCurrentThread(currentThread); in setDownloadThread()270 public void setImageDecodeThread(Thread currentThread) { in setImageDecodeThread() argument271 setCurrentThread(currentThread); in setImageDecodeThread()
65 void setImageDecodeThread(Thread currentThread); in setImageDecodeThread() argument118 mPhotoTask.setImageDecodeThread(Thread.currentThread()); in run()
66 void setDownloadThread(Thread currentThread); in setDownloadThread() argument114 mPhotoTask.setDownloadThread(Thread.currentThread()); in run()
113 if (Thread.currentThread().isInterrupted()) { in parseXml()
148 while (!Thread.currentThread().isInterrupted()) { in run()235 while (!Thread.currentThread().isInterrupted()) { in run()
214 final String tempName = mFile.getName() + ".tmp_" + Thread.currentThread().getId(); in writeMetadataAndContent()