Searched defs:render (Results 1 - 15 of 15) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DScrollBarView.java90 protected void render(GLCanvas canvas) { method in class:ScrollBarView
91 super.render(canvas);
H A DEdgeView.java87 protected void render(GLCanvas canvas) { method in class:EdgeView
88 super.render(canvas);
H A DSlideshowView.java93 protected void render(GLCanvas canvas) { method in class:SlideshowView
H A DUndoBarView.java96 protected void render(GLCanvas canvas) { method in class:UndoBarView
97 super.render(canvas);
H A DGLView.java30 // GLView is a UI component. It can render to a GLCanvas and accept touch
36 // rendering happens. GLView asks GLRoot to re-render or re-layout the
39 // The render() method is called in a separate thread. Before calling
224 protected void render(GLCanvas canvas) { method in class:GLView
286 component.render(canvas);
H A DTileImageView.java408 protected void render(GLCanvas canvas) { method in class:TileImageView
H A DSlotView.java239 protected void render(GLCanvas canvas) { method in class:SlotView
240 super.render(canvas);
H A DPhotoView.java1425 protected void render(GLCanvas canvas) { method in class:PhotoView
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DMessageAttachmentBar.java110 public void render(Attachment attachment, Uri accountUri, boolean loaderResult) { method in class:MessageAttachmentBar
H A DMessageAttachmentTile.java87 public void render(Attachment attachment, Uri attachmentsListUri, int index, method in class:MessageAttachmentTile
89 super.render(attachment, attachmentsListUri, index, attachmentPreviewCache, loaderResult);
H A DMessageHeaderView.java89 private static final String HEADER_RENDER_TAG = "message header render";
133 // temporary fields to reference raw data between initial render and details
345 * data, though. To re-bind this header to message data, call render() or
374 render(measureOnly);
389 render(false /* measureOnly */);
393 render(false);
396 private void render(boolean measureOnly) { method in class:MessageHeaderView
1233 * layout and render using saved-off state (senders, timestamp, etc).
1259 * details layout and render using saved-off state (senders, timestamp,
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAttachmentTile.java66 * @param attachment the attachment to render
104 public void render(Attachment attachment, Uri attachmentsListUri, int index, method in class:AttachmentTile
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DCachingPipeline.java284 public synchronized void render(RenderingRequest request) { method in class:CachingPipeline
298 Log.v(LOGTAG, "render image of type " + getType(request));
/packages/apps/Gallery2/src/com/android/photos/views/
H A DBlockingGLTextureView.java54 public void render() { method in class:BlockingGLTextureView
55 mRenderThread.render();
213 * Create an EGL surface we can render into.
253 * Display the current render surface.
361 public void render() { method in class:BlockingGLTextureView.RenderThread
/packages/apps/Launcher3/src/com/android/photos/views/
H A DBlockingGLTextureView.java54 public void render() { method in class:BlockingGLTextureView
55 mRenderThread.render();
213 * Create an EGL surface we can render into.
253 * Display the current render surface.
361 public void render() { method in class:BlockingGLTextureView.RenderThread

Completed in 280 milliseconds