Home | History | Annotate | Download | only in contacts

Lines Matching full:loading

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 the
269 * photos still haven't been loaded, sends another request for image loading.
321 * concurrent change, we will need to check the map again once loading
330 holder.state = BitmapHolder.LOADING;
338 * The thread that performs loading of photos from the database.