MCPcopy Create free account

hub / github.com/DWorkS/VolleyPlus / functions

Functions990 in github.com/DWorkS/VolleyPlus

↓ 59 callersMethodget
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 callersMethodd
(String format, Object... args)
library/src/com/android/volley/VolleyLog.java:57
↓ 43 callersMethodappend
(ByteArrayBuffer buf, String data)
library/src/com/android/volley/toolbox/multipart/BasePart.java:50
↓ 41 callersMethodclose
Closes the cache.
library/src/com/android/volley/Cache.java:72
↓ 38 callersMethodwrite
(int b)
library/src/com/android/volley/misc/DiskLruCache.java:699
↓ 37 callersMethodadd
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 callersMethodaddMarker
Adds an event to this request's event log; for debugging.
library/src/com/android/volley/Request.java:241
↓ 34 callersMethodgetUrl
()
library/src/com/android/volley/Volley.java:88
↓ 29 callersMethode
(String format, Object... args)
library/src/com/android/volley/VolleyLog.java:61
↓ 29 callersMethodput
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 callersMethodgetResources
()
library/src/com/android/volley/toolbox/ImageLoader.java:635
↓ 26 callersMethodremove
Removes an entry from the cache. @param key Cache key
library/src/com/android/volley/Cache.java:57
↓ 25 callersMethodgetValue
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 callersMethodtoString
()
library/src/com/android/volley/misc/StrictLineReader.java:175
↓ 20 callersMethodread
Simple wrapper around {@link InputStream#read()} that throws EOFException instead of returning -1.
library/src/com/android/volley/misc/IOUtils.java:27
↓ 19 callersMethoddelete
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 callersMethodgetString
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 callersMethoderror
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 callersMethodsize
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 callersMethodgetBitmap
(String url)
library/src/com/android/volley/toolbox/ImageCache.java:11
↓ 14 callersMethodonResponse
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 callersMethodsuccess
Returns a successful response containing the parsed result.
library/src/com/android/volley/Response.java:52
↓ 13 callersMethodsetOnClickListener
(OnClickListener listener)
library/src/com/android/volley/ui/PhotoView.java:363
↓ 13 callersMethodsetTag
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 callersMethodgetDrawable
Returns the bound drawable. May be {@code null} if no drawable is bound.
library/src/com/android/volley/ui/PhotoView.java:527
↓ 12 callersMethodinvalidate
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 callersMethodset
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 callersMethodendSection
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 callersMethodflush
Flushes the cache.
library/src/com/android/volley/Cache.java:67
↓ 11 callersMethodtoString
()
library/src/com/android/volley/Request.java:723
↓ 10 callersMethodgetExpire
@return
library/src/com/android/volley/Request.java:770
↓ 10 callersMethodgetResizedDimension
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 callersMethodgetSoftExpire
@return
library/src/com/android/volley/Request.java:762
↓ 10 callersMethodparseCacheHeaders
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 callersMethodwrite
(int b)
library/src/com/android/volley/toolbox/multipart/OutputStreamProgress.java:18
↓ 9 callersMethodfinish
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 callersMethodreadLong
(InputStream is)
library/src/com/android/volley/misc/IOUtils.java:62
↓ 9 callersMethodstop
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 callersMethodv
(String format, Object... args)
library/src/com/android/volley/VolleyLog.java:51
↓ 9 callersMethodwriteLong
(OutputStream os, long n)
library/src/com/android/volley/misc/IOUtils.java:51
↓ 8 callersMethodgetMessage
()
library/src/com/android/volley/error/AuthFailureError.java:53
↓ 8 callersMethodgetTag
Returns this request's tag. @see Request#setTag(Object)
library/src/com/android/volley/Request.java:194
↓ 8 callersMethodonProgress
Callback method thats called on each byte transfer.
library/src/com/android/volley/Response.java:48
↓ 8 callersMethodpack
(final InputStreamBuffer bytes, int offset, int length, final boolean littleEndian)
library/src/com/android/volley/misc/Exif.java:185
↓ 7 callersMethodcancelRequest
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 callersMethodencode
(final String content, final String encoding)
library/src/com/android/volley/toolbox/multipart/UrlEncodingHelper.java:12
↓ 7 callersMethodgetCache
()
library/src/com/android/volley/toolbox/ImageLoader.java:124
↓ 7 callersMethodgetCacheDir
()
library/src/com/android/volley/Volley.java:92
↓ 7 callersMethodgetContentLength
(Boundary boundary)
library/src/com/android/volley/toolbox/multipart/Part.java:10
↓ 7 callersMethodgetInstance
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 callersMethodhasHoneycomb
()
library/src/com/android/volley/misc/Utils.java:112
↓ 7 callersMethodreadLine
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 callersMethodsetImageBitmap
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 callersMethodabort
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 callersMethodadvanceTo
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 callersMethodbuildMessage
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 callersMethodclear
()
library/src/com/android/volley/toolbox/ImageCache.java:14
↓ 6 callersMethodgetCacheKey
Returns the cache key for this request. By default, this is the URL.
library/src/com/android/volley/Request.java:340
↓ 6 callersMethodgetInputStream
Returns the unbuffered stream with the value for {@code index}.
library/src/com/android/volley/misc/DiskLruCache.java:677
↓ 6 callersMethodgetRequestQueue
()
sample/src/com/volley/demo/util/MyVolley.java:46
↓ 6 callersMethodnewRequestQueue
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 callersMethodparseCharset
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 callersMethodreadString
(CountingInputStream is)
library/src/com/android/volley/misc/IOUtils.java:81
↓ 6 callersMethodsetListener
(ProgressListener listener)
library/src/com/android/volley/toolbox/multipart/MultipartProgressEntity.java:13
↓ 6 callersMethodwriteString
(OutputStream os, String s)
library/src/com/android/volley/misc/IOUtils.java:75
↓ 5 callersMethodattemptRetryOnException
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 callersMethodbeginSection
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 callersMethodcancelAll
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 callersMethodcontainsKey
(String key)
library/src/com/android/volley/cache/DiskLruImageCache.java:134
↓ 5 callersMethoddecodeStream
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 callersMethoddeleteIfExists
(File file)
library/src/com/android/volley/misc/DiskLruCache.java:369
↓ 5 callersMethodfindBestSampleSize
( int actualWidth, int actualHeight, int desiredWidth, int desiredHeight)
library/src/com/android/volley/misc/ImageUtils.java:44
↓ 5 callersMethodgetCacheKey
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 callersMethodgetCleanFile
(int i)
library/src/com/android/volley/misc/DiskLruCache.java:914
↓ 5 callersMethodgetInstance
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 callersMethodgetParams
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 callersMethodgetRequestUrl
Returns the requested URL for this container.
library/src/com/android/volley/toolbox/ImageLoader.java:484
↓ 5 callersMethodhasGingerbread
()
library/src/com/android/volley/misc/Utils.java:104
↓ 5 callersMethodhasHoneycombMR1
()
library/src/com/android/volley/misc/Utils.java:116
↓ 5 callersMethodhashKeyForDisk
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 callersMethodnewInstance
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 callersMethodparseBitmapCacheHeaders
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 callersMethodparseDateAsEpoch
Parse date in RFC1123 format, and return its value as epoch
library/src/com/android/volley/toolbox/HttpHeaderParser.java:244
↓ 5 callersMethodrotate
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 callersMethodscale
(MotionEvent e)
library/src/com/android/volley/ui/PhotoView.java:268
↓ 5 callersMethodsetEntityIfNonEmptyBody
(HttpEntityEnclosingRequestBase httpRequest, Request<?> request)
library/src/com/android/volley/toolbox/HttpClientStack.java:160
↓ 5 callersMethodstart
Starts the animation.
library/src/com/android/volley/ui/PhotoView.java:1318
↓ 4 callersMethodaddBodyIfExists
(HttpURLConnection connection, Request<?> request)
library/src/com/android/volley/toolbox/HurlStack.java:296
↓ 4 callersMethodbindPhoto
Binds a bitmap to the view. @param photoBitmap the bitmap to bind.
library/src/com/android/volley/ui/PhotoView.java:487
↓ 4 callersMethodbytesRemaining
()
library/src/com/android/volley/misc/CountingInputStream.java:39
↓ 4 callersMethodcheckNotClosed
()
library/src/com/android/volley/misc/DiskLruCache.java:597
↓ 4 callersMethodcloseQuietly
(/* Auto */Closeable closeable)
library/src/com/android/volley/misc/Utils.java:246
↓ 4 callersMethodcommit
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 callersMethodconfigureBounds
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 callersMethodedit
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 callersMethodexecute
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 callersMethodget
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 callersMethodgetBoundryPrefixed
Get the boundry prefixed
library/src/com/android/volley/request/MultiPartRequest.java:130
↓ 4 callersMethodgetDirtyFile
(int i)
library/src/com/android/volley/misc/DiskLruCache.java:918
↓ 4 callersMethodgetFileForKey
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