A B C D E F G I L N O R S T V

A

abortAnimation() - Method in class net.simonvt.numberpicker.Scroller
Stops the animation.
activity_dark - Static variable in class net.simonvt.numberpicker.R.layout
 
activity_dark - Static variable in class net.simonvt.numberpicker.samples.R.layout
 
activity_light - Static variable in class net.simonvt.numberpicker.R.layout
 
activity_light - Static variable in class net.simonvt.numberpicker.samples.R.layout
 
activity_samples - Static variable in class net.simonvt.numberpicker.R.layout
 
activity_samples - Static variable in class net.simonvt.numberpicker.samples.R.layout
 
app_name - Static variable in class net.simonvt.numberpicker.R.string
 
app_name - Static variable in class net.simonvt.numberpicker.samples.R.string
 

B

btnDark - Static variable in class net.simonvt.numberpicker.R.id
 
btnDark - Static variable in class net.simonvt.numberpicker.samples.R.id
 
btnLight - Static variable in class net.simonvt.numberpicker.R.id
 
btnLight - Static variable in class net.simonvt.numberpicker.samples.R.id
 
BuildConfig - Class in net.simonvt.numberpicker
 
BuildConfig() - Constructor for class net.simonvt.numberpicker.BuildConfig
 
BuildConfig - Class in net.simonvt.numberpicker.samples
 
BuildConfig() - Constructor for class net.simonvt.numberpicker.samples.BuildConfig
 

C

computeScroll() - Method in class net.simonvt.numberpicker.NumberPicker
 
computeScrollOffset() - Method in class net.simonvt.numberpicker.Scroller
Call this when you want to know the new location.

D

DarkThemeActivity - Class in net.simonvt.numberpicker.samples
 
DarkThemeActivity() - Constructor for class net.simonvt.numberpicker.samples.DarkThemeActivity
 
DEBUG - Static variable in class net.simonvt.numberpicker.BuildConfig
 
DEBUG - Static variable in class net.simonvt.numberpicker.samples.BuildConfig
 
dispatchHoverEvent(MotionEvent) - Method in class net.simonvt.numberpicker.NumberPicker
 
dispatchKeyEvent(KeyEvent) - Method in class net.simonvt.numberpicker.NumberPicker
 
dispatchTouchEvent(MotionEvent) - Method in class net.simonvt.numberpicker.NumberPicker
 
dispatchTrackballEvent(MotionEvent) - Method in class net.simonvt.numberpicker.NumberPicker
 

E

extendDuration(int) - Method in class net.simonvt.numberpicker.Scroller
Extend the scroll animation.

F

fling(int, int, int, int, int, int, int, int) - Method in class net.simonvt.numberpicker.Scroller
Start scrolling based on a fling gesture.
forceFinished(boolean) - Method in class net.simonvt.numberpicker.Scroller
Force the finished field to a particular value.
format(int) - Method in interface net.simonvt.numberpicker.NumberPicker.Formatter
Formats a string representation of the current value.

G

getAccessibilityNodeProvider() - Method in class net.simonvt.numberpicker.NumberPicker
 
getBottomFadingEdgeStrength() - Method in class net.simonvt.numberpicker.NumberPicker
 
getCurrVelocity() - Method in class net.simonvt.numberpicker.Scroller
Returns the current velocity.
getCurrX() - Method in class net.simonvt.numberpicker.Scroller
Returns the current X offset in the scroll.
getCurrY() - Method in class net.simonvt.numberpicker.Scroller
Returns the current Y offset in the scroll.
getDisplayedValues() - Method in class net.simonvt.numberpicker.NumberPicker
Gets the values to be displayed instead of string values.
getDuration() - Method in class net.simonvt.numberpicker.Scroller
Returns how long the scroll event will take, in milliseconds.
getFinalX() - Method in class net.simonvt.numberpicker.Scroller
Returns where the scroll will end.
getFinalY() - Method in class net.simonvt.numberpicker.Scroller
Returns where the scroll will end.
getMaxValue() - Method in class net.simonvt.numberpicker.NumberPicker
Returns the max value of the picker.
getMinValue() - Method in class net.simonvt.numberpicker.NumberPicker
Returns the min value of the picker.
getSolidColor() - Method in class net.simonvt.numberpicker.NumberPicker
 
