FileDocCategorySizeDatePackage
ToggleButton.javaAPI DocAndroid 5.1 API1915Sat Mar 14 14:09:36 GMT 2015android.widget

ToggleButton

public class ToggleButton extends android.widget.CompoundButton

Fields Summary
Constructors Summary
public ToggleButton(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!"); 
public ToggleButton(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 ToggleButton(android.content.Context context, android.util.AttributeSet attrs)

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

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
Methods Summary
protected voiddrawableStateChanged()

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

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

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

 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!"); 
public voidsetBackgroundDrawable(android.graphics.drawable.Drawable d)

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

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

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

 throw new RuntimeException("Stub!");