Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DWorkS/VolleyPlus
/ functions
Functions
990 in github.com/DWorkS/VolleyPlus
⨍
Functions
990
◇
Types & classes
161
↓ 59 callers
Method
get
Retrieves an entry from the cache. @param key Cache key @return An {@link Entry} or null in the event of a cache miss
library/src/com/android/volley/Cache.java:31
↓ 53 callers
Method
d
(String format, Object... args)
library/src/com/android/volley/VolleyLog.java:57
↓ 43 callers
Method
append
(ByteArrayBuffer buf, String data)
library/src/com/android/volley/toolbox/multipart/BasePart.java:50
↓ 41 callers
Method
close
Closes the cache.
library/src/com/android/volley/Cache.java:72
↓ 38 callers
Method
write
(int b)
library/src/com/android/volley/misc/DiskLruCache.java:699
↓ 37 callers
Method
add
Adds a Request to the dispatch queue. @param request The request to service @return The passed-in request
library/src/com/android/volley/RequestQueue.java:235
↓ 35 callers
Method
addMarker
Adds an event to this request's event log; for debugging.
library/src/com/android/volley/Request.java:241
↓ 34 callers
Method
getUrl
()
library/src/com/android/volley/Volley.java:88
↓ 29 callers
Method
e
(String format, Object... args)
library/src/com/android/volley/VolleyLog.java:61
↓ 29 callers
Method
put
Adds or replaces an entry to the cache. @param key Cache key @param entry Data to store and metadata for cache coherency, TTL, etc.
library/src/com/android/volley/Cache.java:38
↓ 28 callers
Method
getResources
()
library/src/com/android/volley/toolbox/ImageLoader.java:635
↓ 26 callers
Method
remove
Removes an entry from the cache. @param key Cache key
library/src/com/android/volley/Cache.java:57
↓ 25 callers
Method
getValue
Helper method that 'unpacks' a Matrix and returns the required value @param matrix - Matrix to unpack @param whichValue - Which value from Matrix
library/src/com/android/volley/ui/PhotoView.java:908
↓ 21 callers
Method
toString
()
library/src/com/android/volley/misc/StrictLineReader.java:175
↓ 20 callers
Method
read
Simple wrapper around {@link InputStream#read()} that throws EOFException instead of returning -1.
library/src/com/android/volley/misc/IOUtils.java:27
↓ 19 callers
Method
delete
Closes the cache and deletes all of its stored values. This will delete all files in the cache directory including files that weren't created by the c
library/src/com/android/volley/misc/DiskLruCache.java:637
↓ 19 callers
Method
getString
Returns the last committed value as a string, or null if no value has been committed.
library/src/com/android/volley/misc/DiskLruCache.java:741
↓ 18 callers
Method
error
Returns a failed response containing the given error code and an optional localized message displayed to the user.
library/src/com/android/volley/Response.java:60
↓ 17 callers
Method
size
Returns the number of bytes currently being used to store the values in this cache. This may be greater than the max size if a background deletion is
library/src/com/android/volley/misc/DiskLruCache.java:488
↓ 16 callers
Method
getBitmap
(String url)
library/src/com/android/volley/toolbox/ImageCache.java:11
↓ 14 callers
Method
onResponse
Listens for non-error changes to the loading of the image request. @param response Holds all information pertaining to the request, as well as the bi
library/src/com/android/volley/toolbox/ImageLoader.java:181
↓ 14 callers
Method
success
Returns a successful response containing the parsed result.
library/src/com/android/volley/Response.java:52
↓ 13 callers
Method
setOnClickListener
(OnClickListener listener)
library/src/com/android/volley/ui/PhotoView.java:363
↓ 13 callers
Method
setTag
Set a tag on this request. Can be used to cancel all requests with this tag by {@link RequestQueue#cancelAll(Object)}. @return This Request object to
library/src/com/android/volley/Request.java:185
↓ 12 callers
Method
getDrawable
Returns the bound drawable. May be {@code null} if no drawable is bound.
library/src/com/android/volley/ui/PhotoView.java:527
↓ 12 callers
Method
invalidate
Invalidates an entry in the cache. @param key Cache key @param fullExpire True to fully expire the entry, false to soft expire
library/src/com/android/volley/Cache.java:51
↓ 12 callers
Method
set
Issues a bitmap request with the given URL if that image is not available in the cache, and returns a bitmap container that contains all of the data r
library/src/com/android/volley/toolbox/ImageLoader.java:302
↓ 11 callers
Method
endSection
Ends systrace tracing for the most recently begun section. No-op on unsupported platform versions. @see android.os.Trace#endSection()
library/src/com/android/volley/misc/Trace.java:50
↓ 11 callers
Method
flush
Flushes the cache.
library/src/com/android/volley/Cache.java:67
↓ 11 callers
Method
toString
()
library/src/com/android/volley/Request.java:723
↓ 10 callers
Method
getExpire
@return
library/src/com/android/volley/Request.java:770
↓ 10 callers
Method
getResizedDimension
Scales one side of a rectangle to fit aspect ratio. @param maxPrimary Maximum size of the primary dimension (i.e. width for max width), or zer
library/src/com/android/volley/request/ImageRequest.java:141
↓ 10 callers
Method
getSoftExpire
@return
library/src/com/android/volley/Request.java:762
↓ 10 callers
Method
parseCacheHeaders
Extracts a {@link Cache.Entry} from a {@link NetworkResponse}. Cache-control headers are ignored if soft_expire and expire both are non zero @param re
library/src/com/android/volley/toolbox/HttpHeaderParser.java:45
↓ 10 callers
Method
write
(int b)
library/src/com/android/volley/toolbox/multipart/OutputStreamProgress.java:18
↓ 9 callers
Method
finish
Notifies the request queue that this request has finished (successfully or with error). <p>Also dumps all events from this request's event log; for d
library/src/com/android/volley/Request.java:255
↓ 9 callers
Method
readLong
(InputStream is)
library/src/com/android/volley/misc/IOUtils.java:62
↓ 9 callers
Method
stop
Stops the animation in place. It does not snap the image to its final translation.
library/src/com/android/volley/ui/PhotoView.java:1334
↓ 9 callers
Method
v
(String format, Object... args)
library/src/com/android/volley/VolleyLog.java:51
↓ 9 callers
Method
writeLong
(OutputStream os, long n)
library/src/com/android/volley/misc/IOUtils.java:51
↓ 8 callers
Method
getMessage
()
library/src/com/android/volley/error/AuthFailureError.java:53
↓ 8 callers
Method
getTag
Returns this request's tag. @see Request#setTag(Object)
library/src/com/android/volley/Request.java:194
↓ 8 callers
Method
onProgress
Callback method thats called on each byte transfer.
library/src/com/android/volley/Response.java:48
↓ 8 callers
Method
pack
(final InputStreamBuffer bytes, int offset, int length, final boolean littleEndian)
library/src/com/android/volley/misc/Exif.java:185
↓ 7 callers
Method
cancelRequest
Releases interest in the in-flight request (and cancels it if no one else is listening).
library/src/com/android/volley/toolbox/ImageLoader.java:451
↓ 7 callers
Method
encode
(final String content, final String encoding)
library/src/com/android/volley/toolbox/multipart/UrlEncodingHelper.java:12
↓ 7 callers
Method
getCache
()
library/src/com/android/volley/toolbox/ImageLoader.java:124
↓ 7 callers
Method
getCacheDir
()
library/src/com/android/volley/Volley.java:92
↓ 7 callers
Method
getContentLength
(Boundary boundary)
library/src/com/android/volley/toolbox/multipart/Part.java:10
↓ 7 callers
Method
getInstance
Find and return an existing BitmapCache stored in a {@link RetainFragment}, if not found a new one is created using the supplied params and saved to a
library/src/com/android/volley/cache/BitmapCache.java:61
↓ 7 callers
Method
hasHoneycomb
()
library/src/com/android/volley/misc/Utils.java:112
↓ 7 callers
Method
readLine
Reads the next line. A line ends with {@code "\n"} or {@code "\r\n"}, this end of line marker is not included in the result. @return the next line fr
library/src/com/android/volley/misc/StrictLineReader.java:147
↓ 7 callers
Method
setImageBitmap
Sets a {@link android.graphics.Bitmap} to an {@link android.widget.ImageView} using a fade-in animation. If there is a {@link android.graphics.drawabl
library/src/com/android/volley/cache/SimpleImageLoader.java:395
↓ 6 callers
Method
abort
Aborts this edit. This releases the edit lock so another edit may be started on the same key.
library/src/com/android/volley/misc/DiskLruCache.java:808
↓ 6 callers
Method
advanceTo
Attempts to advance the head of the buffer to the requested index. If the index is less than the head of the buffer, the internal state will not be ch
library/src/com/android/volley/misc/InputStreamBuffer.java:189
↓ 6 callers
Method
buildMessage
Formats the caller's provided message and prepends useful info like calling thread ID and method name.
library/src/com/android/volley/VolleyLog.java:81
↓ 6 callers
Method
clear
()
library/src/com/android/volley/toolbox/ImageCache.java:14
↓ 6 callers
Method
getCacheKey
Returns the cache key for this request. By default, this is the URL.
library/src/com/android/volley/Request.java:340
↓ 6 callers
Method
getInputStream
Returns the unbuffered stream with the value for {@code index}.
library/src/com/android/volley/misc/DiskLruCache.java:677
↓ 6 callers
Method
getRequestQueue
()
sample/src/com/volley/demo/util/MyVolley.java:46
↓ 6 callers
Method
newRequestQueue
Creates a default instance of the worker pool and calls {@link RequestQueue#start()} on it. @param context A {@link Context} to use for creating the
library/src/com/android/volley/Volley.java:138
↓ 6 callers
Method
parseCharset
Retrieve a charset from headers @param headers An {@link java.util.Map} of headers @param defaultCharset Charset to return if none can be found @retu
library/src/com/android/volley/toolbox/HttpHeaderParser.java:262
↓ 6 callers
Method
readString
(CountingInputStream is)
library/src/com/android/volley/misc/IOUtils.java:81
↓ 6 callers
Method
setListener
(ProgressListener listener)
library/src/com/android/volley/toolbox/multipart/MultipartProgressEntity.java:13
↓ 6 callers
Method
writeString
(OutputStream os, String s)
library/src/com/android/volley/misc/IOUtils.java:75
↓ 5 callers
Method
attemptRetryOnException
Attempts to prepare the request for a retry. If there are no more attempts remaining in the request's retry policy, a timeout exception is thrown. @pa
library/src/com/android/volley/toolbox/BasicNetwork.java:200
↓ 5 callers
Method
beginSection
Begins systrace tracing for a given tag. No-op on unsupported platform versions. @param tag systrace tag to use @see android.os.Trace#beg
library/src/com/android/volley/misc/Trace.java:38
↓ 5 callers
Method
cancelAll
Cancels all requests in this queue for which the given filter applies. @param filter The filtering function to use
library/src/com/android/volley/RequestQueue.java:204
↓ 5 callers
Method
containsKey
(String key)
library/src/com/android/volley/cache/DiskLruImageCache.java:134
↓ 5 callers
Method
decodeStream
Create a bitmap from a local URI @param resolver The ContentResolver @param uri The local URI @param maxSize The maximum size (either width or
library/src/com/android/volley/misc/ImageUtils.java:169
↓ 5 callers
Method
deleteIfExists
(File file)
library/src/com/android/volley/misc/DiskLruCache.java:369
↓ 5 callers
Method
findBestSampleSize
( int actualWidth, int actualHeight, int desiredWidth, int desiredHeight)
library/src/com/android/volley/misc/ImageUtils.java:44
↓ 5 callers
Method
getCacheKey
Creates a cache key for use with the L1 cache. @param url The URL of the request. @param maxWidth The max-width of the output. @param maxHeight The ma
library/src/com/android/volley/toolbox/ImageLoader.java:605
↓ 5 callers
Method
getCleanFile
(int i)
library/src/com/android/volley/misc/DiskLruCache.java:914
↓ 5 callers
Method
getInstance
Find and return an existing BitmapCache stored in a {@link RetainFragment}, if not found a new one is created using the supplied params and saved to a
library/src/com/android/volley/cache/BitmapImageCache.java:65
↓ 5 callers
Method
getParams
Returns a Map of parameters to be used for a POST or PUT request. Can throw {@link AuthFailureError} as authentication may be required to provide the
library/src/com/android/volley/Request.java:467
↓ 5 callers
Method
getRequestUrl
Returns the requested URL for this container.
library/src/com/android/volley/toolbox/ImageLoader.java:484
↓ 5 callers
Method
hasGingerbread
()
library/src/com/android/volley/misc/Utils.java:104
↓ 5 callers
Method
hasHoneycombMR1
()
library/src/com/android/volley/misc/Utils.java:116
↓ 5 callers
Method
hashKeyForDisk
A hashing method that changes a string (like a URL) into a hash suitable for using as a disk filename.
library/src/com/android/volley/cache/DiskLruBasedCache.java:301
↓ 5 callers
Method
newInstance
Factory method to generate a new instance of the fragment given an image number. @param imageUrl The image url to load @return A new instance of Imag
sample/src/com/volley/demo/ImageDetailFragment.java:45
↓ 5 callers
Method
parseBitmapCacheHeaders
Extracts a {@link Cache.Entry} from a {@link NetworkResponse}. Cache-control headers are ignored. SoftTtl == 3 mins, ttl == 24 hours. @param bitmap Th
library/src/com/android/volley/toolbox/HttpHeaderParser.java:154
↓ 5 callers
Method
parseDateAsEpoch
Parse date in RFC1123 format, and return its value as epoch
library/src/com/android/volley/toolbox/HttpHeaderParser.java:244
↓ 5 callers
Method
rotate
Rotates the image, either instantly or gradually @param degrees how many degrees to rotate the image, positive rotates clockwise @param animate if {@
library/src/com/android/volley/ui/PhotoView.java:1070
↓ 5 callers
Method
scale
(MotionEvent e)
library/src/com/android/volley/ui/PhotoView.java:268
↓ 5 callers
Method
setEntityIfNonEmptyBody
(HttpEntityEnclosingRequestBase httpRequest, Request<?> request)
library/src/com/android/volley/toolbox/HttpClientStack.java:160
↓ 5 callers
Method
start
Starts the animation.
library/src/com/android/volley/ui/PhotoView.java:1318
↓ 4 callers
Method
addBodyIfExists
(HttpURLConnection connection, Request<?> request)
library/src/com/android/volley/toolbox/HurlStack.java:296
↓ 4 callers
Method
bindPhoto
Binds a bitmap to the view. @param photoBitmap the bitmap to bind.
library/src/com/android/volley/ui/PhotoView.java:487
↓ 4 callers
Method
bytesRemaining
()
library/src/com/android/volley/misc/CountingInputStream.java:39
↓ 4 callers
Method
checkNotClosed
()
library/src/com/android/volley/misc/DiskLruCache.java:597
↓ 4 callers
Method
closeQuietly
(/* Auto */Closeable closeable)
library/src/com/android/volley/misc/Utils.java:246
↓ 4 callers
Method
commit
Commits this edit so it is visible to readers. This releases the edit lock so another edit may be started on the same key.
library/src/com/android/volley/misc/DiskLruCache.java:794
↓ 4 callers
Method
configureBounds
Configures the bounds of the photo. The photo will always be scaled to fit center.
library/src/com/android/volley/ui/PhotoView.java:800
↓ 4 callers
Method
edit
Returns an editor for the entry named {@code key}, or null if another edit is in progress.
library/src/com/android/volley/misc/DiskLruCache.java:434
↓ 4 callers
Method
execute
Executes the task with the specified parameters. The task returns itself (this) so that the caller can keep a reference to it. <p>Note: this function
library/src/com/android/volley/misc/AsyncTask.java:557
↓ 4 callers
Method
get
Attempt to get byte at the requested index from the wrapped input stream. If the internal buffer contains the requested index, return immediately. If
library/src/com/android/volley/misc/InputStreamBuffer.java:131
↓ 4 callers
Method
getBoundryPrefixed
Get the boundry prefixed
library/src/com/android/volley/request/MultiPartRequest.java:130
↓ 4 callers
Method
getDirtyFile
(int i)
library/src/com/android/volley/misc/DiskLruCache.java:918
↓ 4 callers
Method
getFileForKey
Returns a file object for the given cache key.
library/src/com/android/volley/cache/DiskBasedCache.java:260
next →
1–100 of 990, ranked by callers