1{
2  "methods": {
3    "onPause()": {
4      "isImplementation": true,
5      "modifiers": [
6        "protected"
7      ],
8      "params": [],
9      "returnType": "void",
10      "exceptions": [],
11      "name": "onPause()"
12    },
13    "onResume()": {
14      "isImplementation": true,
15      "modifiers": [
16        "protected"
17      ],
18      "params": [],
19      "returnType": "void",
20      "exceptions": [],
21      "name": "onResume()"
22    }
23  },
24  "imports": [
25    "android.opengl.GLSurfaceView",
26    "org.robolectric.annotation.Implementation",
27    "org.robolectric.annotation.Implements"
28  ],
29  "name": "org.robolectric.shadows.ShadowGLSurfaceView",
30  "documentation": "Fake implementation of GLSurfaceView "
31}