Searched refs:mGetterThread (Results 1 – 1 of 1) sorted by relevance
68 private Thread mGetterThread; field in ImageGetter228 mGetterThread = new Thread(new ImageGetterRunnable());229 mGetterThread.setName("ImageGettter");230 mGetterThread.start();235 Util.Assert(mGetterThread != null);237 BitmapManager.instance().cancelThreadDecoding(mGetterThread, mCr);260 mGetterThread.join();264 mGetterThread = null;281 BitmapManager.instance().allowThreadDecoding(mGetterThread);