Constructors Summary |
---|
public TabWidget(android.content.Context context) super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!");
|
public TabWidget(android.content.Context context, android.util.AttributeSet attrs) super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!");
|
public TabWidget(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 TabWidget(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 void | addView(android.view.View child) throw new RuntimeException("Stub!");
|
public void | childDrawableStateChanged(android.view.View child) throw new RuntimeException("Stub!");
|
public void | dispatchDraw(android.graphics.Canvas canvas) throw new RuntimeException("Stub!");
|
public boolean | dispatchPopulateAccessibilityEvent(android.view.accessibility.AccessibilityEvent event) throw new RuntimeException("Stub!");
|
public void | focusCurrentTab(int index) throw new RuntimeException("Stub!");
|
protected int | getChildDrawingOrder(int childCount, int i) throw new RuntimeException("Stub!");
|
public android.view.View | getChildTabViewAt(int index) throw new RuntimeException("Stub!");
|
public int | getTabCount() throw new RuntimeException("Stub!");
|
public boolean | isStripEnabled() throw new RuntimeException("Stub!");
|
public void | onFocusChange(android.view.View v, boolean hasFocus) 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 | onSizeChanged(int w, int h, int oldw, int oldh) throw new RuntimeException("Stub!");
|
public void | removeAllViews() throw new RuntimeException("Stub!");
|
public void | sendAccessibilityEventUnchecked(android.view.accessibility.AccessibilityEvent event) throw new RuntimeException("Stub!");
|
public void | setCurrentTab(int index) throw new RuntimeException("Stub!");
|
public void | setDividerDrawable(int resId) throw new RuntimeException("Stub!");
|
public void | setDividerDrawable(android.graphics.drawable.Drawable drawable) throw new RuntimeException("Stub!");
|
public void | setEnabled(boolean enabled) throw new RuntimeException("Stub!");
|
public void | setLeftStripDrawable(android.graphics.drawable.Drawable drawable) throw new RuntimeException("Stub!");
|
public void | setLeftStripDrawable(int resId) throw new RuntimeException("Stub!");
|
public void | setRightStripDrawable(android.graphics.drawable.Drawable drawable) throw new RuntimeException("Stub!");
|
public void | setRightStripDrawable(int resId) throw new RuntimeException("Stub!");
|
public void | setStripEnabled(boolean stripEnabled) throw new RuntimeException("Stub!");
|