NumberPickerPreference

Constructors

Link copied to clipboard
constructor(context: Context)
constructor(context: Context, attrs: AttributeSet)
constructor(context: Context, attrs: AttributeSet, defStyle: Int)

Properties

Link copied to clipboard
private open var mDefault: Int
Link copied to clipboard
private open var mEndRange: Int
Link copied to clipboard
private open var mPicker: NumberPicker
Link copied to clipboard
private open var mStartRange: Int

Functions

Link copied to clipboard
private open fun getValue(): Int
Link copied to clipboard
protected open fun onBindDialogView(view: View)
Link copied to clipboard
open fun onClick(dialog: DialogInterface, which: Int)
Link copied to clipboard
private open fun saveValue(val: Int)
Link copied to clipboard
open fun setRange(start: Int, end: Int)