FileDocCategorySizeDatePackage
Switch.javaAPI DocAndroid 5.1 API4679Sat Mar 14 14:09:40 GMT 2015android.widget

Switch

public class Switch extends android.widget.CompoundButton

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

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

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public Switch(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 Switch(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 voiddraw(android.graphics.Canvas c)

 throw new RuntimeException("Stub!"); 
public voiddrawableHotspotChanged(float x, float y)

 throw new RuntimeException("Stub!"); 
protected voiddrawableStateChanged()

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

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetTextOff()

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetTextOn()

 throw new RuntimeException("Stub!"); 
public android.graphics.drawable.DrawablegetThumbDrawable()

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

 throw new RuntimeException("Stub!"); 
public android.graphics.drawable.DrawablegetTrackDrawable()

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

 throw new RuntimeException("Stub!"); 
protected int[]onCreateDrawableState(int extraSpace)

 throw new RuntimeException("Stub!"); 
protected voidonDraw(android.graphics.Canvas canvas)

 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 voidonLayout(boolean changed, int left, int top, int right, int bottom)

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

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

 throw new RuntimeException("Stub!"); 
public booleanonTouchEvent(android.view.MotionEvent ev)

 throw new RuntimeException("Stub!"); 
public voidsetChecked(boolean checked)

 throw new RuntimeException("Stub!"); 
public voidsetShowText(boolean showText)

 throw new RuntimeException("Stub!"); 
public voidsetSplitTrack(boolean splitTrack)

 throw new RuntimeException("Stub!"); 
public voidsetSwitchMinWidth(int pixels)

 throw new RuntimeException("Stub!"); 
public voidsetSwitchPadding(int pixels)

 throw new RuntimeException("Stub!"); 
public voidsetSwitchTextAppearance(android.content.Context context, int resid)

 throw new RuntimeException("Stub!"); 
public voidsetSwitchTypeface(android.graphics.Typeface tf, int style)

 throw new RuntimeException("Stub!"); 
public voidsetSwitchTypeface(android.graphics.Typeface tf)

 throw new RuntimeException("Stub!"); 
public voidsetTextOff(java.lang.CharSequence textOff)

 throw new RuntimeException("Stub!"); 
public voidsetTextOn(java.lang.CharSequence textOn)

 throw new RuntimeException("Stub!"); 
public voidsetThumbDrawable(android.graphics.drawable.Drawable thumb)

 throw new RuntimeException("Stub!"); 
public voidsetThumbResource(int resId)

 throw new RuntimeException("Stub!"); 
public voidsetThumbTextPadding(int pixels)

 throw new RuntimeException("Stub!"); 
public voidsetTrackDrawable(android.graphics.drawable.Drawable track)

 throw new RuntimeException("Stub!"); 
public voidsetTrackResource(int resId)

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

 throw new RuntimeException("Stub!"); 
protected booleanverifyDrawable(android.graphics.drawable.Drawable who)

 throw new RuntimeException("Stub!");