commit | 45948fd407da525e6c8721ba75cfc8b356fc7e0f | [log] [tgz] |
---|---|---|
author | Patrick Scott <phanna@android.com> | Thu Jan 14 15:11:42 2010 -0500 |
committer | Patrick Scott <phanna@android.com> | Thu Jan 28 08:27:42 2010 -0500 |
tree | d19548f799589917419eca873adf6fefbeb6e712 | |
parent | 8ea25cc1a104bfc95d5742a8c0ab582c7812ee74 [diff] |
First pass at the url rendering service. The service renders a list of urls at the given dimension and invokes the callback interface for each result. A ParcelFileDescriptor is used to transfer the large image data to the client. The client must close the file descriptor is order free the underlying resources. A more robust api will use UrlRendererRequest and UrlRendererResponse objects to transfer data.