1{
2  "methods": {
3    "addMovement(android.view.MotionEvent)": {
4      "isImplementation": true,
5      "modifiers": [
6        "protected"
7      ],
8      "params": [
9        "event"
10      ],
11      "returnType": "void",
12      "exceptions": [],
13      "name": "addMovement(android.view.MotionEvent)"
14    },
15    "clear()": {
16      "isImplementation": true,
17      "modifiers": [
18        "protected"
19      ],
20      "params": [],
21      "returnType": "void",
22      "exceptions": [],
23      "name": "clear()"
24    },
25    "computeCurrentVelocity(int)": {
26      "isImplementation": true,
27      "modifiers": [
28        "protected"
29      ],
30      "params": [
31        "units"
32      ],
33      "returnType": "void",
34      "exceptions": [],
35      "name": "computeCurrentVelocity(int)"
36    },
37    "computeCurrentVelocity(int,float)": {
38      "isImplementation": true,
39      "modifiers": [
40        "protected"
41      ],
42      "params": [
43        "units",
44        "maxVelocity"
45      ],
46      "returnType": "void",
47      "exceptions": [],
48      "name": "computeCurrentVelocity(int,float)"
49    },
50    "getXVelocity()": {
51      "isImplementation": true,
52      "modifiers": [
53        "protected"
54      ],
55      "params": [],
56      "returnType": "float",
57      "exceptions": [],
58      "name": "getXVelocity()"
59    },
60    "getXVelocity(int)": {
61      "isImplementation": true,
62      "modifiers": [
63        "protected"
64      ],
65      "params": [
66        "id"
67      ],
68      "returnType": "float",
69      "exceptions": [],
70      "name": "getXVelocity(int)"
71    },
72    "getYVelocity()": {
73      "isImplementation": true,
74      "modifiers": [
75        "protected"
76      ],
77      "params": [],
78      "returnType": "float",
79      "exceptions": [],
80      "name": "getYVelocity()"
81    },
82    "getYVelocity(int)": {
83      "isImplementation": true,
84      "modifiers": [
85        "protected"
86      ],
87      "params": [
88        "id"
89      ],
90      "returnType": "float",
91      "exceptions": [],
92      "name": "getYVelocity(int)"
93    },
94    "maybeInitialize()": {
95      "isImplementation": false,
96      "modifiers": [
97        "private"
98      ],
99      "params": [],
100      "returnType": "void",
101      "exceptions": [],
102      "name": "maybeInitialize()"
103    },
104    "windowed(float,float)": {
105      "isImplementation": false,
106      "modifiers": [
107        "private"
108      ],
109      "params": [
110        "value",
111        "max"
112      ],
113      "returnType": "float",
114      "exceptions": [],
115      "name": "windowed(float,float)"
116    }
117  },
118  "imports": [
119    "android.util.SparseArray",
120    "android.view.MotionEvent",
121    "android.view.VelocityTracker",
122    "org.robolectric.annotation.Implementation",
123    "org.robolectric.annotation.Implements",
124    "org.robolectric.shadows.ShadowVelocityTracker.Movement"
125  ],
126  "name": "org.robolectric.shadows.ShadowVelocityTracker"
127}