1{ 2 "methods": { 3 "ceil(float)": { 4 "isImplementation": true, 5 "modifiers": [ 6 "protected", 7 "static" 8 ], 9 "params": [ 10 "value" 11 ], 12 "returnType": "float", 13 "exceptions": [], 14 "name": "ceil(float)" 15 }, 16 "cos(float)": { 17 "isImplementation": true, 18 "modifiers": [ 19 "protected", 20 "static" 21 ], 22 "params": [ 23 "angle" 24 ], 25 "returnType": "float", 26 "exceptions": [], 27 "name": "cos(float)" 28 }, 29 "floor(float)": { 30 "isImplementation": true, 31 "modifiers": [ 32 "protected", 33 "static" 34 ], 35 "params": [ 36 "value" 37 ], 38 "returnType": "float", 39 "exceptions": [], 40 "name": "floor(float)" 41 }, 42 "sin(float)": { 43 "isImplementation": true, 44 "modifiers": [ 45 "protected", 46 "static" 47 ], 48 "params": [ 49 "angle" 50 ], 51 "returnType": "float", 52 "exceptions": [], 53 "name": "sin(float)" 54 }, 55 "sqrt(float)": { 56 "isImplementation": true, 57 "modifiers": [ 58 "protected", 59 "static" 60 ], 61 "params": [ 62 "value" 63 ], 64 "returnType": "float", 65 "exceptions": [], 66 "name": "sqrt(float)" 67 } 68 }, 69 "imports": [ 70 "android.util.FloatMath", 71 "org.robolectric.annotation.Implementation", 72 "org.robolectric.annotation.Implements" 73 ], 74 "name": "org.robolectric.shadows.ShadowFloatMath" 75}