MCPcopy Create free account

hub / github.com/DWorkS/VolleyPlus / functions

Functions990 in github.com/DWorkS/VolleyPlus

↓ 4 callersMethodgetFileForKey
Returns a file object for the given cache key.
library/src/com/android/volley/error/DiskBasedCache.java:271
↓ 4 callersMethodgetHeader
(Boundary boundary)
library/src/com/android/volley/toolbox/multipart/BasePart.java:26
↓ 4 callersMethodgetParamsEncoding
Returns which encoding should be used when converting POST or PUT parameters returned by {@link #getParams()} into a raw POST or PUT body. <p>This co
library/src/com/android/volley/Request.java:493
↓ 4 callersMethodgetRequestQueue
()
library/src/com/android/volley/Volley.java:194
↓ 4 callersMethodgetScale
Returns the currently applied scale factor for the image. <p> NOTE: This method overwrites any values stored in {@link #mValues}.
library/src/com/android/volley/ui/PhotoView.java:896
↓ 4 callersMethodgetTimeoutMs
Returns the socket timeout in milliseconds per retry attempt. (This value can be changed per retry attempt if a backoff is specified via backoffTimeou
library/src/com/android/volley/Request.java:638
↓ 4 callersMethodgetUserAgent
(Context mContext)
library/src/com/android/volley/misc/NetUtils.java:31
↓ 4 callersMethodhasHoneycomb
()
sample/src/com/volley/demo/util/Utils.java:65
↓ 4 callersMethodinit
(Context context)
sample/src/com/volley/demo/util/MyVolley.java:41
↓ 4 callersMethodisCanceled
Returns true if this request has been canceled.
library/src/com/android/volley/Request.java:372
↓ 4 callersMethodjournalRebuildRequired
We only rebuild the journal when it will halve the size of the journal and eliminate at least 2000 ops.
library/src/com/android/volley/misc/DiskLruCache.java:552
↓ 4 callersMethodnewOutputStream
Returns a new unbuffered output stream to write the value at {@code index}. If the underlying output stream encounters errors when writing to the file
library/src/com/android/volley/misc/DiskLruCache.java:753
↓ 4 callersMethodnewRequestQueue
(Context context, ImageCacheParams imageCacheParams)
library/src/com/android/volley/cache/SimpleImageLoader.java:369
↓ 4 callersMethodparseNetworkResponse
Subclasses must implement this to parse the raw network response and return an appropriate response type. This method will be called from a worker thr
library/src/com/android/volley/Request.java:672
↓ 4 callersMethodpostError
Posts an error for the given request.
library/src/com/android/volley/ResponseDelivery.java:36
↓ 4 callersMethodpostResponse
Parses a response from the network or cache and delivers it.
library/src/com/android/volley/ResponseDelivery.java:25
↓ 4 callersMethodreleaseResources
(T data)
library/src/com/android/volley/AsyncRequestLoader.java:102
↓ 4 callersMethodrenameTo
(File from, File to, boolean deleteDestination)
library/src/com/android/volley/misc/DiskLruCache.java:375
↓ 4 callersMethodreturnBuf
Returns a buffer to the pool, throwing away old buffers if the pool would exceed its allotted size. @param buf the buffer to return to the pool.
library/src/com/android/volley/toolbox/ByteArrayPool.java:110
↓ 4 callersMethodsetNetworkTimeMs
(long networkTimeMs)
library/src/com/android/volley/error/VolleyError.java:53
↓ 4 callersMethodshouldCache
Returns true if responses to this request should be cached.
library/src/com/android/volley/Request.java:576
↓ 4 callersMethodstart
Starts the dispatchers in this queue.
library/src/com/android/volley/RequestQueue.java:142
↓ 4 callersMethodstreamToBytes
(CountingInputStream cis, long length)
library/src/com/android/volley/misc/IOUtils.java:119
↓ 4 callersMethodwriteInt
(OutputStream os, int n)
library/src/com/android/volley/misc/IOUtils.java:35
↓ 4 callersMethodwriteTo
(final OutputStream out, Boundary boundary)
library/src/com/android/volley/toolbox/multipart/Part.java:11
↓ 3 callersMethodbatchResponse
Starts the runnable for batched delivery of responses if it is not already started. @param cacheKey The cacheKey of the response being delivered. @par
library/src/com/android/volley/toolbox/ImageLoader.java:559
↓ 3 callersMethodbindResource
(int resourceId)
library/src/com/android/volley/ui/PhotoView.java:455
↓ 3 callersMethodclearCache
Clears the memory cache.
library/src/com/android/volley/cache/BitmapCache.java:157
↓ 3 callersMethodcompleteEdit
(Editor editor, boolean success)
library/src/com/android/volley/misc/DiskLruCache.java:492
↓ 3 callersMethodconvertheaderNewToOld
(Header header)
sample/src/com/volley/demo/misc/ExtHttpClientStack.java:133
↓ 3 callersMethodcreateInputStream
Create a new InputStream. The caller of this method must be able to read the input stream starting from the beginning. @return
library/src/com/android/volley/misc/ImageUtils.java:344
↓ 3 callersMethodgetBody
()
library/src/com/android/volley/request/JsonRequest.java:94
↓ 3 callersMethodgetBodyContentType
Returns the content type of the POST or PUT body.
library/src/com/android/volley/Request.java:500
↓ 3 callersMethodgetBodyContentType
()
library/src/com/android/volley/request/JsonRequest.java:89
↓ 3 callersMethodgetBuf
Returns a buffer from the pool if one is available in the requested size, or allocates a new one if a pooled one is not available. @param len the min
library/src/com/android/volley/toolbox/ByteArrayPool.java:91
↓ 3 callersMethodgetContentType
()
library/src/com/android/volley/toolbox/multipart/BasePart.java:18
↓ 3 callersMethodgetContext
()
library/src/com/android/volley/Volley.java:100
↓ 3 callersMethodgetDiskCacheDir
Get a usable cache directory (external if available, internal otherwise). @param context The context to use @param uniqueName A
library/src/com/android/volley/misc/Utils.java:164
↓ 3 callersMethodgetFilenameForKey
Creates a pseudo-unique filename for the specified cache key. @param key The key to generate a file name for. @return A pseudo-unique filename.
library/src/com/android/volley/cache/DiskBasedCache.java:250
↓ 3 callersMethodgetFilenameForKey
Creates a pseudo-unique filename for the specified cache key. @param key The key to generate a file name for. @return A pseudo-unique filename.
library/src/com/android/volley/error/DiskBasedCache.java:261
↓ 3 callersMethodgetFilesToUpload
Get all the files to be uploaded for this request @return A map of all the files to be uploaded for this request
library/src/com/android/volley/request/MultiPartRequest.java:194
↓ 3 callersMethodgetHeader
(HttpResponse response, String key)
library/src/com/android/volley/misc/Utils.java:273
↓ 3 callersMethodgetImageCache
()
library/src/com/android/volley/toolbox/ImageLoader.java:120
↓ 3 callersMethodgetImageLoader
Returns instance of ImageLoader initialized with {@see FakeImageCache} which effectively means that no memory caching is used. This is useful for imag
sample/src/com/volley/demo/util/MyVolley.java:61
↓ 3 callersMethodgetItemId
(int position)
sample/src/com/volley/demo/MainActivity.java:104
↓ 3 callersMethodgetMethod
()
library/src/com/android/volley/toolbox/HttpClientStack.java:255
↓ 3 callersMethodgetMultipartParams
Get all the multipart params for this request @return A map of all the multipart params NOT including the file uploads
library/src/com/android/volley/request/MultiPartRequest.java:185
↓ 3 callersMethodgetPriority
Returns the {@link Priority} of this request; {@link Priority#NORMAL} by default.
library/src/com/android/volley/Request.java:629
↓ 3 callersMethodgetTrafficStatsTag
@return A tag for use with {@link TrafficStats#setThreadStatsTag(int)}
library/src/com/android/volley/Request.java:208
↓ 3 callersMethodhas
(final InputStreamBuffer jpeg, final long byteSize, final int index)
library/src/com/android/volley/misc/Exif.java:201
↓ 3 callersMethodinit
(Context context)
sample/src/com/volley/demo/util/AdWrapper.java:38
↓ 3 callersMethodinitialize
Initializes the header and any static values
library/src/com/android/volley/ui/PhotoView.java:1083
↓ 3 callersMethodisClosed
Returns true if this cache has been closed.
library/src/com/android/volley/misc/DiskLruCache.java:593
↓ 3 callersMethodloadImageIfNecessary
Loads the image for the view if it isn't already loaded. @param isInLayoutPass True if this was invoked from a layout pass, false otherwise.
library/src/com/android/volley/ui/NetworkImageView.java:160
↓ 3 callersMethodmarkDelivered
Mark this request as having a response delivered on it. This can be used later in the request's lifetime for suppressing identical responses.
library/src/com/android/volley/Request.java:653
↓ 3 callersMethodopen
Opens the cache in {@code directory}, creating a cache if none exists there. @param directory a writable directory @param valueCount
library/src/com/android/volley/misc/DiskLruCache.java:197
↓ 3 callersMethodputBitmap
(String url, Bitmap bitmap)
library/src/com/android/volley/toolbox/ImageCache.java:12
↓ 3 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/cache/DiskBasedCache.java:393
↓ 3 callersMethodreadInt
(InputStream is)
library/src/com/android/volley/misc/IOUtils.java:42
↓ 3 callersMethodsetCacheEntry
Annotates this request with an entry retrieved for it from cache. Used for cache coherency support. @return This Request object to allow for chaining
library/src/com/android/volley/Request.java:350
↓ 3 callersMethodsetDefaultImageOrNull
()
library/src/com/android/volley/ui/NetworkImageView.java:305
↓ 3 callersMethodsetMaxImageSize
(int maxImageWidth, int maxImageHeight)
library/src/com/android/volley/ui/NetworkImageView.java:135
↓ 3 callersMethodsetMemCacheSizePercent
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/DiskLruBasedCache.java:288
↓ 3 callersMethodsetTvCookieText
(String str)
sample/src/com/volley/demo/ExampleCookies.java:134
↓ 3 callersMethodsnap
Snaps the image so it touches all edges of the view.
library/src/com/android/volley/ui/PhotoView.java:1012
↓ 3 callersMethodthrowIfNotOnMainThread
()
library/src/com/android/volley/toolbox/ImageLoader.java:593
↓ 3 callersMethodtranslate
Translates the image. This method will not allow the image to be translated outside of the visible area. @param tx how many pixels to translate hori
library/src/com/android/volley/ui/PhotoView.java:959
↓ 3 callersMethodtrim
Removes buffers from the pool until it is under its size limit.
library/src/com/android/volley/toolbox/ByteArrayPool.java:127
↓ 3 callersMethodtrimToSize
()
library/src/com/android/volley/misc/DiskLruCache.java:625
↓ 3 callersMethodvalidateKey
(String key)
library/src/com/android/volley/misc/DiskLruCache.java:642
↓ 2 callersMethodaddHeaders
(HttpUriRequest httpRequest, Map<String, String> headers)
library/src/com/android/volley/toolbox/HttpClientStack.java:66
↓ 2 callersMethodaddHeaders
(HttpUriRequest httpRequest, Map<String, String> headers)
sample/src/com/volley/demo/misc/ExtHttpClientStack.java:61
↓ 2 callersMethodaddPart
(Part part)
library/src/com/android/volley/toolbox/multipart/MultipartEntity.java:30
↓ 2 callersMethodbindDrawable
(Drawable drawable)
library/src/com/android/volley/ui/PhotoView.java:459
↓ 2 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/BitmapImageCache.java:191
↓ 2 callersMethodcancel
Mark this request as canceled. No callback will be delivered.
library/src/com/android/volley/Request.java:365
↓ 2 callersMethodcopyOptionsFroyo
(BitmapFactory.Options from, BitmapFactory.Options to)
library/src/com/android/volley/request/ImageRequest.java:556
↓ 2 callersMethodcopyOptionsGingerbreadMr1
(BitmapFactory.Options from, BitmapFactory.Options to)
library/src/com/android/volley/request/ImageRequest.java:550
↓ 2 callersMethodcreateInputStream
(File file)
library/src/com/android/volley/cache/DiskBasedCache.java:331
↓ 2 callersMethodcreateInputStream
(File file)
library/src/com/android/volley/error/DiskBasedCache.java:342
↓ 2 callersMethodcreateInputStreamFactory
(final ContentResolver resolver, final Uri uri)
library/src/com/android/volley/misc/ImageUtils.java:324
↓ 2 callersMethodcreateMyReqErrorListener
()
sample/src/com/volley/demo/ExampleParams.java:124
↓ 2 callersMethodcreateMyReqSuccessListener
()
sample/src/com/volley/demo/ExampleParams.java:114
↓ 2 callersMethodcreateRequest
()
sample/src/com/volley/demo/ExampleCookies.java:98
↓ 2 callersMethoddoGet
(Long timeoutMs)
library/src/com/android/volley/toolbox/RequestFuture.java:100
↓ 2 callersMethodenableStrictMode
()
sample/src/com/volley/demo/util/Utils.java:32
↓ 2 callersMethodencodeParameters
Converts <code>params</code> into an application/x-www-form-urlencoded encoded string.
library/src/com/android/volley/Request.java:524
↓ 2 callersMethodexecute
(Runnable command)
library/src/com/android/volley/ExecutorDelivery.java:39
↓ 2 callersMethodexpand
Ensures there is enough space in the buffer for the given number of additional bytes.
library/src/com/android/volley/toolbox/PoolingByteArrayOutputStream.java:71
↓ 2 callersMethodfillBuf
Reads new input data into the buffer. Call only with pos == end or end == -1, depending on the desired outcome if the function throws.
library/src/com/android/volley/misc/StrictLineReader.java:213
↓ 2 callersMethodget
Returns an ImageContainer for the requested URL. The ImageContainer will contain either the specified default bitmap or the loaded bitmap. If the def
library/src/com/android/volley/toolbox/ImageLoader.java:220
↓ 2 callersMethodget
(View view, int id)
sample/src/com/volley/demo/util/ImageArrayAdapter.java:69
↓ 2 callersMethodgetBoundary
()
library/src/com/android/volley/toolbox/multipart/MultipartEntity.java:38
↓ 2 callersMethodgetCacheEntry
Returns the annotated cache entry, or null if there isn't one.
library/src/com/android/volley/Request.java:358
↓ 2 callersMethodgetClosingBoundary
()
library/src/com/android/volley/toolbox/multipart/Boundary.java:45
↓ 2 callersMethodgetContent
Returns <code>null</code> since it's not designed to be used for server responses.
library/src/com/android/volley/toolbox/multipart/MultipartEntity.java:54
↓ 2 callersMethodgetCookie
(CookieStore cs, String cookieName)
sample/src/com/volley/demo/ExampleCookies.java:139
↓ 2 callersMethodgetCropSize
@return the size of the crop regions
library/src/com/android/volley/ui/PhotoView.java:887
↓ 2 callersMethodgetDirectory
Returns the directory where this cache stores its data.
library/src/com/android/volley/misc/DiskLruCache.java:462
↓ 2 callersMethodgetError
Get the error for this response
library/src/com/android/volley/toolbox/ImageLoader.java:526
← previousnext →101–200 of 990, ranked by callers