1{ 2 "methods": { 3 "getGroup(long)": { 4 "isImplementation": false, 5 "modifiers": [ 6 "private", 7 "static" 8 ], 9 "params": [ 10 "groupPtr" 11 ], 12 "returnType": "org.robolectric.shadows.ShadowVectorDrawable.Group", 13 "exceptions": [], 14 "name": "getGroup(long)" 15 }, 16 "getPath(long)": { 17 "isImplementation": false, 18 "modifiers": [ 19 "private", 20 "static" 21 ], 22 "params": [ 23 "pathPtr" 24 ], 25 "returnType": "org.robolectric.shadows.ShadowVectorDrawable.Path", 26 "exceptions": [], 27 "name": "getPath(long)" 28 }, 29 "nCreateFullPath()": { 30 "isImplementation": true, 31 "modifiers": [ 32 "protected", 33 "static" 34 ], 35 "params": [], 36 "returnType": "long", 37 "exceptions": [], 38 "name": "nCreateFullPath()" 39 }, 40 "nCreateFullPath(long)": { 41 "isImplementation": true, 42 "modifiers": [ 43 "protected", 44 "static" 45 ], 46 "params": [ 47 "nativeFullPathPtr" 48 ], 49 "returnType": "long", 50 "exceptions": [], 51 "name": "nCreateFullPath(long)" 52 }, 53 "nCreateGroup()": { 54 "isImplementation": true, 55 "modifiers": [ 56 "protected", 57 "static" 58 ], 59 "params": [], 60 "returnType": "long", 61 "exceptions": [], 62 "name": "nCreateGroup()" 63 }, 64 "nCreateGroup(long)": { 65 "isImplementation": true, 66 "modifiers": [ 67 "protected", 68 "static" 69 ], 70 "params": [ 71 "groupPtr" 72 ], 73 "returnType": "long", 74 "exceptions": [], 75 "name": "nCreateGroup(long)" 76 }, 77 "nGetFullPathProperties(long,byte[],int)": { 78 "isImplementation": true, 79 "modifiers": [ 80 "protected", 81 "static" 82 ], 83 "params": [ 84 "pathPtr", 85 "properties", 86 "length" 87 ], 88 "returnType": "boolean", 89 "exceptions": [], 90 "name": "nGetFullPathProperties(long,byte[],int)" 91 }, 92 "nGetGroupProperties(long,float[],int)": { 93 "isImplementation": true, 94 "modifiers": [ 95 "protected", 96 "static" 97 ], 98 "params": [ 99 "groupPtr", 100 "properties", 101 "length" 102 ], 103 "returnType": "boolean", 104 "exceptions": [], 105 "name": "nGetGroupProperties(long,float[],int)" 106 }, 107 "nUpdateFullPathProperties(long,float,int,float,int,float,float,float,float,float,int,int,int)": { 108 "isImplementation": true, 109 "modifiers": [ 110 "protected", 111 "static" 112 ], 113 "params": [ 114 "pathPtr", 115 "strokeWidth", 116 "strokeColor", 117 "strokeAlpha", 118 "fillColor", 119 "fillAlpha", 120 "trimPathStart", 121 "trimPathEnd", 122 "trimPathOffset", 123 "strokeMiterLimit", 124 "strokeLineCap", 125 "strokeLineJoin", 126 "fillType" 127 ], 128 "returnType": "void", 129 "exceptions": [], 130 "name": "nUpdateFullPathProperties(long,float,int,float,int,float,float,float,float,float,int,int,int)" 131 }, 132 "nUpdateGroupProperties(long,float,float,float,float,float,float,float)": { 133 "isImplementation": true, 134 "modifiers": [ 135 "protected", 136 "static" 137 ], 138 "params": [ 139 "groupPtr", 140 "rotate", 141 "pivotX", 142 "pivotY", 143 "scaleX", 144 "scaleY", 145 "translateX", 146 "translateY" 147 ], 148 "returnType": "void", 149 "exceptions": [], 150 "name": "nUpdateGroupProperties(long,float,float,float,float,float,float,float)" 151 } 152 }, 153 "imports": [ 154 "android.os.Build.VERSION_CODES.N", 155 "org.robolectric.shadows.ShadowVirtualRefBasePtr.get", 156 "org.robolectric.shadows.ShadowVirtualRefBasePtr.put", 157 "android.graphics.drawable.VectorDrawable", 158 "java.nio.ByteBuffer", 159 "java.nio.ByteOrder", 160 "org.robolectric.annotation.Implementation", 161 "org.robolectric.annotation.Implements", 162 "org.robolectric.shadows.ShadowVectorDrawable.Path", 163 "org.robolectric.shadows.ShadowVectorDrawable.Group" 164 ], 165 "name": "org.robolectric.shadows.ShadowVectorDrawable" 166}