MCPcopy Create free account

hub / github.com/DWorkS/VolleyPlus / functions

Functions990 in github.com/DWorkS/VolleyPlus

↓ 1 callersMethodisSpecialType
(String url)
library/src/com/android/volley/misc/Utils.java:257
↓ 1 callersMethodisSuccess
Returns whether this response is considered successful.
library/src/com/android/volley/Response.java:79
↓ 1 callersMethodload
(String string)
library/src/com/android/volley/Volley.java:64
↓ 1 callersMethodlogSlowRequests
Logs requests that took over SLOW_REQUEST_THRESHOLD_MS to complete.
library/src/com/android/volley/toolbox/BasicNetwork.java:185
↓ 1 callersMethodmakeImageRequest
(String requestUrl, int maxWidth, int maxHeight, ScaleType scaleType, final String cacheKey)
library/src/com/android/volley/toolbox/ImageLoader.java:331
↓ 1 callersMethodnewInputStream
Returns an unbuffered input stream to read the last committed value, or null if no value has been committed.
library/src/com/android/volley/misc/DiskLruCache.java:721
↓ 1 callersMethodonCancelled
<p>Runs on the UI thread after {@link #cancel(boolean)} is invoked and {@link #doInBackground(Object[])} has finished.</p> <p>The default implementat
library/src/com/android/volley/misc/AsyncTask.java:427
↓ 1 callersMethodonClick
(View v)
sample/src/com/volley/demo/ExampleParams.java:64
↓ 1 callersMethodonGetImageError
Handler for when an image failed to load. @param cacheKey The cache key that is associated with the image request.
library/src/com/android/volley/toolbox/ImageLoader.java:402
↓ 1 callersMethodonGetImageSuccess
Handler for when an image was successfully loaded. @param cacheKey The cache key that is associated with the image request. @param response The bitmap
library/src/com/android/volley/toolbox/ImageLoader.java:360
↓ 1 callersMethodonPostExecute
<p>Runs on the UI thread after {@link #doInBackground}. The specified result is the value returned by {@link #doInBackground}.</p> <p>This method won
library/src/com/android/volley/misc/AsyncTask.java:398
↓ 1 callersMethodonPreExecute
Runs on the UI thread before {@link #doInBackground}. @see #onPostExecute @see #doInBackground
library/src/com/android/volley/misc/AsyncTask.java:383
↓ 1 callersMethodonPrepareRequest
Called before the request is executed using the underlying HttpClient. <p> Overwrite in subclasses to augment the request. </p>
library/src/com/android/volley/toolbox/HttpClientStack.java:225
↓ 1 callersMethodonPrepareRequest
Called before the request is executed using the underlying HttpClient. <p> Overwrite in subclasses to augment the request. </p>
sample/src/com/volley/demo/misc/ExtHttpClientStack.java:198
↓ 1 callersMethodonProgressUpdate
Runs on the UI thread after {@link #publishProgress} is invoked. The specified values are the values passed to {@link #publishProgress}. @param value
library/src/com/android/volley/misc/AsyncTask.java:410
↓ 1 callersMethodonRequestFinished
Called when a request has finished processing.
library/src/com/android/volley/RequestQueue.java:46
↓ 1 callersMethodonResponse
(final ImageContainer response, boolean isImmediate)
library/src/com/android/volley/ui/NetworkImageView.java:224
↓ 1 callersMethodonResponse
(final ImageContainer response, boolean isImmediate)
library/src/com/android/volley/ui/PhotoView.java:1526
↓ 1 callersMethodonStopLoading
()
library/src/com/android/volley/AsyncRequestLoader.java:79
↓ 1 callersMethodparseAndDeliverNetworkError
(Request<?> request, VolleyError error)
library/src/com/android/volley/NetworkDispatcher.java:158
↓ 1 callersMethodparseAndDeliverNetworkError
(Request<?> request, VolleyError volleyError)
library/src/com/android/volley/RequestTickle.java:210
↓ 1 callersMethodparseDataUri
(final Uri uri)
library/src/com/android/volley/misc/ImageUtils.java:380
↓ 1 callersMethodperformRequest
Performs an HTTP request with the given parameters. <p>A GET request is sent if request.getPostBody() == null. A POST request is sent otherwise, and
library/src/com/android/volley/toolbox/HttpStack.java:42
↓ 1 callersMethodprepareTrustManagerFactory
(InputStream keyStore, String keyStorePassword)
sample/src/com/volley/demo/misc/SsX509TrustManager.java:74
↓ 1 callersMethodprocessJournal
Computes the initial size and collects garbage as a part of opening the cache. Dirty entries are assumed to be inconsistent and will be deleted.
library/src/com/android/volley/misc/DiskLruCache.java:309
↓ 1 callersMethodpruneIfNeeded
Prunes the cache to fit the amount of bytes specified. @param neededSpace The amount of bytes we are trying to fit into the cache.
library/src/com/android/volley/cache/DiskBasedCache.java:268
↓ 1 callersMethodpruneIfNeeded
Prunes the cache to fit the amount of bytes specified. @param neededSpace The amount of bytes we are trying to fit into the cache.
library/src/com/android/volley/error/DiskBasedCache.java:279
↓ 1 callersMethodput
Puts the entry with the specified key into the cache.
library/src/com/android/volley/cache/DiskBasedCache.java:207
↓ 1 callersMethodput
(String data, Entry value)
library/src/com/android/volley/cache/DiskLruBasedCache.java:397
↓ 1 callersMethodput
Puts the entry with the specified key into the cache.
library/src/com/android/volley/error/DiskBasedCache.java:218
↓ 1 callersMethodreadJournal
()
library/src/com/android/volley/misc/DiskLruCache.java:238
↓ 1 callersMethodreadJournalLine
(String line)
library/src/com/android/volley/misc/DiskLruCache.java:266
↓ 1 callersMethodremove
Removes the specified key from the cache if it exists.
library/src/com/android/volley/cache/DiskBasedCache.java:235
↓ 1 callersMethodremove
(String data)
library/src/com/android/volley/cache/DiskLruBasedCache.java:455
↓ 1 callersMethodremove
Drops the entry for {@code key} if it exists and can be removed. Entries actively being edited cannot be removed. @return true if an entry was remove
library/src/com/android/volley/misc/DiskLruCache.java:564
↓ 1 callersMethodremove
Removes the specified key from the cache if it exists.
library/src/com/android/volley/error/DiskBasedCache.java:246
↓ 1 callersMethodrequestNewInterstitial
()
sample/src/com/volley/demo/util/AdWrapper.java:53
↓ 1 callersMethodretry
Prepares for the next retry by applying a backoff to the timeout. @param error The error code of the last attempt. @throws VolleyError In the event th
library/src/com/android/volley/RetryPolicy.java:42
↓ 1 callersMethodrewriteUrl
Returns a URL to use instead of the provided one, or null to indicate this URL should not be used at all.
library/src/com/android/volley/toolbox/HurlStack.java:74
↓ 1 callersMethodsetAnimateImageBitmap
(final Bitmap bitmap, boolean fadeIn)
library/src/com/android/volley/ui/NetworkImageView.java:257
↓ 1 callersMethodsetConnectionParametersForRequest
(HttpURLConnection connection, Request<?> request)
library/src/com/android/volley/toolbox/HurlStack.java:231
↓ 1 callersMethodsetContetResolver
Set a {@link ContentResolver} instance if you need to support content uris for loading images @param contentResolver {@link ContentResolver} instance
library/src/com/android/volley/toolbox/ImageLoader.java:643
↓ 1 callersMethodsetDefaultDrawables
A default placeholder image while the image is being fetched and loaded. @param placeHolderDrawables @return
library/src/com/android/volley/cache/SimpleImageLoader.java:216
↓ 1 callersMethodsetError
Set the error for this response
library/src/com/android/volley/toolbox/ImageLoader.java:519
↓ 1 callersMethodsetFadeInImage
(boolean fadeInImage)
library/src/com/android/volley/ui/NetworkImageView.java:144
↓ 1 callersMethodsetFullScreen
Hides the photo info portion of the header. As a side effect, this automatically enables or disables image transformations [eg zoom, pan, etc...] depe
library/src/com/android/volley/ui/PhotoView.java:564
↓ 1 callersMethodsetHeaders
(ArrayMap<String, String> headers)
library/src/com/android/volley/toolbox/ImageLoader.java:651
↓ 1 callersMethodsetImageUrl
Sets URL of the image that should be loaded into this view. Note that calling this will immediately either set the cached image (if available) or the
library/src/com/android/volley/ui/NetworkImageView.java:103
↓ 1 callersMethodsetItemHeight
Sets the item height. Useful for when we know the column width so the height can be set to match. @param height
sample/src/com/volley/demo/SimpleCacheFragment.java:310
↓ 1 callersMethodsetLengths
Set lengths using decimal numbers like "10123".
library/src/com/android/volley/misc/DiskLruCache.java:896
↓ 1 callersMethodsetNumColumns
(int numColumns)
sample/src/com/volley/demo/SimpleCacheFragment.java:320
↓ 1 callersMethodsetObject
Store a single object in this Fragment. @param object The object to store
library/src/com/android/volley/cache/BitmapImageCache.java:325
↓ 1 callersMethodsetObject
Store a single object in this Fragment. @param object The object to store
library/src/com/android/volley/cache/BitmapCache.java:276
↓ 1 callersMethodsetPhotoImageBitmap
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:449
↓ 1 callersMethodsetProgressListener
(ProgressListener listner)
library/src/com/android/volley/toolbox/multipart/FilePart.java:72
↓ 1 callersMethodsetRequestQueue
Associates this request with the given queue. The request queue will be notified when this request has finished. @return This Request object to allow
library/src/com/android/volley/Request.java:290
↓ 1 callersMethodsetSequence
Sets the sequence number of this request. Used by {@link RequestQueue}. @return This Request object to allow for chaining.
library/src/com/android/volley/Request.java:300
↓ 1 callersMethodsetShouldCache
Set whether or not responses to this request should be cached. @return This Request object to allow for chaining.
library/src/com/android/volley/Request.java:568
↓ 1 callersMethodsetTvResultText
(String str)
sample/src/com/volley/demo/ExampleParams.java:134
↓ 1 callersMethodshiftToBeginning
Modify the internal buffer so that all the bytes are shifted towards the head by <code>i</code>. In other words, the byte at index <code>i</code> will
library/src/com/android/volley/misc/InputStreamBuffer.java:350
↓ 1 callersMethodshouldRetryServerErrors
Returns true if this request should be retried in the event of an HTTP 5xx (server) error.
library/src/com/android/volley/Request.java:598
↓ 1 callersMethodshowInterstitial
()
sample/src/com/volley/demo/util/AdWrapper.java:56
↓ 1 callersMethodstart
Starts the request and return {@link NetworkResponse} or null.
library/src/com/android/volley/RequestTickle.java:106
↓ 1 callersMethodstartProcessingQueue
Starts processing requests on the {@link RequestQueue}.
library/src/com/android/volley/cache/SimpleImageLoader.java:136
↓ 1 callersMethodstop
Stops the cache and network dispatchers.
library/src/com/android/volley/RequestQueue.java:160
↓ 1 callersMethodstop
Stops the animation in place. It does not snap the image to its final zoom.
library/src/com/android/volley/ui/PhotoView.java:1168
↓ 1 callersMethodstop
Stops the animation in place. It does not snap the image to its final translation.
library/src/com/android/volley/ui/PhotoView.java:1238
↓ 1 callersMethodstop
Stops the animation in place. It does not snap the image to its final rotation.
library/src/com/android/volley/ui/PhotoView.java:1427
↓ 1 callersMethodstopProcessingQueue
Stops processing requests on the {@link RequestQueue}.
library/src/com/android/volley/cache/SimpleImageLoader.java:143
↓ 1 callersMethodtoCacheEntry
Creates a cache entry for the specified data.
library/src/com/android/volley/error/DiskBasedCache.java:428
↓ 1 callersMethodtoDebugString
()
library/src/com/android/volley/misc/InputStreamBuffer.java:368
↓ 1 callersMethodtoString
()
library/src/com/android/volley/misc/InputStreamBuffer.java:360
↓ 1 callersMethodwrite
(byte[] buffer, int offset, int len)
library/src/com/android/volley/toolbox/PoolingByteArrayOutputStream.java:82
↓ 1 callersMethodwrite
(int b)
library/src/com/android/volley/misc/CountingOutputStream.java:22
↓ 1 callersMethodwriteBitmapToFile
(Bitmap bitmap, DiskLruCache.Editor editor)
library/src/com/android/volley/cache/DiskLruImageCache.java:45
↓ 1 callersMethodwriteHeader
Writes the contents of this CacheHeader to the specified OutputStream.
library/src/com/android/volley/error/DiskBasedCache.java:444
↓ 1 callersMethodwtf
(String format, Object... args)
library/src/com/android/volley/VolleyLog.java:69
MethodAdWrapper
(Context context)
sample/src/com/volley/demo/util/AdWrapper.java:23
MethodAndroidAuthenticator
Creates a new authenticator. @param context Context for accessing AccountManager @param account Account to authenticate as @param authTokenType Auth t
library/src/com/android/volley/toolbox/AndroidAuthenticator.java:44
MethodAsyncRequestLoader
(Context context, GsonRequest<T> request)
library/src/com/android/volley/AsyncRequestLoader.java:24
MethodAsyncTask
Creates a new asynchronous task. This constructor must be invoked on the UI thread.
library/src/com/android/volley/misc/AsyncTask.java:307
MethodAsyncTaskResult
(AsyncTask task, Data... data)
library/src/com/android/volley/misc/AsyncTask.java:689
MethodAuthFailureError
()
library/src/com/android/volley/error/AuthFailureError.java:31
MethodBaseInputStreamFactory
(final ContentResolver resolver, final Uri uri)
library/src/com/android/volley/misc/ImageUtils.java:351
MethodBasicNetwork
@param httpStack HTTP stack to be used
library/src/com/android/volley/toolbox/BasicNetwork.java:71
MethodBatchedImageRequest
Constructs a new BatchedImageRequest object @param request The request being tracked @param container The ImageContainer of the person who initiated t
library/src/com/android/volley/toolbox/ImageLoader.java:511
MethodBitmapCache
Don't instantiate this class directly, use {@link #getInstance(FragmentManager, float)}. @param memCacheSize Memory cache size in KB.
library/src/com/android/volley/cache/BitmapCache.java:48
MethodBitmapImageCache
Don't instantiate this class directly, use {@link #getInstance(FragmentManager, float)}. @param memCacheSize Memory cache size in KB.
library/src/com/android/volley/cache/BitmapImageCache.java:52
MethodBoundary
(String boundary)
library/src/com/android/volley/toolbox/multipart/Boundary.java:24
MethodByteArrayPool
@param sizeLimit the maximum size of the pool, in bytes
library/src/com/android/volley/toolbox/ByteArrayPool.java:79
MethodByteRequest
Creates a new GET request. @param url URL to fetch the string at @param listener Listener to receive the byte array response
library/src/com/android/volley/request/ByteRequest.java:19
MethodCacheDispatcher
Creates a new cache triage dispatcher thread. You must call {@link #start()} in order to begin processing. @param cacheQueue Queue of incoming reque
library/src/com/android/volley/CacheDispatcher.java:61
MethodCacheHeader
()
library/src/com/android/volley/cache/DiskBasedCache.java:370
MethodCacheHeader
()
library/src/com/android/volley/error/DiskBasedCache.java:381
MethodClearCacheRequest
Creates a synthetic request for clearing the cache. @param cache Cache to clear @param callback Callback to make on the main thread once the cache is
library/src/com/android/volley/request/ClearCacheRequest.java:40
MethodClientError
(NetworkResponse networkResponse)
library/src/com/android/volley/error/ClientError.java:29
MethodCountingInputStream
(InputStream in, long length)
library/src/com/android/volley/misc/CountingInputStream.java:11
MethodCountingOutputStream
(final OutputStream out, long length, final ProgressListener listener)
library/src/com/android/volley/misc/CountingOutputStream.java:14
MethodDataInputStreamFactory
(final ContentResolver resolver, final Uri uri)
library/src/com/android/volley/misc/ImageUtils.java:365
MethodDefaultRetryPolicy
Constructs a new retry policy using the default timeouts.
library/src/com/android/volley/DefaultRetryPolicy.java:49
← previousnext →401–500 of 990, ranked by callers