NumberPickerButton

This class exists purely to cancel long click events.

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 mNumberPicker: NumberPicker

Functions

Link copied to clipboard
private open fun cancelLongpress()
Link copied to clipboard
private open fun cancelLongpressIfRequired(event: MotionEvent)
Link copied to clipboard
open fun onKeyUp(keyCode: Int, event: KeyEvent): Boolean
Link copied to clipboard
open fun onTouchEvent(event: MotionEvent): Boolean
Link copied to clipboard
open fun onTrackballEvent(event: MotionEvent): Boolean
Link copied to clipboard
open fun setNumberPicker(picker: NumberPicker)