Home | History | Annotate | Download | only in widget

Lines Matching refs:picker

397      * The current scroll state of the number picker.
455 * @param picker The NumberPicker associated with this listener.
459 void onValueChange(NumberPicker picker, int oldVal, int newVal);
463 * Interface to listen for the picker scroll state.
483 * Callback invoked while the number picker scroll state has changed.
509 * Create a new number picker.
518 * Create a new number picker.
528 * Create a new number picker
1090 * Set the current value for the number picker.
1242 * Returns the value of the picker.
1251 * Returns the min value of the picker.
1260 * Sets the min value of the picker.
1284 * Returns the max value of the picker.
1293 * Sets the max value of the picker.
2087 * Class for managing virtual view tree rooted at this picker.