public static class

NumberPickerDialog.NonWrapNumberPicker

com.android.mms.ui.NumberPickerDialog.NonWrapNumberPicker

Summary

Public Constructors
NumberPickerDialog.NonWrapNumberPicker(Context context)
NumberPickerDialog.NonWrapNumberPicker(Context context, AttributeSet attrs)
NumberPickerDialog.NonWrapNumberPicker(Context context, AttributeSet attrs, int defStyle)
Protected Methods
void changeCurrent(int current)
Sets the current value of this NumberPicker, and sets mPrevious to the previous value.

Public Constructors

public NumberPickerDialog.NonWrapNumberPicker (Context context)

public NumberPickerDialog.NonWrapNumberPicker (Context context, AttributeSet attrs)

public NumberPickerDialog.NonWrapNumberPicker (Context context, AttributeSet attrs, int defStyle)

Protected Methods

protected void changeCurrent (int current)

Sets the current value of this NumberPicker, and sets mPrevious to the previous value. If current is greater than mEnd less than mStart, the value of mCurrent is wrapped around. Subclasses can override this to change the wrapping behavior

Parameters
current the new value of the NumberPicker