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

  /packages/apps/Gallery/src/com/android/camera/
BitmapManager.java 36 * cancelThreadDecoding() is sticky until allowThreadDecoding() is called.
109 public synchronized void allowThreadDecoding(Thread t) {
  /packages/apps/Gallery3D/src/com/cooliris/media/
BitmapManager.java 34 * cancelThreadDecoding() is sticky until allowThreadDecoding() is called.
119 public synchronized void allowThreadDecoding(ThreadSet threads) {
121 allowThreadDecoding(t);
147 public synchronized void allowThreadDecoding(Thread t) {

Completed in 1546 milliseconds