HomeSort by relevance Sort by last modified time
    Searched refs:allowThreadDecoding (Results 1 - 4 of 4) sorted by null

  /packages/apps/Gallery/tests/src/com/android/camera/
BitmapManagerUnitTests.java 82 mBitmapManager.allowThreadDecoding(t);
112 mBitmapManager.allowThreadDecoding(t);
125 mBitmapManager.allowThreadDecoding(t1);
  /packages/apps/Gallery/src/com/android/camera/
BitmapManager.java 36 * cancelThreadDecoding() is sticky until allowThreadDecoding() is called.
109 public synchronized void allowThreadDecoding(Thread t) {
ImageGetter.java 281 BitmapManager.instance().allowThreadDecoding(mGetterThread);
GalleryPicker.java 309 BitmapManager.instance().allowThreadDecoding(mWorkerThread);

Completed in 447 milliseconds