Searched refs:ownerKey (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DJavaBrowserViewRendererHelper.java31 * drawn into. Note the Canvas will not be modified in any way. If |ownerKey| is non-zero
35 private static Bitmap createBitmap(int width, int height, Canvas canvas, int ownerKey) { argument
42 Bitmap bitmap = sBitmapCache.get(ownerKey);
50 if (ownerKey != 0) {
54 sBitmapCache.put(ownerKey, bitmap);

Completed in 144 milliseconds