- onActivated($this, view, isActivated) - Static method in class one.xcorp.widget.swipepicker.OnStateChangeListener.DefaultImpls
-
The listener is called every time the activation state changes.
- onActivated(view, isActivated) - Method in interface one.xcorp.widget.swipepicker.SwipePicker.OnStateChangeListener
-
The listener is called every time the activation state changes.
- onDetachedFromWindow() - Method in class one.xcorp.widget.swipepicker.SwipePicker
-
- onDraw(canvas) - Method in class one.xcorp.widget.swipepicker.HoverView
-
- one.xcorp.widget.swipepicker - package one.xcorp.widget.swipepicker
-
- onLayout(changed, left, top, right, bottom) - Method in class one.xcorp.widget.swipepicker.SwipePicker
-
- onMeasure(widthMeasureSpec, heightMeasureSpec) - Method in class one.xcorp.widget.swipepicker.HoverView
-
- onPressed($this, view, isPressed) - Static method in class one.xcorp.widget.swipepicker.OnStateChangeListener.DefaultImpls
-
The listener is called every time the pressed state changes.
- onPressed(view, isPressed) - Method in interface one.xcorp.widget.swipepicker.SwipePicker.OnStateChangeListener
-
The listener is called every time the pressed state changes.
- onRestoreInstanceState(state) - Method in class one.xcorp.widget.swipepicker.SwipePicker
-
- onSaveInstanceState() - Method in class one.xcorp.widget.swipepicker.SwipePicker
-
- onSelected($this, view, isSelected) - Static method in class one.xcorp.widget.swipepicker.OnStateChangeListener.DefaultImpls
-
The listener is called every time the selection state changes.
- onSelected(view, isSelected) - Method in interface one.xcorp.widget.swipepicker.SwipePicker.OnStateChangeListener
-
The listener is called every time the selection state changes.
- OnStateChangeListener.DefaultImpls - Class in one.xcorp.widget.swipepicker
-
- onStick($this, view, value) - Static method in class one.xcorp.widget.swipepicker.ScaleHandler.DefaultImpls
-
Handling of stick the value to a scale.
- onStick(view, value) - Method in interface one.xcorp.widget.swipepicker.SwipePicker.ScaleHandler
-
Handling of stick the value to a scale.
- onSwipe($this, view, value, division) - Static method in class one.xcorp.widget.swipepicker.ScaleHandler.DefaultImpls
-
Handling a swipe gesture.
- onSwipe(view, value, division) - Method in interface one.xcorp.widget.swipepicker.SwipePicker.ScaleHandler
-
Handling a swipe gesture.
- onValueChanged(view, oldValue, newValue) - Method in interface one.xcorp.widget.swipepicker.SwipePicker.OnValueChangeListener
-
The listener is called every time the value changes.