MCPcopy Create free account

hub / github.com/cuub/sugared-list-animations-sample / functions

Functions26 in github.com/cuub/sugared-list-animations-sample

↓ 2 callersMethodaddBitmapToCache
Adds this bitmap to the cache. @param bitmap The newly downloaded bitmap.
src/com/cuubonandroid/sugaredlistanimations/sample/ImageDownloader.java:344
↓ 2 callersMethodcancelPotentialDownload
Returns true if the current download has been canceled or if there was no download in progress on this image view. Returns false if the download in pr
src/com/cuubonandroid/sugaredlistanimations/sample/ImageDownloader.java:122
↓ 2 callersMethodclearCache
Clears the image cache used internally to improve performance. Note that for memory efficiency reasons, the cache will automatically be cleared after
src/com/cuubonandroid/sugaredlistanimations/sample/ImageDownloader.java:390
↓ 2 callersMethoddownload
Download the specified image from the Internet and binds it to the provided ImageView. The binding is immediate if the image is found in the cache and
src/com/cuubonandroid/sugaredlistanimations/sample/ImageDownloader.java:60
↓ 2 callersMethoddownloadBitmap
(String url)
src/com/cuubonandroid/sugaredlistanimations/sample/ImageDownloader.java:153
↓ 2 callersMethodgetBitmapDownloaderTask
()
src/com/cuubonandroid/sugaredlistanimations/sample/ImageDownloader.java:292
↓ 1 callersMethodforceDownload
Same as download but the image is always downloaded and the cache is not used. Kept private at the moment as its interest is not clear.
src/com/cuubonandroid/sugaredlistanimations/sample/ImageDownloader.java:84
↓ 1 callersMethodgetBitmapDownloaderTask
@param imageView Any imageView @return Retrieve the currently active download task (if any) associated with this imageView. null if there is n
src/com/cuubonandroid/sugaredlistanimations/sample/ImageDownloader.java:142
↓ 1 callersMethodgetBitmapFromCache
@param url The URL of the image that will be retrieved from the cache. @return The cached bitmap or null if it was not found.
src/com/cuubonandroid/sugaredlistanimations/sample/ImageDownloader.java:356
↓ 1 callersMethodresetPurgeTimer
Allow a new delay before the automatic cache clear is done.
src/com/cuubonandroid/sugaredlistanimations/sample/ImageDownloader.java:398
MethodBitmapDownloaderTask
(ImageView imageView)
src/com/cuubonandroid/sugaredlistanimations/sample/ImageDownloader.java:236
MethodDownloadedDrawable
(BitmapDownloaderTask bitmapDownloaderTask)
src/com/cuubonandroid/sugaredlistanimations/sample/ImageDownloader.java:287
MethodFlushedInputStream
(InputStream inputStream)
src/com/cuubonandroid/sugaredlistanimations/sample/ImageDownloader.java:206
MethodNowImageAdapter
(Context context, SpeedScrollListener scrollListener)
src/com/cuubonandroid/sugaredlistanimations/sample/NowImageAdapter.java:73
MethodPlusImageAdapter
(Context context, SpeedScrollListener scrollListener)
src/com/cuubonandroid/sugaredlistanimations/sample/PlusImageAdapter.java:73
MethoddoInBackground
Actual download method.
src/com/cuubonandroid/sugaredlistanimations/sample/ImageDownloader.java:243
MethodgetRowView
(int position, View convertView, ViewGroup parent)
src/com/cuubonandroid/sugaredlistanimations/sample/NowImageAdapter.java:78
MethodgetRowView
(int position, View convertView, ViewGroup parent)
src/com/cuubonandroid/sugaredlistanimations/sample/PlusImageAdapter.java:78
MethodonCreate
(Bundle savedInstanceState)
src/com/cuubonandroid/sugaredlistanimations/sample/MainActivity.java:17
MethodonCreateOptionsMenu
(Menu menu)
src/com/cuubonandroid/sugaredlistanimations/sample/MainActivity.java:28
MethodonMenuItemSelected
(int featureId, MenuItem item)
src/com/cuubonandroid/sugaredlistanimations/sample/MainActivity.java:35
MethodonPostExecute
Once the image is downloaded, associates it to the imageView
src/com/cuubonandroid/sugaredlistanimations/sample/ImageDownloader.java:252
MethodremoveEldestEntry
(LinkedHashMap.Entry<String, Bitmap> eldest)
src/com/cuubonandroid/sugaredlistanimations/sample/ImageDownloader.java:315
Methodrun
()
src/com/cuubonandroid/sugaredlistanimations/sample/ImageDownloader.java:334
MethodsetMode
(Mode mode)
src/com/cuubonandroid/sugaredlistanimations/sample/ImageDownloader.java:297
Methodskip
(long n)
src/com/cuubonandroid/sugaredlistanimations/sample/ImageDownloader.java:210