FileDocCategorySizeDatePackage
AbsSpinner.javaAPI DocAndroid 5.1 API2336Sat Mar 14 14:09:38 GMT 2015android.widget

AbsSpinner

public abstract class AbsSpinner extends android.widget.AdapterView

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

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

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public AbsSpinner(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 AbsSpinner(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
protected android.view.ViewGroup.LayoutParamsgenerateDefaultLayoutParams()

 throw new RuntimeException("Stub!"); 
public android.widget.SpinnerAdaptergetAdapter()

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

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

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

 throw new RuntimeException("Stub!"); 
public voidonInitializeAccessibilityNodeInfo(android.view.accessibility.AccessibilityNodeInfo info)

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

 throw new RuntimeException("Stub!"); 
public voidonRestoreInstanceState(android.os.Parcelable state)

 throw new RuntimeException("Stub!"); 
public android.os.ParcelableonSaveInstanceState()

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

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

 throw new RuntimeException("Stub!"); 
public voidsetAdapter(android.widget.SpinnerAdapter adapter)

 throw new RuntimeException("Stub!"); 
public voidsetSelection(int position, boolean animate)

 throw new RuntimeException("Stub!"); 
public voidsetSelection(int position)

 throw new RuntimeException("Stub!");