Searched refs:cancelThreadDecoding (Results 1 – 7 of 7) sorted by relevance
78 mBitmapManager.cancelThreadDecoding(t, mContext.getContentResolver()); in testCanThreadDecoding()99 mBitmapManager.cancelThreadDecoding(t, mContext.getContentResolver()); in testCancelDecoding()111 mBitmapManager.cancelThreadDecoding(t, mContext.getContentResolver()); in testAllowDecoding()126 mBitmapManager.cancelThreadDecoding(t2, mContext.getContentResolver()); in testThreadDecoding()
125 public synchronized void cancelThreadDecoding(ThreadSet threads) { in cancelThreadDecoding() method in BitmapManager127 cancelThreadDecoding(t); in cancelThreadDecoding()151 public synchronized void cancelThreadDecoding(Thread t) { in cancelThreadDecoding() method in BitmapManager
526 BitmapManager.instance().cancelThreadDecoding(mDecodingThreads); in onPause()
166 BitmapManager.instance().cancelThreadDecoding(t, mCr); in stop()
113 public synchronized void cancelThreadDecoding(Thread t, ContentResolver cr) { in cancelThreadDecoding() method in BitmapManager
237 BitmapManager.instance().cancelThreadDecoding(mGetterThread, mCr);
315 BitmapManager.instance().cancelThreadDecoding(mWorkerThread, getContentResolver()); in abortWorker()