1{
2  "methods": {
3    "getDisplayedValues()": {
4      "isImplementation": true,
5      "modifiers": [
6        "protected"
7      ],
8      "params": [],
9      "returnType": "java.lang.String[]",
10      "exceptions": [],
11      "name": "getDisplayedValues()"
12    },
13    "getMaxValue()": {
14      "isImplementation": true,
15      "modifiers": [
16        "protected"
17      ],
18      "params": [],
19      "returnType": "int",
20      "exceptions": [],
21      "name": "getMaxValue()"
22    },
23    "getMinValue()": {
24      "isImplementation": true,
25      "modifiers": [
26        "protected"
27      ],
28      "params": [],
29      "returnType": "int",
30      "exceptions": [],
31      "name": "getMinValue()"
32    },
33    "getOnValueChangeListener()": {
34      "isImplementation": false,
35      "modifiers": [
36        "public"
37      ],
38      "params": [],
39      "returnType": "android.widget.NumberPicker.OnValueChangeListener",
40      "exceptions": [],
41      "name": "getOnValueChangeListener()"
42    },
43    "getValue()": {
44      "isImplementation": true,
45      "modifiers": [
46        "protected"
47      ],
48      "params": [],
49      "returnType": "int",
50      "exceptions": [],
51      "name": "getValue()"
52    },
53    "getWrapSelectorWheel()": {
54      "isImplementation": true,
55      "modifiers": [
56        "protected"
57      ],
58      "params": [],
59      "returnType": "boolean",
60      "exceptions": [],
61      "name": "getWrapSelectorWheel()"
62    },
63    "setDisplayedValues(java.lang.String[])": {
64      "isImplementation": true,
65      "modifiers": [
66        "protected"
67      ],
68      "params": [
69        "displayedValues"
70      ],
71      "returnType": "void",
72      "exceptions": [],
73      "name": "setDisplayedValues(java.lang.String[])"
74    },
75    "setMaxValue(int)": {
76      "isImplementation": true,
77      "modifiers": [
78        "protected"
79      ],
80      "params": [
81        "maxValue"
82      ],
83      "returnType": "void",
84      "exceptions": [],
85      "name": "setMaxValue(int)"
86    },
87    "setMinValue(int)": {
88      "isImplementation": true,
89      "modifiers": [
90        "protected"
91      ],
92      "params": [
93        "minValue"
94      ],
95      "returnType": "void",
96      "exceptions": [],
97      "name": "setMinValue(int)"
98    },
99    "setOnValueChangedListener(android.widget.NumberPicker.OnValueChangeListener)": {
100      "isImplementation": true,
101      "modifiers": [
102        "protected"
103      ],
104      "params": [
105        "listener"
106      ],
107      "returnType": "void",
108      "exceptions": [],
109      "name": "setOnValueChangedListener(android.widget.NumberPicker.OnValueChangeListener)"
110    },
111    "setValue(int)": {
112      "isImplementation": true,
113      "modifiers": [
114        "protected"
115      ],
116      "params": [
117        "value"
118      ],
119      "returnType": "void",
120      "exceptions": [],
121      "name": "setValue(int)"
122    },
123    "setWrapSelectorWheel(boolean)": {
124      "isImplementation": true,
125      "modifiers": [
126        "protected"
127      ],
128      "params": [
129        "wrapSelectorWheel"
130      ],
131      "returnType": "void",
132      "exceptions": [],
133      "name": "setWrapSelectorWheel(boolean)"
134    }
135  },
136  "imports": [
137    "org.robolectric.shadow.api.Shadow.directlyOn",
138    "android.widget.NumberPicker",
139    "org.robolectric.annotation.Implementation",
140    "org.robolectric.annotation.Implements",
141    "org.robolectric.annotation.RealObject"
142  ],
143  "name": "org.robolectric.shadows.ShadowNumberPicker"
144}