1{ 2 "methods": { 3 "__constructor__()": { 4 "isImplementation": true, 5 "modifiers": [ 6 "protected" 7 ], 8 "params": [], 9 "returnType": "void", 10 "exceptions": [], 11 "name": "__constructor__()" 12 }, 13 "__constructor__(android.graphics.Picture)": { 14 "isImplementation": true, 15 "modifiers": [ 16 "protected" 17 ], 18 "params": [ 19 "src" 20 ], 21 "returnType": "void", 22 "exceptions": [], 23 "name": "__constructor__(android.graphics.Picture)" 24 }, 25 "__constructor__(int,boolean)": { 26 "isImplementation": true, 27 "modifiers": [ 28 "protected" 29 ], 30 "params": [ 31 "nativePicture", 32 "fromStream" 33 ], 34 "returnType": "void", 35 "exceptions": [], 36 "maxSdk": 20, 37 "name": "__constructor__(int,boolean)" 38 }, 39 "__constructor__(long)": { 40 "isImplementation": true, 41 "modifiers": [ 42 "protected" 43 ], 44 "params": [ 45 "nativePicture" 46 ], 47 "returnType": "void", 48 "exceptions": [], 49 "minSdk": 21, 50 "name": "__constructor__(long)" 51 }, 52 "beginRecording(int,int)": { 53 "isImplementation": true, 54 "modifiers": [ 55 "protected" 56 ], 57 "params": [ 58 "width", 59 "height" 60 ], 61 "returnType": "android.graphics.Canvas", 62 "exceptions": [], 63 "name": "beginRecording(int,int)" 64 }, 65 "getHeight()": { 66 "isImplementation": true, 67 "modifiers": [ 68 "protected" 69 ], 70 "params": [], 71 "returnType": "int", 72 "exceptions": [], 73 "name": "getHeight()" 74 }, 75 "getWidth()": { 76 "isImplementation": true, 77 "modifiers": [ 78 "protected" 79 ], 80 "params": [], 81 "returnType": "int", 82 "exceptions": [], 83 "name": "getWidth()" 84 } 85 }, 86 "imports": [ 87 "android.os.Build.VERSION_CODES.KITKAT_WATCH", 88 "android.os.Build.VERSION_CODES.LOLLIPOP", 89 "android.graphics.Bitmap", 90 "android.graphics.Canvas", 91 "android.graphics.Picture", 92 "org.robolectric.annotation.Implementation", 93 "org.robolectric.annotation.Implements" 94 ], 95 "name": "org.robolectric.shadows.ShadowPicture" 96}