- SCROLL_STATE_FLING - Static variable in interface com.shawnlin.numberpicker.NumberPicker.OnScrollListener
-
The user had previously been scrolling using touch and performed a fling.
- SCROLL_STATE_IDLE - Static variable in interface com.shawnlin.numberpicker.NumberPicker.OnScrollListener
-
The view is not scrolling.
- SCROLL_STATE_TOUCH_SCROLL - Static variable in interface com.shawnlin.numberpicker.NumberPicker.OnScrollListener
-
The user is scrolling using touch, and his finger is still on the screen.
- scrollBy(int, int) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- Scroller - Class in com.shawnlin.numberpicker
-
This class encapsulates scrolling.
- Scroller(Context) - Constructor for class com.shawnlin.numberpicker.Scroller
-
Create a Scroller with the default duration and interpolator.
- Scroller(Context, Interpolator) - Constructor for class com.shawnlin.numberpicker.Scroller
-
Create a Scroller with the specified interpolator.
- Scroller(Context, Interpolator, boolean) - Constructor for class com.shawnlin.numberpicker.Scroller
-
Create a Scroller with the specified interpolator.
- setAccessibilityDescriptionEnabled(boolean) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setDisplayedValues(String[]) - Method in class com.shawnlin.numberpicker.NumberPicker
-
Sets the values to be displayed.
- setDividerColor(int) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setDividerColorResource(int) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setDividerDistance(int) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setDividerDistanceResource(int) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setDividerThickness(int) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setDividerThicknessResource(int) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setDividerType(int) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setEnabled(boolean) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setFadingEdgeEnabled(boolean) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setFadingEdgeStrength(float) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setFinalX(int) - Method in class com.shawnlin.numberpicker.Scroller
-
Sets the final position (X) for this scroller.
- setFinalY(int) - Method in class com.shawnlin.numberpicker.Scroller
-
Sets the final position (Y) for this scroller.
- setFormatter(NumberPicker.Formatter) - Method in class com.shawnlin.numberpicker.NumberPicker
-
Set the formatter to be used for formatting the current value.
- setFormatter(String) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setFormatter(int) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setFriction(float) - Method in class com.shawnlin.numberpicker.Scroller
-
The amount of friction applied to flings.
- setItemSpacing(int) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setLineSpacingMultiplier(float) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setMaxFlingVelocityCoefficient(int) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setMaxValue(int) - Method in class com.shawnlin.numberpicker.NumberPicker
-
Sets the max value of the picker.
- setMinValue(int) - Method in class com.shawnlin.numberpicker.NumberPicker
-
Sets the min value of the picker.
- setOnClickListener(View.OnClickListener) - Method in class com.shawnlin.numberpicker.NumberPicker
-
Set listener to be notified on click of the current value.
- setOnLongPressUpdateInterval(long) - Method in class com.shawnlin.numberpicker.NumberPicker
-
Sets the speed at which the numbers be incremented and decremented when
the up and down buttons are long pressed respectively.
- setOnScrollListener(NumberPicker.OnScrollListener) - Method in class com.shawnlin.numberpicker.NumberPicker
-
Set listener to be notified for scroll state changes.
- setOnValueChangedListener(NumberPicker.OnValueChangeListener) - Method in class com.shawnlin.numberpicker.NumberPicker
-
Sets the listener to be notified on change of the current value.
- setOrder(int) - Method in class com.shawnlin.numberpicker.NumberPicker
-
Should sort numbers in ascending or descending order.
- setOrientation(int) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setScrollerEnabled(boolean) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setSelectedTextAlign(int) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setSelectedTextColor(int) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setSelectedTextColorResource(int) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setSelectedTextSize(float) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setSelectedTextSize(int) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setSelectedTextStrikeThru(boolean) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setSelectedTextUnderline(boolean) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setSelectedTypeface(Typeface) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setSelectedTypeface(String, int) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setSelectedTypeface(String) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setSelectedTypeface(int, int) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setSelectedTypeface(int) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setTextAlign(int) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setTextColor(int) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setTextColorResource(int) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setTextSize(float) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setTextSize(int) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setTextStrikeThru(boolean) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setTextUnderline(boolean) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setTypeface(Typeface) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setTypeface(String, int) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setTypeface(String) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setTypeface(int, int) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setTypeface(int) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setValue(int) - Method in class com.shawnlin.numberpicker.NumberPicker
-
Set the current value for the number picker.
- setWheelItemCount(int) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- setWrapSelectorWheel(boolean) - Method in class com.shawnlin.numberpicker.NumberPicker
-
- SIDE_LINES - Static variable in class com.shawnlin.numberpicker.NumberPicker
-
- smoothScroll(boolean, int) - Method in class com.shawnlin.numberpicker.NumberPicker
-
Starts a smooth scroll
- smoothScrollToPosition(int) - Method in class com.shawnlin.numberpicker.NumberPicker
-
Starts a smooth scroll to wheel position.
- startScroll(int, int, int, int) - Method in class com.shawnlin.numberpicker.Scroller
-
Start scrolling by providing a starting point and the distance to travel.
- startScroll(int, int, int, int, int) - Method in class com.shawnlin.numberpicker.Scroller
-
Start scrolling by providing a starting point, the distance to travel,
and the duration of the scroll.