1{ 2 "methods": { 3 "abortAnimation()": { 4 "isImplementation": true, 5 "modifiers": [ 6 "protected" 7 ], 8 "params": [], 9 "returnType": "void", 10 "exceptions": [], 11 "name": "abortAnimation()" 12 }, 13 "computeScrollOffset()": { 14 "isImplementation": true, 15 "modifiers": [ 16 "protected" 17 ], 18 "params": [], 19 "returnType": "boolean", 20 "exceptions": [], 21 "name": "computeScrollOffset()" 22 }, 23 "deltaTime()": { 24 "isImplementation": false, 25 "modifiers": [ 26 "private" 27 ], 28 "params": [], 29 "returnType": "long", 30 "exceptions": [], 31 "name": "deltaTime()" 32 }, 33 "deltaX()": { 34 "isImplementation": false, 35 "modifiers": [ 36 "private" 37 ], 38 "params": [], 39 "returnType": "int", 40 "exceptions": [], 41 "name": "deltaX()" 42 }, 43 "deltaY()": { 44 "isImplementation": false, 45 "modifiers": [ 46 "private" 47 ], 48 "params": [], 49 "returnType": "int", 50 "exceptions": [], 51 "name": "deltaY()" 52 }, 53 "forceFinished(boolean)": { 54 "isImplementation": true, 55 "modifiers": [ 56 "protected" 57 ], 58 "params": [ 59 "finished" 60 ], 61 "returnType": "void", 62 "exceptions": [], 63 "name": "forceFinished(boolean)" 64 }, 65 "getCurrX()": { 66 "isImplementation": true, 67 "modifiers": [ 68 "protected" 69 ], 70 "params": [], 71 "returnType": "int", 72 "exceptions": [], 73 "name": "getCurrX()" 74 }, 75 "getCurrY()": { 76 "isImplementation": true, 77 "modifiers": [ 78 "protected" 79 ], 80 "params": [], 81 "returnType": "int", 82 "exceptions": [], 83 "name": "getCurrY()" 84 }, 85 "getDuration()": { 86 "isImplementation": true, 87 "modifiers": [ 88 "protected" 89 ], 90 "params": [], 91 "returnType": "int", 92 "exceptions": [], 93 "name": "getDuration()" 94 }, 95 "getFinalX()": { 96 "isImplementation": true, 97 "modifiers": [ 98 "protected" 99 ], 100 "params": [], 101 "returnType": "int", 102 "exceptions": [], 103 "name": "getFinalX()" 104 }, 105 "getFinalY()": { 106 "isImplementation": true, 107 "modifiers": [ 108 "protected" 109 ], 110 "params": [], 111 "returnType": "int", 112 "exceptions": [], 113 "name": "getFinalY()" 114 }, 115 "getScheduler()": { 116 "isImplementation": false, 117 "modifiers": [ 118 "private" 119 ], 120 "params": [], 121 "returnType": "org.robolectric.util.Scheduler", 122 "exceptions": [], 123 "name": "getScheduler()" 124 }, 125 "getStartX()": { 126 "isImplementation": true, 127 "modifiers": [ 128 "protected" 129 ], 130 "params": [], 131 "returnType": "int", 132 "exceptions": [], 133 "name": "getStartX()" 134 }, 135 "getStartY()": { 136 "isImplementation": true, 137 "modifiers": [ 138 "protected" 139 ], 140 "params": [], 141 "returnType": "int", 142 "exceptions": [], 143 "name": "getStartY()" 144 }, 145 "isFinished()": { 146 "isImplementation": true, 147 "modifiers": [ 148 "protected" 149 ], 150 "params": [], 151 "returnType": "boolean", 152 "exceptions": [], 153 "name": "isFinished()" 154 }, 155 "isScrollingInDirection(float,float)": { 156 "isImplementation": true, 157 "modifiers": [ 158 "protected" 159 ], 160 "params": [ 161 "xvel", 162 "yvel" 163 ], 164 "returnType": "boolean", 165 "exceptions": [], 166 "name": "isScrollingInDirection(float,float)" 167 }, 168 "startScroll(int,int,int,int,int)": { 169 "isImplementation": true, 170 "modifiers": [ 171 "protected" 172 ], 173 "params": [ 174 "startX", 175 "startY", 176 "dx", 177 "dy", 178 "duration" 179 ], 180 "returnType": "void", 181 "exceptions": [], 182 "name": "startScroll(int,int,int,int,int)" 183 }, 184 "timePassed()": { 185 "isImplementation": true, 186 "modifiers": [ 187 "protected" 188 ], 189 "params": [], 190 "returnType": "int", 191 "exceptions": [], 192 "name": "timePassed()" 193 } 194 }, 195 "imports": [ 196 "android.os.Looper", 197 "android.widget.OverScroller", 198 "org.robolectric.annotation.Implementation", 199 "org.robolectric.annotation.Implements", 200 "org.robolectric.shadow.api.Shadow", 201 "org.robolectric.util.Scheduler" 202 ], 203 "name": "org.robolectric.shadows.ShadowOverScroller" 204}