Home
last modified time | relevance | path

Searched refs:allowThreadDecoding (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Gallery/tests/src/com/android/camera/
DBitmapManagerUnitTests.java82 mBitmapManager.allowThreadDecoding(t); in testCanThreadDecoding()
112 mBitmapManager.allowThreadDecoding(t); in testAllowDecoding()
125 mBitmapManager.allowThreadDecoding(t1); in testThreadDecoding()
/packages/apps/Gallery/src/com/android/camera/
DBitmapManager.java109 public synchronized void allowThreadDecoding(Thread t) { in allowThreadDecoding() method in BitmapManager
DImageGetter.java281 BitmapManager.instance().allowThreadDecoding(mGetterThread);
DGalleryPicker.java309 BitmapManager.instance().allowThreadDecoding(mWorkerThread); in startWorker()