HomeSort by relevance Sort by last modified time
    Searched defs:GLView (Results 1 - 2 of 2) sorted by null

  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
MyActivity.java 42 private static GLView mGl;
51 mGl = new GLView(this);
150 private static class GLView extends GLSurfaceView {
153 public GLView(Context context) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLView.java 30 // 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 {
46 private static final String TAG = "GLView";
56 void onClick(GLView v)
    [all...]

Completed in 94 milliseconds