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

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

Completed in 81 milliseconds