FileDocCategorySizeDatePackage
NumberPicker.javaAPI DocAndroid 5.1 API4977Sat Mar 14 14:09:36 GMT 2015android.widget

NumberPicker

public class NumberPicker extends android.widget.LinearLayout

Fields Summary
Constructors Summary
public NumberPicker(android.content.Context context)


   

     

     super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public NumberPicker(android.content.Context context, android.util.AttributeSet attrs)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public NumberPicker(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public NumberPicker(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr, int defStyleRes)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
Methods Summary
public voidcomputeScroll()

 throw new RuntimeException("Stub!"); 
protected intcomputeVerticalScrollExtent()

 throw new RuntimeException("Stub!"); 
protected intcomputeVerticalScrollOffset()

 throw new RuntimeException("Stub!"); 
protected intcomputeVerticalScrollRange()

 throw new RuntimeException("Stub!"); 
protected booleandispatchHoverEvent(android.view.MotionEvent event)

 throw new RuntimeException("Stub!"); 
public booleandispatchKeyEvent(android.view.KeyEvent event)

 throw new RuntimeException("Stub!"); 
public booleandispatchTouchEvent(android.view.MotionEvent event)

 throw new RuntimeException("Stub!"); 
public booleandispatchTrackballEvent(android.view.MotionEvent event)

 throw new RuntimeException("Stub!"); 
public android.view.accessibility.AccessibilityNodeProvidergetAccessibilityNodeProvider()

 throw new RuntimeException("Stub!"); 
protected floatgetBottomFadingEdgeStrength()

 throw new RuntimeException("Stub!"); 
public java.lang.String[]getDisplayedValues()

 throw new RuntimeException("Stub!"); 
public intgetMaxValue()

 throw new RuntimeException("Stub!"); 
public intgetMinValue()

 throw new RuntimeException("Stub!"); 
public intgetSolidColor()

 throw new RuntimeException("Stub!"); 
protected floatgetTopFadingEdgeStrength()

 throw new RuntimeException("Stub!"); 
public intgetValue()

 throw new RuntimeException("Stub!"); 
public booleangetWrapSelectorWheel()

 throw new RuntimeException("Stub!"); 
protected voidonDetachedFromWindow()

 throw new RuntimeException("Stub!"); 
protected voidonDraw(android.graphics.Canvas canvas)

 throw new RuntimeException("Stub!"); 
public voidonInitializeAccessibilityEvent(android.view.accessibility.AccessibilityEvent event)

 throw new RuntimeException("Stub!"); 
public booleanonInterceptTouchEvent(android.view.MotionEvent event)

 throw new RuntimeException("Stub!"); 
protected voidonLayout(boolean changed, int left, int top, int right, int bottom)

 throw new RuntimeException("Stub!"); 
protected voidonMeasure(int widthMeasureSpec, int heightMeasureSpec)

 throw new RuntimeException("Stub!"); 
public booleanonTouchEvent(android.view.MotionEvent event)

 throw new RuntimeException("Stub!"); 
public booleanperformClick()

 throw new RuntimeException("Stub!"); 
public booleanperformLongClick()

 throw new RuntimeException("Stub!"); 
public voidscrollBy(int x, int y)

 throw new RuntimeException("Stub!"); 
public voidsetDisplayedValues(java.lang.String[] displayedValues)

 throw new RuntimeException("Stub!"); 
public voidsetEnabled(boolean enabled)

 throw new RuntimeException("Stub!"); 
public voidsetFormatter(android.widget.NumberPicker$Formatter formatter)

 throw new RuntimeException("Stub!"); 
public voidsetMaxValue(int maxValue)

 throw new RuntimeException("Stub!"); 
public voidsetMinValue(int minValue)

 throw new RuntimeException("Stub!"); 
public voidsetOnLongPressUpdateInterval(long intervalMillis)

 throw new RuntimeException("Stub!"); 
public voidsetOnScrollListener(android.widget.NumberPicker$OnScrollListener onScrollListener)

 throw new RuntimeException("Stub!"); 
public voidsetOnValueChangedListener(android.widget.NumberPicker$OnValueChangeListener onValueChangedListener)

 throw new RuntimeException("Stub!"); 
public voidsetValue(int value)

 throw new RuntimeException("Stub!"); 
public voidsetWrapSelectorWheel(boolean wrapSelectorWheel)

 throw new RuntimeException("Stub!");