Home
last modified time | relevance | path

Searched refs:GLView (Results 1 – 1 of 1) sorted by relevance

/sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
DMyActivity.java42 private static GLView mGl;
51 mGl = new GLView(this); in onCreate()
150 private static class GLView extends GLSurfaceView { class in MyActivity
153 public GLView(Context context) { in GLView() method in MyActivity.GLView