Searched defs:urls (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/service/urlrenderer/
H A DUrlRenderer.java52 * Create a new UrlRenderer to remotely render urls.
72 * Render the list of <var>urls</var> and invoke the <var>callback</var>
74 * @param urls A List of urls to render.
79 public void render(List<String> urls, int width, int height, argument
83 mService.render(urls, width, height,
H A DUrlRendererService.java57 public void render(List<String> urls, int width, int height,
59 processRequest(urls, width, height,
84 * Subclasses implement this function to process the given urls. When each
86 * @param urls A list of urls to render at the given dimensions.
91 public abstract void processRequest(List<String> urls, int width, argument

Completed in 45 milliseconds