getStartX() - Method in class net.simonvt.numberpicker.Scroller
Returns the start X offset in the scroll.
getStartY() - Method in class net.simonvt.numberpicker.Scroller
Returns the start Y offset in the scroll.
getTopFadingEdgeStrength() - Method in class net.simonvt.numberpicker.NumberPicker
 
getTwoDigitFormatter() - Static method in class net.simonvt.numberpicker.NumberPicker
 
getValue() - Method in class net.simonvt.numberpicker.NumberPicker
Returns the value of the picker.
getWrapSelectorWheel() - Method in class net.simonvt.numberpicker.NumberPicker
Gets whether the selector wheel wraps when reaching the min/max value.

I

ic_launcher - Static variable in class net.simonvt.numberpicker.R.drawable
 
ic_launcher - Static variable in class net.simonvt.numberpicker.samples.R.drawable
 
internalLayout - Static variable in class net.simonvt.numberpicker.R.attr
 
internalLayout - Static variable in class net.simonvt.numberpicker.samples.R.attr
 
internalMaxHeight - Static variable in class net.simonvt.numberpicker.R.attr
 
internalMaxHeight - Static variable in class net.simonvt.numberpicker.samples.R.attr
 
internalMaxWidth - Static variable in class net.simonvt.numberpicker.R.attr
 
internalMaxWidth - Static variable in class net.simonvt.numberpicker.samples.R.attr
 
internalMinHeight - Static variable in class net.simonvt.numberpicker.R.attr
 
internalMinHeight - Static variable in class net.simonvt.numberpicker.samples.R.attr
 
internalMinWidth - Static variable in class net.simonvt.numberpicker.R.attr
 
internalMinWidth - Static variable in class net.simonvt.numberpicker.samples.R.attr
 
isFinished() - Method in class net.simonvt.numberpicker.Scroller
Returns whether the scroller has finished scrolling.
isScrollingInDirection(float, float) - Method in class net.simonvt.numberpicker.Scroller
 
item_background_holo_dark - Static variable in class net.simonvt.numberpicker.R.drawable
 
item_background_holo_dark - Static variable in class net.simonvt.numberpicker.samples.R.drawable
 
item_background_holo_light - Static variable in class net.simonvt.numberpicker.R.drawable
 
item_background_holo_light - Static variable in class net.simonvt.numberpicker.samples.R.drawable
 

L

LightThemeActivity - Class in net.simonvt.numberpicker.samples
 
LightThemeActivity() - Constructor for class net.simonvt.numberpicker.samples.LightThemeActivity
 
list_focused_holo - Static variable in class net.simonvt.numberpicker.R.drawable
 
list_focused_holo - Static variable in class net.simonvt.numberpicker.samples.R.drawable
 
list_longpressed_holo - Static variable in class net.simonvt.numberpicker.R.drawable
 
list_longpressed_holo - Static variable in class net.simonvt.numberpicker.samples.R.drawable
 
list_pressed_holo_dark - Static variable in class net.simonvt.numberpicker.R.drawable
 
list_pressed_holo_dark - Static variable in class net.simonvt.numberpicker.samples.R.drawable
 
list_pressed_holo_light - Static variable in class net.simonvt.numberpicker.R.drawable
 
list_pressed_holo_light - Static variable in class net.simonvt.numberpicker.samples.R.drawable
 
list_selector_background_transition_holo_dark - Static variable in class net.simonvt.numberpicker.R.drawable
 
list_selector_background_transition_holo_dark - Static variable in class net.simonvt.numberpicker.samples.R.drawable
 
