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

/packages/apps/Gallery/tests/src/com/android/camera/
H A DBitmapManagerUnitTests.java82 mBitmapManager.allowThreadDecoding(t);
112 mBitmapManager.allowThreadDecoding(t);
125 mBitmapManager.allowThreadDecoding(t1);
/packages/apps/Gallery/src/com/android/camera/
H A DBitmapManager.java36 * cancelThreadDecoding() is sticky until allowThreadDecoding() is called.
109 public synchronized void allowThreadDecoding(Thread t) { method in class:BitmapManager
H A DImageGetter.java281 BitmapManager.instance().allowThreadDecoding(mGetterThread);
H A DGalleryPicker.java309 BitmapManager.instance().allowThreadDecoding(mWorkerThread);

Completed in 58 milliseconds