android.widget.AbsSpinner Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.widget;
public abstract class AbsSpinner
extends android.widget.AdapterView
{
public AbsSpinner(android.content.Context context) { super((android.content.Context)null,(android.util.AttributeSet)null,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); throw new RuntimeException("Stub!"); }
public AbsSpinner(android.content.Context context, android.util.AttributeSet attrs, int defStyle) { super((android.content.Context)null,(android.util.AttributeSet)null,0); throw new RuntimeException("Stub!"); }
public void setAdapter(android.widget.SpinnerAdapter adapter) { throw new RuntimeException("Stub!"); }
protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { throw new RuntimeException("Stub!"); }
protected android.view.ViewGroup.LayoutParams generateDefaultLayoutParams() { throw new RuntimeException("Stub!"); }
public void setSelection(int position, boolean animate) { throw new RuntimeException("Stub!"); }
public void setSelection(int position) { throw new RuntimeException("Stub!"); }
public android.view.View getSelectedView() { throw new RuntimeException("Stub!"); }
public void requestLayout() { throw new RuntimeException("Stub!"); }
public android.widget.SpinnerAdapter getAdapter() { throw new RuntimeException("Stub!"); }
public int getCount() { throw new RuntimeException("Stub!"); }
public int pointToPosition(int x, int y) { throw new RuntimeException("Stub!"); }
public android.os.Parcelable onSaveInstanceState() { throw new RuntimeException("Stub!"); }
public void onRestoreInstanceState(android.os.Parcelable state) { 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!"); }
}