Searched refs:mDecodeThread (Results 1 – 1 of 1) sorted by relevance
41 private Thread mDecodeThread; field in ImageLoader51 if (mDecodeThread == null) { in getBitmap()147 if (mDecodeThread != null) { in start()154 mDecodeThread = t; in start()163 if (mDecodeThread != null) { in stop()165 Thread t = mDecodeThread; in stop()168 mDecodeThread = null; in stop()