list_selector_background_transition_holo_light - Static variable in class net.simonvt.numberpicker.R.drawable
 
list_selector_background_transition_holo_light - Static variable in class net.simonvt.numberpicker.samples.R.drawable
 
list_selector_disabled_holo_dark - Static variable in class net.simonvt.numberpicker.R.drawable
 
list_selector_disabled_holo_dark - Static variable in class net.simonvt.numberpicker.samples.R.drawable
 
list_selector_disabled_holo_light - Static variable in class net.simonvt.numberpicker.R.drawable
 
list_selector_disabled_holo_light - Static variable in class net.simonvt.numberpicker.samples.R.drawable
 

N

net.simonvt.numberpicker - package net.simonvt.numberpicker
 
net.simonvt.numberpicker.samples - package net.simonvt.numberpicker.samples
 
np__decrement - Static variable in class net.simonvt.numberpicker.R.id
 
np__decrement - Static variable in class net.simonvt.numberpicker.samples.R.id
 
np__increment - Static variable in class net.simonvt.numberpicker.R.id
Just adding these so I wont have to remove a lot of code from NumberPicker.java.
np__increment - Static variable in class net.simonvt.numberpicker.samples.R.id
Just adding these so I wont have to remove a lot of code from NumberPicker.java.
np__numberpicker_input - Static variable in class net.simonvt.numberpicker.R.id
 
np__numberpicker_input - Static variable in class net.simonvt.numberpicker.samples.R.id
 
np_numberpicker_selection_divider - Static variable in class net.simonvt.numberpicker.R.drawable
 
np_numberpicker_selection_divider - Static variable in class net.simonvt.numberpicker.samples.R.drawable
 
NPWidget - Static variable in class net.simonvt.numberpicker.R.style
 
NPWidget - Static variable in class net.simonvt.numberpicker.samples.R.style
 
NPWidget_Holo_Light_NumberPicker - Static variable in class net.simonvt.numberpicker.R.style
 
NPWidget_Holo_Light_NumberPicker - Static variable in class net.simonvt.numberpicker.samples.R.style
 
NPWidget_Holo_NumberPicker - Static variable in class net.simonvt.numberpicker.R.style
 
NPWidget_Holo_NumberPicker - Static variable in class net.simonvt.numberpicker.samples.R.style
 
NPWidget_NumberPicker - Static variable in class net.simonvt.numberpicker.R.style
 
NPWidget_NumberPicker - Static variable in class net.simonvt.numberpicker.samples.R.style
 
number_picker_with_selector_wheel - Static variable in class net.simonvt.numberpicker.R.layout
 
number_picker_with_selector_wheel - Static variable in class net.simonvt.numberpicker.samples.R.layout
 
NumberPicker - Class in net.simonvt.numberpicker
A widget that enables the user to select a number form a predefined range.
NumberPicker(Context) - Constructor for class net.simonvt.numberpicker.NumberPicker
Create a new number picker.
NumberPicker(Context, AttributeSet) - Constructor for class net.simonvt.numberpicker.NumberPicker
Create a new number picker.
NumberPicker(Context, AttributeSet, int) - Constructor for class net.simonvt.numberpicker.NumberPicker
Create a new number picker
numberPicker - Static variable in class net.simonvt.numberpicker.R.id
 
NumberPicker - Static variable in class net.simonvt.numberpicker.R.styleable
Attributes that can be used with a NumberPicker.
numberPicker - Static variable in class net.simonvt.numberpicker.samples.R.id
 
NumberPicker - Static variable in class net.simonvt.numberpicker.samples.R.styleable
Attributes that can be used with a NumberPicker.
NumberPicker.CustomEditText - Class in net.simonvt.numberpicker
 
NumberPicker.CustomEditText(Context, AttributeSet) - Constructor for class net.simonvt.numberpicker.NumberPicker.CustomEditText
 
