1{
2  "methods": {
3    "setConvexPath(android.graphics.Path)": {
4      "isImplementation": true,
5      "modifiers": [
6        "protected"
7      ],
8      "params": [
9        "convexPath"
10      ],
11      "returnType": "void",
12      "exceptions": [],
13      "name": "setConvexPath(android.graphics.Path)"
14    }
15  },
16  "imports": [
17    "android.os.Build.VERSION_CODES.LOLLIPOP",
18    "android.graphics.Outline",
19    "android.graphics.Path",
20    "org.robolectric.annotation.Implementation",
21    "org.robolectric.annotation.Implements"
22  ],
23  "name": "org.robolectric.shadows.ShadowOutline"
24}