Searched defs:preloading (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/
H A DContactPhotoManager.java755 private void cacheBitmap(Object key, byte[] bytes, boolean preloading, int requestedExtent) { argument
774 if (!preloading) {
891 * Kicks off preloading of the next batch of photos on the background thread.
895 * If preloading is already complete, does nothing.
912 * Sends a message to this thread to load requested photos. Cancels a preloading
913 * request, if any: we don't want preloading to impede loading of the photos
942 * another cycle of preloading after a delay. The whole process ends when
1027 private void loadThumbnails(boolean preloading) { argument
1033 // the preloading process to load them again.
1034 if (!preloading
[all...]

Completed in 47 milliseconds