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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLRootView.java57 // <code>GLRootView</code> instance unless it can be proved that the rendering
61 // (3) The overridden methods in GLRootView.
62 public class GLRootView extends GLSurfaceView class in inherits:GLSurfaceView,GLSurfaceView.Renderer,GLRoot
64 private static final String TAG = "GLRootView";
114 public GLRootView(Context context) { method in class:GLRootView
118 public GLRootView(Context context, AttributeSet attrs) { method in class:GLRootView
595 // These methods will wait on GLThread. If we have freezed the GLRootView,

Completed in 95 milliseconds