1{
2  "methods": {
3    "addCorruptStreamSource(java.lang.String)": {
4      "isImplementation": false,
5      "modifiers": [
6        "public",
7        "static"
8      ],
9      "params": [
10        "src"
11      ],
12      "returnType": "void",
13      "exceptions": [],
14      "name": "addCorruptStreamSource(java.lang.String)"
15    },
16    "clearCorruptStreamSources()": {
17      "isImplementation": false,
18      "modifiers": [
19        "public",
20        "static"
21      ],
22      "params": [],
23      "returnType": "void",
24      "exceptions": [],
25      "name": "clearCorruptStreamSources()"
26    },
27    "createFromPath(java.lang.String)": {
28      "isImplementation": true,
29      "modifiers": [
30        "protected",
31        "static"
32      ],
33      "params": [
34        "pathName"
35      ],
36      "returnType": "android.graphics.drawable.Drawable",
37      "exceptions": [],
38      "name": "createFromPath(java.lang.String)"
39    },
40    "createFromResourceId(int)": {
41      "isImplementation": false,
42      "modifiers": [
43        "public",
44        "static"
45      ],
46      "params": [
47        "resourceId"
48      ],
49      "returnType": "android.graphics.drawable.Drawable",
50      "exceptions": [],
51      "name": "createFromResourceId(int)"
52    },
53    "createFromResourceStream(android.content.res.Resources,android.util.TypedValue,java.io.InputStream,java.lang.String,android.graphics.BitmapFactory.Options)": {
54      "isImplementation": true,
55      "modifiers": [
56        "protected",
57        "static"
58      ],
59      "params": [
60        "res",
61        "value",
62        "is",
63        "srcName",
64        "opts"
65      ],
66      "returnType": "android.graphics.drawable.Drawable",
67      "exceptions": [],
68      "name": "createFromResourceStream(android.content.res.Resources,android.util.TypedValue,java.io.InputStream,java.lang.String,android.graphics.BitmapFactory.Options)"
69    },
70    "createFromStream(java.io.InputStream,java.lang.String)": {
71      "isImplementation": true,
72      "modifiers": [
73        "protected",
74        "static"
75      ],
76      "params": [
77        "is",
78        "srcName"
79      ],
80      "returnType": "android.graphics.drawable.Drawable",
81      "exceptions": [],
82      "name": "createFromStream(java.io.InputStream,java.lang.String)"
83    },
84    "getAlpha()": {
85      "isImplementation": true,
86      "modifiers": [
87        "protected"
88      ],
89      "params": [],
90      "returnType": "int",
91      "exceptions": [],
92      "minSdk": 19,
93      "name": "getAlpha()"
94    },
95    "getCreatedFromResId()": {
96      "isImplementation": false,
97      "modifiers": [
98        "public"
99      ],
100      "params": [],
101      "returnType": "int",
102      "exceptions": [],
103      "name": "getCreatedFromResId()"
104    },
105    "getInputStream()": {
106      "isImplementation": false,
107      "modifiers": [
108        "public"
109      ],
110      "params": [],
111      "returnType": "java.io.InputStream",
112      "exceptions": [],
113      "name": "getInputStream()"
114    },
115    "getIntrinsicHeight()": {
116      "isImplementation": true,
117      "modifiers": [
118        "protected"
119      ],
120      "params": [],
121      "returnType": "int",
122      "exceptions": [],
123      "name": "getIntrinsicHeight()"
124    },
125    "getIntrinsicWidth()": {
126      "isImplementation": true,
127      "modifiers": [
128        "protected"
129      ],
130      "params": [],
131      "returnType": "int",
132      "exceptions": [],
133      "name": "getIntrinsicWidth()"
134    },
135    "invalidateSelf()": {
136      "isImplementation": true,
137      "modifiers": [
138        "protected"
139      ],
140      "params": [],
141      "returnType": "void",
142      "exceptions": [],
143      "name": "invalidateSelf()"
144    },
145    "setAlpha(int)": {
146      "isImplementation": true,
147      "modifiers": [
148        "protected"
149      ],
150      "params": [
151        "alpha"
152      ],
153      "returnType": "void",
154      "exceptions": [],
155      "name": "setAlpha(int)"
156    },
157    "setDefaultIntrinsicHeight(int)": {
158      "isImplementation": false,
159      "modifiers": [
160        "public",
161        "static"
162      ],
163      "params": [
164        "defaultIntrinsicHeight"
165      ],
166      "returnType": "void",
167      "exceptions": [],
168      "name": "setDefaultIntrinsicHeight(int)"
169    },
170    "setDefaultIntrinsicWidth(int)": {
171      "isImplementation": false,
172      "modifiers": [
173        "public",
174        "static"
175      ],
176      "params": [
177        "defaultIntrinsicWidth"
178      ],
179      "returnType": "void",
180      "exceptions": [],
181      "name": "setDefaultIntrinsicWidth(int)"
182    },
183    "setIntrinsicHeight(int)": {
184      "isImplementation": false,
185      "modifiers": [
186        "public"
187      ],
188      "params": [
189        "intrinsicHeight"
190      ],
191      "returnType": "void",
192      "exceptions": [],
193      "name": "setIntrinsicHeight(int)"
194    },
195    "setIntrinsicWidth(int)": {
196      "isImplementation": false,
197      "modifiers": [
198        "public"
199      ],
200      "params": [
201        "intrinsicWidth"
202      ],
203      "returnType": "void",
204      "exceptions": [],
205      "name": "setIntrinsicWidth(int)"
206    },
207    "validate()": {
208      "isImplementation": false,
209      "modifiers": [
210        "public"
211      ],
212      "params": [],
213      "returnType": "void",
214      "exceptions": [],
215      "name": "validate()"
216    },
217    "wasInvalidated()": {
218      "isImplementation": false,
219      "modifiers": [
220        "public"
221      ],
222      "params": [],
223      "returnType": "boolean",
224      "exceptions": [],
225      "name": "wasInvalidated()"
226    }
227  },
228  "imports": [
229    "android.os.Build.VERSION_CODES.KITKAT",
230    "android.content.res.Resources",
231    "android.graphics.Bitmap",
232    "android.graphics.BitmapFactory",
233    "android.graphics.NinePatch",
234    "android.graphics.Rect",
235    "android.graphics.drawable.BitmapDrawable",
236    "android.graphics.drawable.Drawable",
237    "android.graphics.drawable.NinePatchDrawable",
238    "android.util.DisplayMetrics",
239    "android.util.TypedValue",
240    "java.io.InputStream",
241    "java.util.ArrayList",
242    "java.util.List",
243    "org.robolectric.annotation.Implementation",
244    "org.robolectric.annotation.Implements",
245    "org.robolectric.annotation.RealObject",
246    "org.robolectric.annotation.Resetter",
247    "org.robolectric.shadow.api.Shadow",
248    "org.robolectric.util.ReflectionHelpers",
249    "org.robolectric.util.ReflectionHelpers.ClassParameter"
250  ],
251  "name": "org.robolectric.shadows.ShadowDrawable"
252}