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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LoadStatus.java 20 * Enum for loading status of various SDK parts.
23 LOADING, LOADED, FAILED;
  /external/webkit/WebCore/xml/
XMLHttpRequest.h 52 LOADING = 3,
  /packages/apps/Contacts/src/com/android/contacts/
ContactPhotoLoader.java 76 private static final int LOADING = 1;
91 * photo ID may change before the photo loading request is started.
102 * Thread responsible for loading photos from the database. Created upon
113 * Flag indicating if the image loading is paused.
148 // Send a request to start loading photos
190 * Stops loading images, kills the image loader thread and clears all caches.
210 * Temporarily stops loading photos from the database.
217 * Resumes loading photos from the database.
227 * Sends a message to this thread itself to start loading images. If the current
268 * Goes over pending loading requests and displays loaded photos. If some of th
    [all...]
  /frameworks/base/media/jni/soundpool/
SoundPool.h 53 enum sample_state { UNLOADED, LOADING, READY, UNLOADING };
65 void startLoad() { mState = LOADING; }

Completed in 82 milliseconds