Searched defs:cacheKey (Results 1 - 6 of 6) sorted by relevance

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
H A DSdkUtil.java128 String key = cacheKey(classDesc, methodDesc);
144 final String key = cacheKey(classDesc, methodOrFieldDesc);
149 private static String cacheKey(String classDesc, String methodOrFieldDesc) { method in class:SdkUtil.ApiChecker
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardStatusView.java227 static String cacheKey; field in class:KeyguardStatusView.Patterns
238 if (key.equals(cacheKey)) return;
255 cacheKey = key;
/frameworks/volley/src/test/java/com/android/volley/mock/
H A DMockRequest.java51 public void setCacheKey(String cacheKey) { argument
52 mCacheKey = cacheKey;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DResourceHelper.java370 boolean isFramework, String cacheKey, BridgeContext context) throws IOException {
372 NinePatchChunk chunk = Bridge.getCached9Patch(cacheKey,
374 Bitmap bitmap = Bridge.getCachedBitmap(cacheKey,
386 Bridge.setCached9Patch(cacheKey, chunk,
395 Bridge.setCachedBitmap(cacheKey, bitmap,
369 getNinePatchDrawable(InputStream inputStream, Density density, boolean isFramework, String cacheKey, BridgeContext context) argument
/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DImageLoader.java168 String cacheKey = getCacheKey(requestUrl, maxWidth, maxHeight, scaleType);
169 return mCache.getBitmap(cacheKey) != null;
213 final String cacheKey = getCacheKey(requestUrl, maxWidth, maxHeight, scaleType);
216 Bitmap cachedBitmap = mCache.getBitmap(cacheKey);
226 new ImageContainer(null, requestUrl, cacheKey, imageListener);
232 BatchedImageRequest request = mInFlightRequests.get(cacheKey);
242 cacheKey);
245 mInFlightRequests.put(cacheKey,
251 ScaleType scaleType, final String cacheKey) {
255 onGetImageSuccess(cacheKey, respons
250 makeImageRequest(String requestUrl, int maxWidth, int maxHeight, ScaleType scaleType, final String cacheKey) argument
279 onGetImageSuccess(String cacheKey, Bitmap response) argument
299 onGetImageError(String cacheKey, VolleyError error) argument
337 ImageContainer(Bitmap bitmap, String requestUrl, String cacheKey, ImageListener listener) argument
456 batchResponse(String cacheKey, BatchedImageRequest request) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 598 milliseconds