1{ 2 "methods": { 3 "isNinePatchChunk(byte[])": { 4 "isImplementation": true, 5 "modifiers": [ 6 "protected", 7 "static" 8 ], 9 "params": [ 10 "chunk" 11 ], 12 "returnType": "boolean", 13 "exceptions": [], 14 "name": "isNinePatchChunk(byte[])" 15 } 16 }, 17 "imports": [ 18 "android.graphics.NinePatch", 19 "org.robolectric.annotation.Implementation", 20 "org.robolectric.annotation.Implements" 21 ], 22 "name": "org.robolectric.shadows.ShadowNinePatch" 23}