SeslNumberPicker

Constructors

Link copied to clipboard
constructor(@NonNull context: Context)
constructor(@NonNull context: Context, @Nullable attrs: AttributeSet)
constructor(@NonNull context: Context, @Nullable attrs: AttributeSet, defStyleAttr: Int)
constructor(@NonNull context: Context, @Nullable attrs: AttributeSet, defStyleAttr: Int, defStyleRes: Int)

Types

Link copied to clipboard
interface Formatter
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open fun computeScroll()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getMaxValue(): Int
Link copied to clipboard
open fun getMinValue(): Int
Link copied to clipboard
open fun getPaintFlags(): Int
Link copied to clipboard
open fun getValue(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun onTouchEvent(event: MotionEvent): Boolean
Link copied to clipboard
open fun onWindowFocusChanged(hasWindowFocus: Boolean)
Link copied to clipboard
open fun performClick(): Boolean
Link copied to clipboard
Link copied to clipboard
open fun scrollBy(x: Int, y: Int)
Link copied to clipboard
open fun setCustomInterval(interval: Int): Boolean
Link copied to clipboard
open fun setCustomIntervalValue(interval: Int)
Link copied to clipboard
open fun setDisplayedValues(@Nullable displayedValues: Array<String>)
Link copied to clipboard
open fun setEditTextMode(isEditTextMode: Boolean)
Link copied to clipboard
open fun setEditTextModeEnabled(enabled: Boolean)
Link copied to clipboard
open fun setEnabled(enabled: Boolean)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setMaxValue(maxValue: Int)
Link copied to clipboard
open fun setMinValue(minValue: Int)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setOnScrollListener(onScrollListener: SeslNumberPicker.OnScrollListener)
Link copied to clipboard
Link copied to clipboard
open fun setPaintFlags(flags: Int)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setSubTextSize(size: Float)
Link copied to clipboard
open fun setTextSize(size: Float)
Link copied to clipboard
open fun setTextTypeface(typeface: Typeface)
Link copied to clipboard
open fun setValue(value: Int)
Link copied to clipboard
open fun setWrapSelectorWheel(wrapSelectorWheel: Boolean)
Link copied to clipboard
Link copied to clipboard
open fun startAnimation(delayTime: Int, @Nullable listener: SeslAnimationListener)