NumberPicker.Formatter - Interface in net.simonvt.numberpicker
Interface used to format current value into a string for presentation.
NumberPicker.OnScrollListener - Interface in net.simonvt.numberpicker
Interface to listen for the picker scroll state.
NumberPicker.OnValueChangeListener - Interface in net.simonvt.numberpicker
Interface to listen for changes of the current value.
NumberPicker_internalLayout - Static variable in class net.simonvt.numberpicker.R.styleable
NumberPicker_internalLayout - Static variable in class net.simonvt.numberpicker.samples.R.styleable
NumberPicker_internalMaxHeight - Static variable in class net.simonvt.numberpicker.R.styleable
NumberPicker_internalMaxHeight - Static variable in class net.simonvt.numberpicker.samples.R.styleable
NumberPicker_internalMaxWidth - Static variable in class net.simonvt.numberpicker.R.styleable
NumberPicker_internalMaxWidth - Static variable in class net.simonvt.numberpicker.samples.R.styleable
NumberPicker_internalMinHeight - Static variable in class net.simonvt.numberpicker.R.styleable
NumberPicker_internalMinHeight - Static variable in class net.simonvt.numberpicker.samples.R.styleable
NumberPicker_internalMinWidth - Static variable in class net.simonvt.numberpicker.R.styleable
NumberPicker_internalMinWidth - Static variable in class net.simonvt.numberpicker.samples.R.styleable
NumberPicker_selectionDivider - Static variable in class net.simonvt.numberpicker.R.styleable
NumberPicker_selectionDivider - Static variable in class net.simonvt.numberpicker.samples.R.styleable
NumberPicker_selectionDividerHeight - Static variable in class net.simonvt.numberpicker.R.styleable
NumberPicker_selectionDividerHeight - Static variable in class net.simonvt.numberpicker.samples.R.styleable
NumberPicker_selectionDividersDistance - Static variable in class net.simonvt.numberpicker.R.styleable
NumberPicker_selectionDividersDistance - Static variable in class net.simonvt.numberpicker.samples.R.styleable
NumberPicker_solidColor - Static variable in class net.simonvt.numberpicker.R.styleable
NumberPicker_solidColor - Static variable in class net.simonvt.numberpicker.samples.R.styleable
NumberPicker_virtualButtonPressedDrawable - Static variable in class net.simonvt.numberpicker.R.styleable
NumberPicker_virtualButtonPressedDrawable - Static variable in class net.simonvt.numberpicker.samples.R.styleable
numberPickerStyle - Static variable in class net.simonvt.numberpicker.R.attr
Copy one of these attributes to your own theme (choose either dark or light).
numberPickerStyle - Static variable in class net.simonvt.numberpicker.samples.R.attr
Copy one of these attributes to your own theme (choose either dark or light).

O

onCreate(Bundle) - Method in class net.simonvt.numberpicker.samples.DarkThemeActivity
 
onCreate(Bundle) - Method in class net.simonvt.numberpicker.samples.LightThemeActivity
 
onCreate(Bundle) - Method in class net.simonvt.numberpicker.samples.SampleActivity
Called when the activity is first created.
onDetachedFromWindow() - Method in class net.simonvt.numberpicker.NumberPicker
 
onDraw(Canvas) - Method in class net.simonvt.numberpicker.NumberPicker
 
onEditorAction(int) - Method in class net.simonvt.numberpicker.NumberPicker.CustomEditText
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class net.simonvt.numberpicker.NumberPicker
 
onInterceptTouchEvent(MotionEvent) - Method in class net.simonvt.numberpicker.NumberPicker
 
onLayout(boolean, int, int, int, int) - Method in class net.simonvt.numberpicker.NumberPicker
 
onMeasure(int, int) - Method in class net.simonvt.numberpicker.NumberPicker
 
onScrollStateChange(NumberPicker, int) - Method in interface net.simonvt.numberpicker.NumberPicker.OnScrollListener
Callback invoked while the number picker scroll state has changed.
onTouchEvent(MotionEvent) - Method in class net.simonvt.numberpicker.NumberPicker
 
