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

  /packages/apps/Gallery/src/com/android/camera/
BitmapManager.java 34 * cancelThreadDecoding() specifying the Thread which is in decoding.
36 * cancelThreadDecoding() is sticky until allowThreadDecoding() is called.
113 public synchronized void cancelThreadDecoding(Thread t, ContentResolver cr) {
  /packages/apps/Gallery/tests/src/com/android/camera/
BitmapManagerUnitTests.java 78 mBitmapManager.cancelThreadDecoding(t, mContext.getContentResolver());
99 mBitmapManager.cancelThreadDecoding(t, mContext.getContentResolver());
111 mBitmapManager.cancelThreadDecoding(t, mContext.getContentResolver());
126 mBitmapManager.cancelThreadDecoding(t2, mContext.getContentResolver());
  /packages/apps/Gallery3D/src/com/cooliris/media/
BitmapManager.java 32 * cancelThreadDecoding() specifying the Thread which is in decoding.
34 * cancelThreadDecoding() is sticky until allowThreadDecoding() is called.
37 * parameter for cancelThreadDecoding. To put a thread into a ThreadSet, use the
125 public synchronized void cancelThreadDecoding(ThreadSet threads) {
127 cancelThreadDecoding(t);
151 public synchronized void cancelThreadDecoding(Thread t) {

Completed in 21 milliseconds