Constructors Summary |
---|
public Spinner(android.content.Context context) super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!");
|
public Spinner(android.content.Context context, int mode) super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!");
|
public Spinner(android.content.Context context, android.util.AttributeSet attrs) super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!");
|
public Spinner(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 Spinner(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr, int mode) super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!");
|
public Spinner(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr, int defStyleRes, int mode) super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!");
|
Methods Summary |
---|
public int | getBaseline() throw new RuntimeException("Stub!");
|
public int | getDropDownHorizontalOffset() throw new RuntimeException("Stub!");
|
public int | getDropDownVerticalOffset() throw new RuntimeException("Stub!");
|
public int | getDropDownWidth() throw new RuntimeException("Stub!");
|
public int | getGravity() throw new RuntimeException("Stub!");
|
public android.graphics.drawable.Drawable | getPopupBackground() throw new RuntimeException("Stub!");
|
public java.lang.CharSequence | getPrompt() throw new RuntimeException("Stub!");
|
public void | onClick(android.content.DialogInterface dialog, int which) throw new RuntimeException("Stub!");
|
protected void | onDetachedFromWindow() throw new RuntimeException("Stub!");
|
public void | onInitializeAccessibilityEvent(android.view.accessibility.AccessibilityEvent event) throw new RuntimeException("Stub!");
|
public void | onInitializeAccessibilityNodeInfo(android.view.accessibility.AccessibilityNodeInfo info) throw new RuntimeException("Stub!");
|
protected void | onLayout(boolean changed, int l, int t, int r, int b) throw new RuntimeException("Stub!");
|
protected void | onMeasure(int widthMeasureSpec, int heightMeasureSpec) throw new RuntimeException("Stub!");
|
public void | onRestoreInstanceState(android.os.Parcelable state) throw new RuntimeException("Stub!");
|
public android.os.Parcelable | onSaveInstanceState() throw new RuntimeException("Stub!");
|
public boolean | onTouchEvent(android.view.MotionEvent event) throw new RuntimeException("Stub!");
|
public boolean | performClick() throw new RuntimeException("Stub!");
|
public void | setAdapter(android.widget.SpinnerAdapter adapter) throw new RuntimeException("Stub!");
|
public void | setDropDownHorizontalOffset(int pixels) throw new RuntimeException("Stub!");
|
public void | setDropDownVerticalOffset(int pixels) throw new RuntimeException("Stub!");
|
public void | setDropDownWidth(int pixels) throw new RuntimeException("Stub!");
|
public void | setEnabled(boolean enabled) throw new RuntimeException("Stub!");
|
public void | setGravity(int gravity) throw new RuntimeException("Stub!");
|
public void | setOnItemClickListener(android.widget.AdapterView.OnItemClickListener l) throw new RuntimeException("Stub!");
|
public void | setPopupBackgroundDrawable(android.graphics.drawable.Drawable background) throw new RuntimeException("Stub!");
|
public void | setPopupBackgroundResource(int resId) throw new RuntimeException("Stub!");
|
public void | setPrompt(java.lang.CharSequence prompt) throw new RuntimeException("Stub!");
|
public void | setPromptId(int promptId) throw new RuntimeException("Stub!");
|