onValueChange(NumberPicker, int, int) - Method in interface net.simonvt.numberpicker.NumberPicker.OnValueChangeListener
Called upon a change of the current value.

R

R - Class in net.simonvt.numberpicker
 
R() - Constructor for class net.simonvt.numberpicker.R
 
R - Class in net.simonvt.numberpicker.samples
 
R() - Constructor for class net.simonvt.numberpicker.samples.R
 
R.attr - Class in net.simonvt.numberpicker
 
R.attr() - Constructor for class net.simonvt.numberpicker.R.attr
 
R.attr - Class in net.simonvt.numberpicker.samples
 
R.attr() - Constructor for class net.simonvt.numberpicker.samples.R.attr
 
R.color - Class in net.simonvt.numberpicker
 
R.color() - Constructor for class net.simonvt.numberpicker.R.color
 
R.color - Class in net.simonvt.numberpicker.samples
 
R.color() - Constructor for class net.simonvt.numberpicker.samples.R.color
 
R.drawable - Class in net.simonvt.numberpicker
 
R.drawable() - Constructor for class net.simonvt.numberpicker.R.drawable
 
R.drawable - Class in net.simonvt.numberpicker.samples
 
R.drawable() - Constructor for class net.simonvt.numberpicker.samples.R.drawable
 
R.id - Class in net.simonvt.numberpicker
 
R.id() - Constructor for class net.simonvt.numberpicker.R.id
 
R.id - Class in net.simonvt.numberpicker.samples
 
R.id() - Constructor for class net.simonvt.numberpicker.samples.R.id
 
R.layout - Class in net.simonvt.numberpicker
 
R.layout() - Constructor for class net.simonvt.numberpicker.R.layout
 
R.layout - Class in net.simonvt.numberpicker.samples
 
R.layout() - Constructor for class net.simonvt.numberpicker.samples.R.layout
 
R.string - Class in net.simonvt.numberpicker
 
R.string() - Constructor for class net.simonvt.numberpicker.R.string
 
R.string - Class in net.simonvt.numberpicker.samples
 
R.string() - Constructor for class net.simonvt.numberpicker.samples.R.string
 
R.style - Class in net.simonvt.numberpicker
 
R.style() - Constructor for class net.simonvt.numberpicker.R.style
 
R.style - Class in net.simonvt.numberpicker.samples
 
R.style() - Constructor for class net.simonvt.numberpicker.samples.R.style
 
R.styleable - Class in net.simonvt.numberpicker
 
R.styleable() - Constructor for class net.simonvt.numberpicker.R.styleable
 
R.styleable - Class in net.simonvt.numberpicker.samples
 
R.styleable() - Constructor for class net.simonvt.numberpicker.samples.R.styleable
 
resolveSizeAndState(int, int, int) - Static method in class net.simonvt.numberpicker.NumberPicker
Utility to reconcile a desired size and state, with constraints imposed by a MeasureSpec.

S

SampleActivity - Class in net.simonvt.numberpicker.samples
 
SampleActivity() - Constructor for class net.simonvt.numberpicker.samples.SampleActivity
 
SampleTheme - Static variable in class net.simonvt.numberpicker.R.style
 
SampleTheme - Static variable in class net.simonvt.numberpicker.samples.R.style
 
SampleTheme_Light - Static variable in class net.simonvt.numberpicker.R.style
 
SampleTheme_Light - Static variable in class net.simonvt.numberpicker.samples.R.style
 
SCROLL_STATE_FLING - Static variable in interface net.simonvt.numberpicker.NumberPicker.OnScrollListener
The user had previously been scrolling using touch and performed a fling.
SCROLL_STATE_IDLE - Static variable in interface net.simonvt.numberpicker.NumberPicker.OnScrollListener
The view is not scrolling.
SCROLL_STATE_TOUCH_SCROLL - Static variable in interface net.simonvt.numberpicker.NumberPicker.OnScrollListener
The user is scrolling using touch, and his finger is still on the screen.
scrollBy(int, int) - Method in class net.simonvt.numberpicker.NumberPicker
 
