1{
2  "methods": {
3    "computeScrollOffset()": {
4      "isImplementation": true,
5      "modifiers": [
6        "protected"
7      ],
8      "params": [],
9      "returnType": "boolean",
10      "exceptions": [],
11      "name": "computeScrollOffset()"
12    },
13    "deltaTime()": {
14      "isImplementation": false,
15      "modifiers": [
16        "private"
17      ],
18      "params": [],
19      "returnType": "long",
20      "exceptions": [],
21      "name": "deltaTime()"
22    },
23    "deltaX()": {
24      "isImplementation": false,
25      "modifiers": [
26        "private"
27      ],
28      "params": [],
29      "returnType": "int",
30      "exceptions": [],
31      "name": "deltaX()"
32    },
33    "deltaY()": {
34      "isImplementation": false,
35      "modifiers": [
36        "private"
37      ],
38      "params": [],
39      "returnType": "int",
40      "exceptions": [],
41      "name": "deltaY()"
42    },
43    "getCurrX()": {
44      "isImplementation": true,
45      "modifiers": [
46        "protected"
47      ],
48      "params": [],
49      "returnType": "int",
50      "exceptions": [],
51      "name": "getCurrX()"
52    },
53    "getCurrY()": {
54      "isImplementation": true,
55      "modifiers": [
56        "protected"
57      ],
58      "params": [],
59      "returnType": "int",
60      "exceptions": [],
61      "name": "getCurrY()"
62    },
63    "getDuration()": {
64      "isImplementation": true,
65      "modifiers": [
66        "protected"
67      ],
68      "params": [],
69      "returnType": "int",
70      "exceptions": [],
71      "name": "getDuration()"
72    },
73    "getFinalX()": {
74      "isImplementation": true,
75      "modifiers": [
76        "protected"
77      ],
78      "params": [],
79      "returnType": "int",
80      "exceptions": [],
81      "name": "getFinalX()"
82    },
83    "getFinalY()": {
84      "isImplementation": true,
85      "modifiers": [
86        "protected"
87      ],
88      "params": [],
89      "returnType": "int",
90      "exceptions": [],
91      "name": "getFinalY()"
92    },
93    "getStartX()": {
94      "isImplementation": true,
95      "modifiers": [
96        "protected"
97      ],
98      "params": [],
99      "returnType": "int",
100      "exceptions": [],
101      "name": "getStartX()"
102    },
103    "getStartY()": {
104      "isImplementation": true,
105      "modifiers": [
106        "protected"
107      ],
108      "params": [],
109      "returnType": "int",
110      "exceptions": [],
111      "name": "getStartY()"
112    },
113    "isFinished()": {
114      "isImplementation": true,
115      "modifiers": [
116        "protected"
117      ],
118      "params": [],
119      "returnType": "boolean",
120      "exceptions": [],
121      "name": "isFinished()"
122    },
123    "startScroll(int,int,int,int,int)": {
124      "isImplementation": true,
125      "modifiers": [
126        "protected"
127      ],
128      "params": [
129        "startX",
130        "startY",
131        "dx",
132        "dy",
133        "duration"
134      ],
135      "returnType": "void",
136      "exceptions": [],
137      "name": "startScroll(int,int,int,int,int)"
138    },
139    "timePassed()": {
140      "isImplementation": true,
141      "modifiers": [
142        "protected"
143      ],
144      "params": [],
145      "returnType": "int",
146      "exceptions": [],
147      "name": "timePassed()"
148    }
149  },
150  "imports": [
151    "android.widget.Scroller",
152    "org.robolectric.annotation.Implementation",
153    "org.robolectric.annotation.Implements"
154  ],
155  "name": "org.robolectric.shadows.ShadowScroller"
156}