public class

HtcNumberPicker

extends RelativeLayout
implements AbstractTableView.OnScrollListener
java.lang.Object
   ↳ android.view.View
     ↳ android.view.ViewGroup
       ↳ android.widget.RelativeLayout
         ↳ com.htc.widget.HtcNumberPicker

Summary

Nested Classes
interface HtcNumberPicker.OnScrollIdleStateListener  
Constants
int SHADOW_LAYER_1ST
int SHADOW_LAYER_2ND
int SHADOW_LAYER_3RD
[Expand]
Inherited Constants
From class android.widget.RelativeLayout
From class android.view.ViewGroup
From class android.view.View
From interface com.htc.view.table.AbstractTableView.OnScrollListener
[Expand]
Inherited Fields
From class android.view.ViewGroup
From class android.view.View
Public Constructors
HtcNumberPicker(Context context)
HtcNumberPicker(Context context, AttributeSet attrs)
HtcNumberPicker(Context context, AttributeSet attrs, int defStyle)
Public Methods
int getCenterView()
void releaseResource()
void setCenterView(int pos)
void setCustomShadow(int layer, float radius, float dx, float dy, int color)
void setOnScrollIdleStateListener(HtcNumberPicker.OnScrollIdleStateListener listener)
void setRange(int start, int end)
void setShowNumberDigits(int d)
[Expand]
Inherited Methods
From class android.widget.RelativeLayout
From class android.view.ViewGroup
From class android.view.View
From class java.lang.Object
From interface android.graphics.drawable.Drawable.Callback
From interface android.graphics.drawable.Drawable.Callback2
From interface android.view.HtcIfViewGroup
From interface android.view.KeyEvent.Callback
From interface android.view.ViewManager
From interface android.view.ViewParent
From interface android.view.accessibility.AccessibilityEventSource
From interface com.htc.view.table.AbstractTableView.OnScrollListener

Constants

public static final int SHADOW_LAYER_1ST

Since: API Level 4.8

Constant Value: 0 (0x00000000)

public static final int SHADOW_LAYER_2ND

Since: API Level 4.8

Constant Value: 1 (0x00000001)

public static final int SHADOW_LAYER_3RD

Since: API Level 4.8

Constant Value: 2 (0x00000002)

Public Constructors

public HtcNumberPicker (Context context)

Since: API Level 2.0

public HtcNumberPicker (Context context, AttributeSet attrs)

Since: API Level 2.0

public HtcNumberPicker (Context context, AttributeSet attrs, int defStyle)

Since: API Level 2.0

Public Methods

public int getCenterView ()

Since: API Level 2.0

public void releaseResource ()

Since: API Level 2.0

public void setCenterView (int pos)

Since: API Level 2.0

public void setCustomShadow (int layer, float radius, float dx, float dy, int color)

Since: API Level 4.8

public void setOnScrollIdleStateListener (HtcNumberPicker.OnScrollIdleStateListener listener)

Since: API Level 2.0

public void setRange (int start, int end)

Since: API Level 2.0

public void setShowNumberDigits (int d)

Since: API Level 2.0