MCPcopy Create free account

hub / github.com/DWorkS/VolleyPlus / functions

Functions990 in github.com/DWorkS/VolleyPlus

↓ 2 callersMethodgetExternalCacheDir
Get the external app cache directory. @param context The context to use @return The external cache dir
library/src/com/android/volley/misc/Utils.java:191
↓ 2 callersMethodgetHeaders
()
library/src/com/android/volley/request/GsonRequest.java:62
↓ 2 callersMethodgetImageListener
(final Resources resources, final ImageView imageView, final Drawable placeHolder, final boolean f
library/src/com/android/volley/cache/SimpleImageLoader.java:340
↓ 2 callersMethodgetImageListener
The default implementation of ImageListener which handles basic functionality of showing a default image until the network response is received, at wh
library/src/com/android/volley/toolbox/ImageLoader.java:136
↓ 2 callersMethodgetImageListener
()
library/src/com/android/volley/ui/NetworkImageView.java:152
↓ 2 callersMethodgetImageLoader
()
library/src/com/android/volley/Volley.java:112
↓ 2 callersMethodgetItem
(int position)
sample/src/com/volley/demo/MainActivity.java:99
↓ 2 callersMethodgetLengths
()
library/src/com/android/volley/misc/DiskLruCache.java:887
↓ 2 callersMethodgetNumColumns
()
sample/src/com/volley/demo/SimpleCacheFragment.java:324
↓ 2 callersMethodgetPostBody
@deprecated Use {@link #getBody()}.
library/src/com/android/volley/request/JsonRequest.java:84
↓ 2 callersMethodgetPostBodyContentType
@deprecated Use {@link #getBodyContentType()}.
library/src/com/android/volley/request/JsonRequest.java:76
↓ 2 callersMethodgetProtocolCharset
Get the protocol charset
library/src/com/android/volley/request/MultiPartRequest.java:76
↓ 2 callersMethodgetRequestQueue
@return The Volley Request queue, the queue will be created if it is null
library/src/com/android/volley/ApplicationController.java:41
↓ 2 callersMethodgetRequestQueue
()
library/src/com/android/volley/toolbox/ImageLoader.java:116
↓ 2 callersMethodgetRequestTickle
()
library/src/com/android/volley/Volley.java:186
↓ 2 callersMethodgetRetryPolicy
Returns the retry policy that should be used for this request.
library/src/com/android/volley/Request.java:645
↓ 2 callersMethodgetThumbnailUrl
()
sample/src/com/volley/demo/util/ImageEntry.java:42
↓ 2 callersMethodgetUrl
Returns the URL of this request.
library/src/com/android/volley/Request.java:318
↓ 2 callersMethodgetVideoFrame
(String path)
library/src/com/android/volley/request/ImageRequest.java:265
↓ 2 callersMethodhas
Attempt to return whether the requested index is within the size of the wrapped input stream. One side effect is {@link #fill(int)} will be called. <
library/src/com/android/volley/misc/InputStreamBuffer.java:161
↓ 2 callersMethodhasHadResponseDelivered
Returns true if this request has had a response delivered for it.
library/src/com/android/volley/Request.java:660
↓ 2 callersMethodhasJellyBean
()
sample/src/com/volley/demo/util/Utils.java:73
↓ 2 callersMethodinitDiskCache
Initializes the disk cache. Note that this includes disk access so this should not be executed on the main/UI thread. By default an ImageCache does n
library/src/com/android/volley/cache/DiskLruBasedCache.java:192
↓ 2 callersMethodinitialize
Performs any potentially long-running actions needed to initialize the cache; will be called from a worker thread.
library/src/com/android/volley/Cache.java:44
↓ 2 callersMethodinputStreamToString
(InputStream in)
library/src/com/android/volley/misc/DiskLruCache.java:649
↓ 2 callersMethodinvalidLengths
(String[] strings)
library/src/com/android/volley/misc/DiskLruCache.java:910
↓ 2 callersMethodinvalidateBitmap
(String url)
library/src/com/android/volley/toolbox/ImageCache.java:13
↓ 2 callersMethodisCancelled
()
library/src/com/android/volley/toolbox/RequestFuture.java:127
↓ 2 callersMethodisCancelled
Returns <tt>true</tt> if this task was cancelled before it completed normally. If you are calling {@link #cancel(boolean)} on the task, the value retu
library/src/com/android/volley/misc/AsyncTask.java:456
↓ 2 callersMethodisDone
()
library/src/com/android/volley/toolbox/RequestFuture.java:135
↓ 2 callersMethodisExpired
True if the entry is expired.
library/src/com/android/volley/Cache.java:100
↓ 2 callersMethodleastPowerOf2
Calculate the least power of two greater than or equal to the input.
library/src/com/android/volley/misc/InputStreamBuffer.java:396
↓ 2 callersMethodloadPage
()
sample/src/com/volley/demo/ExampleNetworkListView.java:84
↓ 2 callersMethodnewRequestTickle
Creates a default instance of the worker pool and calls {@link com.android.volley.RequestTickle#start()} on it. @param context A {@link android.conte
library/src/com/android/volley/toolbox/VolleyTickle.java:47
↓ 2 callersMethodonErrorResponse
Callback method that an error has been occurred with the provided error code and optional user-readable message.
library/src/com/android/volley/Response.java:40
↓ 2 callersMethodopenConnection
Opens an {@link HttpURLConnection} with parameters. @param url @return an open connection @throws IOException
library/src/com/android/volley/toolbox/HurlStack.java:214
↓ 2 callersMethodparseIgnoreCacheHeaders
Extracts a {@link Cache.Entry} from a {@link NetworkResponse}. Cache-control headers are ignored. SoftTtl == 3 mins, ttl == 24 hours. @param response
library/src/com/android/volley/toolbox/HttpHeaderParser.java:171
↓ 2 callersMethodparseNetworkError
Subclasses can override this method to parse 'networkError' and return a more specific error. <p>The default implementation just returns the passed '
library/src/com/android/volley/Request.java:682
↓ 2 callersMethodparseResponse
(NetworkResponse response)
library/src/com/android/volley/toolbox/VolleyTickle.java:74
↓ 2 callersMethodperformRequest
Performs the specified request. @param request Request to process @return A {@link NetworkResponse} with data and caching metadata; will never be null
library/src/com/android/volley/Network.java:31
↓ 2 callersMethodpostResult
(Result result)
library/src/com/android/volley/misc/AsyncTask.java:342
↓ 2 callersMethodpostResultIfNotInvoked
(Result result)
library/src/com/android/volley/misc/AsyncTask.java:335
↓ 2 callersMethodputEntry
Puts the entry with the specified key into the cache. @param key The key to identify the entry by. @param entry The entry to cache.
library/src/com/android/volley/cache/DiskBasedCache.java:310
↓ 2 callersMethodputEntry
Puts the entry with the specified key into the cache. @param key The key to identify the entry by. @param entry The entry to cache.
library/src/com/android/volley/error/DiskBasedCache.java:321
↓ 2 callersMethodquit
Forces this dispatcher to quit immediately. If any requests are still in the queue, they are not guaranteed to be processed.
library/src/com/android/volley/CacheDispatcher.java:74
↓ 2 callersMethodreadFully
(Reader reader)
library/src/com/android/volley/misc/Utils.java:213
↓ 2 callersMethodreadHeader
Reads the header off of an InputStream and returns a CacheHeader object. @param is The InputStream to read from. @throws IOException
library/src/com/android/volley/error/DiskBasedCache.java:404
↓ 2 callersMethodreadStringStringMap
(CountingInputStream is)
library/src/com/android/volley/misc/IOUtils.java:99
↓ 2 callersMethodrebuildJournal
Creates a new journal that omits redundant information. This replaces the current journal if it exists.
library/src/com/android/volley/misc/DiskLruCache.java:332
↓ 2 callersMethodrefreshNeeded
True if a refresh is needed from the original data source.
library/src/com/android/volley/Cache.java:105
↓ 2 callersMethodremoveContainerAndCancelIfNecessary
Detatches the bitmap container from the request and cancels the request if no one is left listening. @param container The container to remove from the
library/src/com/android/volley/toolbox/ImageLoader.java:544
↓ 2 callersMethodremoveEntry
Removes the entry identified by 'key' from the cache.
library/src/com/android/volley/cache/DiskBasedCache.java:323
↓ 2 callersMethodremoveEntry
Removes the entry identified by 'key' from the cache.
library/src/com/android/volley/error/DiskBasedCache.java:334
↓ 2 callersMethodresetTransformations
Resets the image transformation to its original value.
library/src/com/android/volley/ui/PhotoView.java:620
↓ 2 callersMethodscheduleNext
()
library/src/com/android/volley/misc/AsyncTask.java:268
↓ 2 callersMethodset
Sets the value at {@code index} to {@code value}.
library/src/com/android/volley/misc/DiskLruCache.java:780
↓ 2 callersMethodsetContentLength
(long length)
library/src/com/android/volley/misc/ProgressHttpEntity.java:33
↓ 2 callersMethodsetDefaultDrawable
A default placeholder image while the image is being fetched and loaded. @param defaultPlaceHolderResId @return
library/src/com/android/volley/cache/SimpleImageLoader.java:204
↓ 2 callersMethodsetDefaultImageOrNull
()
library/src/com/android/volley/ui/PhotoView.java:1557
↓ 2 callersMethodsetDefaultImageResId
Sets the default image resource ID to be used for this view until the attempt to load it completes.
library/src/com/android/volley/ui/NetworkImageView.java:122
↓ 2 callersMethodsetEntityIfNonEmptyBody
(HttpEntityEnclosingRequestBase httpRequest, Request<?> request)
sample/src/com/volley/demo/misc/ExtHttpClientStack.java:183
↓ 2 callersMethodsetRetryPolicy
Sets the retry policy for this request. @return This Request object to allow for chaining.
library/src/com/android/volley/Request.java:233
↓ 2 callersMethodshouldOverridePatch
@return true if responses to this request should be cached.
library/src/com/android/volley/Request.java:742
↓ 2 callersMethodshowErrorDialog
()
sample/src/com/volley/demo/ExampleNetworkListView.java:146
↓ 2 callersMethodtoCacheEntry
Creates a cache entry for the specified data.
library/src/com/android/volley/cache/DiskBasedCache.java:417
↓ 2 callersMethodwriteHeader
Writes the contents of this CacheHeader to the specified OutputStream.
library/src/com/android/volley/cache/DiskBasedCache.java:433
↓ 2 callersMethodwriteStringStringMap
(Map<String, String> map, OutputStream os)
library/src/com/android/volley/misc/IOUtils.java:87
↓ 1 callersMethodadd
Adds a Request to the dispatch queue. @param request The request to service @return The passed-in request
library/src/com/android/volley/RequestTickle.java:81
↓ 1 callersMethodaddBitmapToCache
Adds a bitmap to both memory and disk cache. @param data Unique identifier for the bitmap to store @param bitmap The bitmap to store
library/src/com/android/volley/cache/BitmapImageCache.java:133
↓ 1 callersMethodaddBitmapToCache
Adds a bitmap to both memory and disk cache. @param data Unique identifier for the bitmap to store @param bitmap The bitmap to store
library/src/com/android/volley/cache/BitmapCache.java:120
↓ 1 callersMethodaddCacheHeaders
(Map<String, String> headers, Cache.Entry entry)
library/src/com/android/volley/toolbox/BasicNetwork.java:215
↓ 1 callersMethodaddContainer
Adds another ImageContainer to the list of those interested in the results of the request.
library/src/com/android/volley/toolbox/ImageLoader.java:534
↓ 1 callersMethodaddTrafficStatsTag
(Request<?> request)
library/src/com/android/volley/NetworkDispatcher.java:77
↓ 1 callersMethodapply
(Request<?> request)
library/src/com/android/volley/RequestQueue.java:197
↓ 1 callersMethodbuildDataPart
(DataOutputStream dataOutputStream, String key, File file)
library/src/com/android/volley/request/MultiPartRequest.java:252
↓ 1 callersMethodbuildParts
(DataOutputStream dos)
library/src/com/android/volley/request/MultiPartRequest.java:213
↓ 1 callersMethodbuildStringPart
(DataOutputStream dataOutputStream, String key, MultiPartParam param)
library/src/com/android/volley/request/MultiPartRequest.java:239
↓ 1 callersMethodbytesToHexString
(byte[] bytes)
library/src/com/android/volley/cache/DiskLruBasedCache.java:313
↓ 1 callersMethodcalculateInSampleSize
Calculate an inSampleSize for use in a {@link BitmapFactory.Options} object when decoding bitmaps using the decode methods from {@link BitmapFactory}.
library/src/com/android/volley/misc/ImageUtils.java:115
↓ 1 callersMethodcalculateMemCacheSize
Sets the memory cache size based on a percentage of the max available VM memory. Eg. setting percent to 0.2 would set the memory cache to one fifth of
library/src/com/android/volley/cache/BitmapCache.java:178
↓ 1 callersMethodcancel
(boolean mayInterruptIfRunning)
library/src/com/android/volley/toolbox/RequestFuture.java:71
↓ 1 callersMethodclearCache
Clears the memory cache.
library/src/com/android/volley/cache/BitmapImageCache.java:170
↓ 1 callersMethodclearCache
()
library/src/com/android/volley/cache/DiskLruImageCache.java:152
↓ 1 callersMethodclose
()
library/src/com/android/volley/toolbox/PoolingByteArrayOutputStream.java:56
↓ 1 callersMethodclose
Closes this cache. Stored values will remain on the filesystem.
library/src/com/android/volley/misc/DiskLruCache.java:611
↓ 1 callersMethodconvertEntityNewToOld
(HttpEntity ent)
sample/src/com/volley/demo/misc/ExtHttpClientStack.java:113
↓ 1 callersMethodconvertHeaders
Converts Headers[] to Map<String, String>.
library/src/com/android/volley/toolbox/BasicNetwork.java:280
↓ 1 callersMethodconvertResponseNewToOld
(HttpResponse resp)
sample/src/com/volley/demo/misc/ExtHttpClientStack.java:95
↓ 1 callersMethodcopyOf
Arrays.copyOf(byte[] original, int newLength) not found in API <= 8. Copies the specified array, truncating or padding with zeros (if necessary) so t
library/src/com/android/volley/misc/InputStreamBuffer.java:331
↓ 1 callersMethodcopyOptions
(BitmapFactory.Options from, BitmapFactory.Options to)
library/src/com/android/volley/request/ImageRequest.java:534
↓ 1 callersMethodcopyOptionsHoneycomb
(BitmapFactory.Options from, BitmapFactory.Options to)
library/src/com/android/volley/request/ImageRequest.java:544
↓ 1 callersMethodcreateConnection
Create an {@link HttpURLConnection} for the specified {@code url}.
library/src/com/android/volley/toolbox/HurlStack.java:196
↓ 1 callersMethodcreateHttpRequest
Creates the appropriate subclass of HttpUriRequest for passed in request.
library/src/com/android/volley/toolbox/HttpClientStack.java:99
↓ 1 callersMethodcreateHttpRequest
Creates the appropriate subclass of HttpUriRequest for passed in request.
sample/src/com/volley/demo/misc/ExtHttpClientStack.java:141
↓ 1 callersMethodcreateMyReqErrorListener
()
sample/src/com/volley/demo/ExampleNewHttpClient.java:87
↓ 1 callersMethodcreateMyReqErrorListener
()
sample/src/com/volley/demo/ExampleGsonRequest.java:78
↓ 1 callersMethodcreateMyReqErrorListener
()
sample/src/com/volley/demo/ExampleCookies.java:124
↓ 1 callersMethodcreateMyReqErrorListener
()
sample/src/com/volley/demo/ExampleSsSslHttpClient.java:90
↓ 1 callersMethodcreateMyReqErrorListener
()
sample/src/com/volley/demo/ExampleSimpleRequest.java:76
↓ 1 callersMethodcreateMyReqErrorListener
()
sample/src/com/volley/demo/ExampleJsonRequest.java:84
← previousnext →201–300 of 990, ranked by callers