Scroller - Class in net.simonvt.numberpicker
This class encapsulates scrolling.
Scroller(Context) - Constructor for class net.simonvt.numberpicker.Scroller
Create a Scroller with the default duration and interpolator.
Scroller(Context, Interpolator) - Constructor for class net.simonvt.numberpicker.Scroller
Create a Scroller with the specified interpolator.
Scroller(Context, Interpolator, boolean) - Constructor for class net.simonvt.numberpicker.Scroller
Create a Scroller with the specified interpolator.
selectionDivider - Static variable in class net.simonvt.numberpicker.R.attr
 
selectionDivider - Static variable in class net.simonvt.numberpicker.samples.R.attr
 
selectionDividerHeight - Static variable in class net.simonvt.numberpicker.R.attr
 
selectionDividerHeight - Static variable in class net.simonvt.numberpicker.samples.R.attr
 
selectionDividersDistance - Static variable in class net.simonvt.numberpicker.R.attr
 
selectionDividersDistance - Static variable in class net.simonvt.numberpicker.samples.R.attr
 
setDisplayedValues(String[]) - Method in class net.simonvt.numberpicker.NumberPicker
Sets the values to be displayed.
setEnabled(boolean) - Method in class net.simonvt.numberpicker.NumberPicker
 
setFinalX(int) - Method in class net.simonvt.numberpicker.Scroller
Sets the final position (X) for this scroller.
setFinalY(int) - Method in class net.simonvt.numberpicker.Scroller
Sets the final position (Y) for this scroller.
setFormatter(NumberPicker.Formatter) - Method in class net.simonvt.numberpicker.NumberPicker
Set the formatter to be used for formatting the current value.
setFriction(float) - Method in class net.simonvt.numberpicker.Scroller
The amount of friction applied to flings.
setMaxValue(int) - Method in class net.simonvt.numberpicker.NumberPicker
Sets the max value of the picker.
setMinValue(int) - Method in class net.simonvt.numberpicker.NumberPicker
Sets the min value of the picker.
setOnLongPressUpdateInterval(long) - Method in class net.simonvt.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 net.simonvt.numberpicker.NumberPicker
Set listener to be notified for scroll state changes.
setOnValueChangedListener(NumberPicker.OnValueChangeListener) - Method in class net.simonvt.numberpicker.NumberPicker
Sets the listener to be notified on change of the current value.
setValue(int) - Method in class net.simonvt.numberpicker.NumberPicker
Set the current value for the number picker.
setWrapSelectorWheel(boolean) - Method in class net.simonvt.numberpicker.NumberPicker
Sets whether the selector wheel shown during flinging/scrolling should wrap around the NumberPicker.getMinValue() and NumberPicker.getMaxValue() values.
solidColor - Static variable in class net.simonvt.numberpicker.R.attr
 
solidColor - Static variable in class net.simonvt.numberpicker.samples.R.attr
 
startScroll(int, int, int, int) - Method in class net.simonvt.numberpicker.Scroller
Start scrolling by providing a starting point and the distance to travel.
startScroll(int, int, int, int, int) - Method in class net.simonvt.numberpicker.Scroller
Start scrolling by providing a starting point and the distance to travel.

T

timePassed() - Method in class net.simonvt.numberpicker.Scroller
Returns the time elapsed since the beginning of the scrolling.
transparent - Static variable in class net.simonvt.numberpicker.R.color
 
transparent - Static variable in class net.simonvt.numberpicker.samples.R.color
 

V

virtualButtonPressedDrawable - Static variable in class net.simonvt.numberpicker.R.attr
 
virtualButtonPressedDrawable - Static variable in class net.simonvt.numberpicker.samples.R.attr
 

A B C D E F G I L N O R S T V

Copyright © 2012-2013. All Rights Reserved.