MCPcopy Create free account

hub / github.com/DWorkS/VolleyPlus / functions

Functions990 in github.com/DWorkS/VolleyPlus

MethodgetContentTransferEncoding
()
library/src/com/android/volley/toolbox/multipart/BasePart.java:19
MethodgetContentType
()
library/src/com/android/volley/toolbox/multipart/StringPart.java:52
MethodgetContentType
()
library/src/com/android/volley/toolbox/multipart/FilePart.java:63
MethodgetCount
()
sample/src/com/volley/demo/MainActivity.java:94
MethodgetCount
()
sample/src/com/volley/demo/SimpleCacheFragment.java:231
MethodgetCount
()
sample/src/com/volley/demo/ImageDetailActivity.java:183
MethodgetCroppedPhoto
Gets a bitmap of the cropped region. If cropping is not enabled, returns {@code null}.
library/src/com/android/volley/ui/PhotoView.java:590
MethodgetCurrentPage
()
sample/src/com/volley/demo/ExampleNetworkListView.java:198
MethodgetCurrentRetryCount
Returns the current retry count.
library/src/com/android/volley/DefaultRetryPolicy.java:76
MethodgetCurrentTimeout
Returns the current timeout.
library/src/com/android/volley/DefaultRetryPolicy.java:68
MethodgetError
()
library/src/com/android/volley/AsyncRequestLoader.java:106
MethodgetError
()
library/src/com/android/volley/RequestTickle.java:206
MethodgetErrorListener
@return this request's {@link com.android.volley.Response.ErrorListener}.
library/src/com/android/volley/Request.java:201
MethodgetErrorType
@param error @param context @return Return generic message for errors
library/src/com/android/volley/error/VolleyErrorHelper.java:41
MethodgetFilenameForKey
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/DiskLruBasedCache.java:332
MethodgetImageLoaderInstance
()
library/src/com/android/volley/cache/SimpleImageLoader.java:500
MethodgetInstance
@return ApplicationController singleton instance
library/src/com/android/volley/ApplicationController.java:34
MethodgetItem
(int position)
sample/src/com/volley/demo/SimpleCacheFragment.java:242
MethodgetItem
(int position)
sample/src/com/volley/demo/ImageDetailActivity.java:188
MethodgetItemViewType
(int position)
sample/src/com/volley/demo/SimpleCacheFragment.java:259
MethodgetLength
Returns the byte length of the value for {@code index}.
library/src/com/android/volley/misc/DiskLruCache.java:687
MethodgetMaxSize
Returns the maximum number of bytes that this cache should use to store its data.
library/src/com/android/volley/misc/DiskLruCache.java:470
MethodgetMethod
()
library/src/com/android/volley/toolbox/HttpClientStack.java:287
MethodgetNetworkTimeMs
()
library/src/com/android/volley/error/VolleyError.java:56
MethodgetOptions
()
library/src/com/android/volley/request/ImageRequest.java:527
MethodgetPhoto
Returns the bound photo data if set. Otherwise, {@code null}.
library/src/com/android/volley/ui/PhotoView.java:517
MethodgetPlaceHolder
()
library/src/com/android/volley/Volley.java:84
MethodgetPostParameterPairs
(Map<String, String> postParams)
library/src/com/android/volley/toolbox/HttpClientStack.java:72
MethodgetPostParameterPairs
(Map<String, String> postParams)
sample/src/com/volley/demo/misc/ExtHttpClientStack.java:67
MethodgetPriority
()
library/src/com/android/volley/request/ClearCacheRequest.java:57
MethodgetPriority
()
library/src/com/android/volley/request/ImageRequest.java:124
MethodgetResolutionIntent
()
library/src/com/android/volley/error/AuthFailureError.java:49
MethodgetResponse
()
library/src/com/android/volley/RequestTickle.java:202
MethodgetSchemeBaseUrl
(String type, String url)
library/src/com/android/volley/misc/Utils.java:265
MethodgetSequence
Returns the sequence number of this request.
library/src/com/android/volley/Request.java:308
MethodgetStatus
Returns the current status of this task. @return The current status.
library/src/com/android/volley/misc/AsyncTask.java:355
MethodgetString
Returns the string value for {@code index}.
library/src/com/android/volley/misc/DiskLruCache.java:682
MethodgetThreadPoolSize
Gets the thread pool size.
library/src/com/android/volley/RequestQueue.java:188
MethodgetUsableSpace
Check how much usable space is available at a given path. @param path The path to check @return The space available in bytes
library/src/com/android/volley/cache/BitmapImageCache.java:237
MethodgetVideoData
Gets video data associated with this item. Returns {@code null} if this is not a video.
library/src/com/android/volley/ui/PhotoView.java:534
MethodgetView
(int position, View convertView, ViewGroup parent)
sample/src/com/volley/demo/MainActivity.java:109
MethodgetView
(int position, View convertView, ViewGroup container)
sample/src/com/volley/demo/SimpleCacheFragment.java:269
MethodgetView
(int position, View convertView, ViewGroup parent)
sample/src/com/volley/demo/util/ImageArrayAdapter.java:42
MethodgetViewTypeCount
()
sample/src/com/volley/demo/SimpleCacheFragment.java:252
MethodhandleMessage
(Message msg)
library/src/com/android/volley/misc/AsyncTask.java:664
MethodhasFroyo
()
library/src/com/android/volley/misc/Utils.java:97
MethodhasFroyo
()
sample/src/com/volley/demo/util/Utils.java:55
MethodhasHoneycombMR1
()
sample/src/com/volley/demo/util/Utils.java:69
MethodhasJellyBeanMR2
()
library/src/com/android/volley/misc/Utils.java:124
MethodhasKitKat
()
sample/src/com/volley/demo/util/Utils.java:77
MethodhasStableIds
()
sample/src/com/volley/demo/SimpleCacheFragment.java:264
Methodinit
@hide Used to force static handler to be created.
library/src/com/android/volley/misc/AsyncTask.java:295
MethodinitAd
()
sample/src/com/volley/demo/util/AdWrapper.java:48
Methodinitialize
Initializes the DiskBasedCache by scanning for all files currently in the specified root directory. Creates the root directory if necessary.
library/src/com/android/volley/cache/DiskBasedCache.java:151
Methodinitialize
()
library/src/com/android/volley/cache/NoCache.java:46
Methodinitialize
()
library/src/com/android/volley/cache/DiskLruBasedCache.java:438
Methodinitialize
Initializes the DiskBasedCache by scanning for all files currently in the specified root directory. Creates the root directory if necessary.
library/src/com/android/volley/error/DiskBasedCache.java:162
MethodinterceptMoveLeft
Return {@code true} if the component needs to receive right-to-left touch movements. @param origX the raw x coordinate of the initial touc
library/src/com/android/volley/misc/Utils.java:69
MethodinterceptMoveLeft
(float origX, float origY)
library/src/com/android/volley/ui/PhotoView.java:368
MethodinterceptMoveRight
Return {@code true} if the component needs to receive left-to-right touch movements. @param origX the raw x coordinate of the initial touc
library/src/com/android/volley/misc/Utils.java:80
MethodinterceptMoveRight
(float origX, float origY)
library/src/com/android/volley/ui/PhotoView.java:401
Methodinto
(ImageView view)
library/src/com/android/volley/Volley.java:104
Methodinvalidate
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/DiskBasedCache.java:191
Methodinvalidate
(String key, boolean fullExpire)
library/src/com/android/volley/cache/NoCache.java:38
Methodinvalidate
(String key)
library/src/com/android/volley/cache/SimpleImageLoader.java:173
Methodinvalidate
(String key, boolean fullExpire)
library/src/com/android/volley/cache/DiskLruBasedCache.java:443
Methodinvalidate
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/error/DiskBasedCache.java:202
MethodinvalidateAuthToken
(String authToken)
library/src/com/android/volley/toolbox/AndroidAuthenticator.java:103
MethodinvalidateBitmap
(String url)
library/src/com/android/volley/cache/LruImageCache.java:59
MethodinvalidateBitmap
(String url)
library/src/com/android/volley/cache/BitmapImageCache.java:280
MethodinvalidateBitmap
(String url)
library/src/com/android/volley/cache/DiskLruImageCache.java:129
MethodinvalidateBitmap
(String url)
library/src/com/android/volley/cache/BitmapCache.java:231
MethodinvalidateDrawable
(Drawable drawable)
library/src/com/android/volley/ui/PhotoView.java:753
MethodisCached
(String key)
library/src/com/android/volley/cache/SimpleImageLoader.java:169
MethodisCached
Checks if the item is available in the cache. @param requestUrl The url of the remote image @param maxWidth The maximum width of the returned image. @
library/src/com/android/volley/toolbox/ImageLoader.java:191
MethodisCrossfade
()
library/src/com/android/volley/Volley.java:96
MethodisGzipContent
(HttpResponse response)
library/src/com/android/volley/misc/Utils.java:286
MethodisImageMimeType
@return true if the MimeType type is image
library/src/com/android/volley/misc/ImageUtils.java:157
MethodisImageTransformsEnabled
()
library/src/com/android/volley/ui/PhotoView.java:793
MethodisPhotoBound
Returns {@code true} if a photo has been bound. Otherwise, {@code false}.
library/src/com/android/volley/ui/PhotoView.java:555
MethodisRepeatable
()
library/src/com/android/volley/toolbox/multipart/MultipartEntity.java:34
MethodisRepeatable
()
library/src/com/android/volley/misc/ProgressHttpEntity.java:47
MethodisStreaming
Tells that this entity is not streaming. @return <code>false</code>
library/src/com/android/volley/toolbox/multipart/MultipartEntity.java:76
MethodisStreaming
()
library/src/com/android/volley/misc/ProgressHttpEntity.java:42
MethodisSupportRange
(HttpResponse response)
library/src/com/android/volley/misc/Utils.java:278
MethodisVideo
Returns {@code true} if the photo represents a video. Otherwise, {@code false}.
library/src/com/android/volley/ui/PhotoView.java:541
MethodisVideoReady
Returns {@code true} if the video is ready to play. Otherwise, {@code false}.
library/src/com/android/volley/ui/PhotoView.java:548
MethodloadImageIfNecessary
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/PhotoView.java:1471
MethodloadInBackground
()
library/src/com/android/volley/AsyncRequestLoader.java:29
MethodlogError
(String what, String url, long start)
library/src/com/android/volley/toolbox/BasicNetwork.java:231
MethodnewFuture
()
library/src/com/android/volley/toolbox/RequestFuture.java:61
MethodnewThread
(Runnable r)
library/src/com/android/volley/misc/AsyncTask.java:208
MethodonActivityCreated
(Bundle savedInstanceState)
sample/src/com/volley/demo/ImageDetailFragment.java:81
MethodonAdLoaded
()
sample/src/com/volley/demo/util/AdWrapper.java:90
MethodonAnimationEnd
(Animator animation)
library/src/com/android/volley/cache/SimpleImageLoader.java:409
MethodonAnimationEnd
(Animator animation)
library/src/com/android/volley/ui/NetworkImageView.java:270
MethodonAttachedToWindow
()
sample/src/com/volley/demo/util/AdWrapper.java:65
MethodonCanceled
(T data)
library/src/com/android/volley/AsyncRequestLoader.java:95
MethodonClick
(View v)
sample/src/com/volley/demo/ExampleImageLoading.java:47
MethodonClick
(View v)
sample/src/com/volley/demo/ExampleNewHttpClient.java:58
← previousnext →701–800 of 990, ranked by callers