MCPcopy Create free account

hub / github.com/bacy/volley / functions

Functions850 in github.com/bacy/volley

MethodgroupBy
(String columnName)
src/com/android/volley/db/sqlite/DbModelSelector.java:91
MethodgroupBy
(String columnName)
src/com/android/volley/db/sqlite/Selector.java:93
MethodhasFroyo
()
src/com/android/volley/Utils.java:47
MethodhasGingerbreadMR1
()
src/com/android/volley/Utils.java:58
MethodhasJellyBean
()
src/com/android/volley/Utils.java:70
MethodhasJellyBeanMR2
()
src/com/android/volley/Utils.java:74
Methodhaving
(WhereBuilder whereBuilder)
src/com/android/volley/db/sqlite/DbModelSelector.java:96
MethodhitCount
Returns the number of times {@link #get} returned a value.
src/com/android/volley/LruCache.java:280
Methodinit
(Context context)
src/com/android/volley/ext/tools/HttpTools.java:40
Methodinitialize
Initializes the DiskBasedCache by scanning for all files currently in the specified root directory. Creates the root directory if necessary.
src/com/android/volley/toolbox/DiskBasedCache.java:160
Methodinitialize
()
src/com/android/volley/toolbox/NoCache.java:46
Methodinitialize
()
src/com/android/volley/toolbox/DiskLruBasedCache.java:341
Methodinvalidate
Invalidates an entry in the cache. @param key Cache key @param fullExpire True to fully expire the entry, false to soft expire
src/com/android/volley/toolbox/DiskBasedCache.java:199
Methodinvalidate
(String key, boolean fullExpire)
src/com/android/volley/toolbox/NoCache.java:38
Methodinvalidate
(String key, boolean fullExpire)
src/com/android/volley/toolbox/DiskLruBasedCache.java:346
MethodinvalidateAuthToken
(String authToken)
src/com/android/volley/toolbox/AndroidAuthenticator.java:98
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. @
src/com/android/volley/toolbox/ImageLoader.java:156
MethodisGzipContent
(HttpResponse response)
src/com/android/volley/toolbox/BasicNetwork.java:414
MethodisRepeatable
()
src/com/android/volley/toolbox/multipart/MultipartEntity.java:36
MethodisSpecialType
(String url)
src/com/android/volley/Utils.java:230
MethodisStreaming
Tells that this entity is not streaming. @return <code>false</code>
src/com/android/volley/toolbox/multipart/MultipartEntity.java:72
Methodlimit
(int limit)
src/com/android/volley/db/sqlite/DbModelSelector.java:116
MethodloadCompletedisplay
(View imageView,Bitmap bitmap,BitmapDisplayConfig config)
src/com/android/volley/ext/display/SimpleDisplayer.java:25
MethodloadDefaultDisplay
(View view, BitmapDisplayConfig config)
src/com/android/volley/ext/display/SimpleDisplayer.java:75
MethodloadFailDisplay
(View view, BitmapDisplayConfig config)
src/com/android/volley/ext/display/SimpleDisplayer.java:56
MethodlogError
(String what, String url, long start)
src/com/android/volley/toolbox/BasicNetwork.java:265
Methodmark
(int readLimit)
src/com/android/volley/toolbox/ContentLengthInputStream.java:48
Methodmark
(int readLimit)
src/com/android/volley/ext/ContentLengthInputStream.java:48
MethodmarkSupported
()
src/com/android/volley/toolbox/ContentLengthInputStream.java:78
MethodmarkSupported
()
src/com/android/volley/ext/ContentLengthInputStream.java:78
MethodmaxSize
For caches that do not override {@link #sizeOf}, this returns the maximum number of entries in the cache. For all other caches, this returns the maxim
src/com/android/volley/LruCache.java:273
MethodmissCount
Returns the number of times {@link #get} returned null or required a new value to be created.
src/com/android/volley/LruCache.java:288
MethodnewFuture
()
src/com/android/volley/toolbox/RequestFuture.java:61
Methodoffset
(int offset)
src/com/android/volley/db/sqlite/DbModelSelector.java:121
Methodoffset
(int offset)
src/com/android/volley/db/sqlite/Selector.java:122
MethodonBoundsChange
(Rect bounds)
src/com/android/volley/ext/display/SimpleDisplayer.java:156
MethodonDetachedFromWindow
()
src/com/android/volley/toolbox/NetworkImageView.java:201
MethodonErrorResponse
(VolleyError error)
src/com/android/volley/toolbox/ImageLoader.java:104
MethodonErrorResponse
(VolleyError error)
src/com/android/volley/toolbox/NetworkImageView.java:151
MethodonErrorResponse
(VolleyError error)
src/com/android/volley/toolbox/RequestFuture.java:147
MethodonErrorResponse
(VolleyError error)
src/com/android/volley/ext/tools/HttpTools.java:172
MethodonErrorResponse
(VolleyError error)
src/com/android/volley/ext/tools/BitmapTools.java:226
MethodonLayout
(boolean changed, int left, int top, int right, int bottom)
src/com/android/volley/toolbox/NetworkImageView.java:195
MethodonLoading
(long count, long current)
src/com/android/volley/toolbox/ImageLoader.java:248
MethodonLoading
(long count, long current)
src/com/android/volley/ext/tools/HttpTools.java:181
MethodonResponse
Called when a response is received.
src/com/android/volley/Response.java:29
MethodonResponse
(ImageContainer response, boolean isImmediate)
src/com/android/volley/toolbox/ImageLoader.java:111
MethodonResponse
(T response)
src/com/android/volley/toolbox/RequestFuture.java:140
MethodonResponse
(String response)
src/com/android/volley/ext/tools/HttpTools.java:163
MethodonResponse
(ImageContainer response, boolean isImmediate)
src/com/android/volley/ext/tools/BitmapTools.java:232
MethodonScroll
(AbsListView view, int firstVisibleItem, int visibleItemCount, int totalItemCount)
src/com/android/volley/ext/PauseOnScrollListener.java:50
MethodonScrollStateChanged
(AbsListView view, int scrollState)
src/com/android/volley/ext/PauseOnScrollListener.java:28
MethodonViewAttachedToWindow
(View v)
src/com/android/volley/ext/tools/BitmapTools.java:308
MethodonViewDetachedFromWindow
(View v)
src/com/android/volley/ext/tools/BitmapTools.java:295
MethodopenLog
判断是否打开volley的log输出 @param isOpened
src/com/android/volley/toolbox/Volley.java:127
Methodor
(String columnName, String op, Object value)
src/com/android/volley/db/sqlite/DbModelSelector.java:71
Methodor
add OR condition @param columnName @param op operator: "=","<","LIKE","IN","BETWEEN"... @param value @return
src/com/android/volley/db/sqlite/WhereBuilder.java:85
Methodor
(String columnName, String op, Object value)
src/com/android/volley/db/sqlite/Selector.java:67
MethodorderBy
(String columnName)
src/com/android/volley/db/sqlite/DbModelSelector.java:106
MethodorderBy
(String columnName)
src/com/android/volley/db/sqlite/Selector.java:101
MethodparseNetworkResponse
(NetworkResponse response)
src/com/android/volley/toolbox/JsonObjectRequest.java:63
MethodparseNetworkResponse
(NetworkResponse response)
src/com/android/volley/toolbox/MultiPartRequest.java:79
MethodparseNetworkResponse
(NetworkResponse response)
src/com/android/volley/toolbox/StringRequest.java:70
MethodparseNetworkResponse
(NetworkResponse response)
src/com/android/volley/toolbox/JsonRequest.java:68
MethodparseNetworkResponse
(NetworkResponse response)
src/com/android/volley/toolbox/ClearCacheRequest.java:62
MethodparseNetworkResponse
(NetworkResponse response)
src/com/android/volley/toolbox/JsonArrayRequest.java:45
MethodparseNetworkResponse
(NetworkResponse response)
src/com/android/volley/toolbox/ImageRequest.java:134
MethodparseNetworkResponse
(NetworkResponse response)
src/com/android/volley/ext/tools/HttpTools.java:189
Methodpause
()
src/com/android/volley/RequestQueue.java:171
MethodpauseTask
()
src/com/android/volley/NetworkDispatcher.java:85
MethodperformRequest
(Request<?> request, Map<String, String> additionalHeaders)
src/com/android/volley/toolbox/HurlStack.java:87
MethodperformRequest
(ResponseDelivery delivery, Request<?> request)
src/com/android/volley/toolbox/BasicNetwork.java:92
MethodperformRequest
(Request<?> request, Map<String, String> additionalHeaders)
src/com/android/volley/toolbox/HttpClientStack.java:74
MethodpostError
(Request<?> request, VolleyError error)
src/com/android/volley/ExecutorDelivery.java:65
MethodpostLoading
(final Request<?> request, final long count, final long current)
src/com/android/volley/ExecutorDelivery.java:119
MethodpostResponse
(Request<?> request, Response<?> response)
src/com/android/volley/ExecutorDelivery.java:53
Methodput
Caches {@code value} for {@code key}. The value is moved to the head of the queue. @return the previous value mapped by {@code key}.
src/com/android/volley/LruCache.java:116
Methodput
(String key, Entry entry)
src/com/android/volley/toolbox/NoCache.java:34
Methodput
put 请求 @param requestInfo @param httpResult @since 3.5
src/com/android/volley/ext/tools/HttpTools.java:115
Methodput
(String sql, Object result)
src/com/android/volley/ext/tools/DbTools.java:873
MethodputBitmap
(String url, Bitmap bitmap)
src/com/android/volley/toolbox/BitmapCache.java:54
MethodputCount
Returns the number of times {@link #put} was called.
src/com/android/volley/LruCache.java:302
MethodputFile
(String key, String path)
src/com/android/volley/ext/RequestInfo.java:91
Methodquit
Forces this dispatcher to quit immediately. If any requests are still in the queue, they are not guaranteed to be processed.
src/com/android/volley/NetworkDispatcher.java:71
MethodquitDownloadQueue
()
src/com/android/volley/ext/tools/HttpTools.java:423
Methodread
()
src/com/android/volley/toolbox/ContentLengthInputStream.java:53
MethodreadFully
(Reader reader)
src/com/android/volley/Utils.java:181
MethodregisterColumnConverter
(Class columnType, ColumnConverter columnConverter)
src/com/android/volley/db/converter/ColumnConverterFactory.java:42
Methodremove
Removes the entry for {@code key} if it exists. @return the previous value mapped by {@code key}.
src/com/android/volley/LruCache.java:177
Methodremove
(String key)
src/com/android/volley/toolbox/NoCache.java:42
MethodreplaceAll
(List<?> entities)
src/com/android/volley/ext/tools/DbTools.java:201
Methodreset
()
src/com/android/volley/ext/ContentLengthInputStream.java:68
Methodresume
()
src/com/android/volley/RequestQueue.java:160
Methodretry
Prepares for the next retry by applying a backoff to the timeout. @param error The error code of the last attempt.
src/com/android/volley/DefaultRetryPolicy.java:83
Methodrun
()
src/com/android/volley/Request.java:241
Methodrun
()
src/com/android/volley/NetworkDispatcher.java:99
Methodrun
()
src/com/android/volley/ExecutorDelivery.java:88
Methodrun
()
src/com/android/volley/CacheDispatcher.java:96
Methodrun
()
src/com/android/volley/toolbox/ImageLoader.java:314
Methodrun
()
src/com/android/volley/toolbox/NetworkImageView.java:166
← previousnext →701–800 of 850, ranked by callers