1{
2  "methods": {
3    "__constructor__(android.graphics.Rect,android.view.View)": {
4      "isImplementation": true,
5      "modifiers": [
6        "protected"
7      ],
8      "params": [
9        "bounds",
10        "delegateView"
11      ],
12      "returnType": "void",
13      "exceptions": [],
14      "name": "__constructor__(android.graphics.Rect,android.view.View)"
15    },
16    "getBounds()": {
17      "isImplementation": false,
18      "modifiers": [
19        "public"
20      ],
21      "params": [],
22      "returnType": "android.graphics.Rect",
23      "exceptions": [],
24      "name": "getBounds()"
25    },
26    "getDelegateView()": {
27      "isImplementation": false,
28      "modifiers": [
29        "public"
30      ],
31      "params": [],
32      "returnType": "android.view.View",
33      "exceptions": [],
34      "name": "getDelegateView()"
35    }
36  },
37  "imports": [
38    "android.graphics.Rect",
39    "android.view.TouchDelegate",
40    "android.view.View",
41    "org.robolectric.annotation.Implementation",
42    "org.robolectric.annotation.Implements",
43    "org.robolectric.annotation.RealObject"
44  ],
45  "name": "org.robolectric.shadows.ShadowTouchDelegate"
46}