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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLView.java29 // GLView is a UI component. It can render to a GLCanvas and accept touch
30 // events. A GLView may have zero or more child GLView and they form a tree
34 // A GLView tree should be attached to a GLRoot before event dispatching and
35 // rendering happens. GLView asks GLRoot to re-render or re-layout the
36 // GLView hierarchy using requestRender() and requestLayoutContentPane().
41 // from main thread (like a Handler) in your GLView, you need to call
44 public class GLView { class
45 private static final String TAG = "GLView";
55 void onClick(GLView
[all...]

Completed in 84 milliseconds