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

ToggleButton.java

package android.widget;
public class ToggleButton
  extends android.widget.CompoundButton
{
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!"); }
public  void setChecked(boolean checked) { throw new RuntimeException("Stub!"); }
public  java.lang.CharSequence getTextOn() { throw new RuntimeException("Stub!"); }
public  void setTextOn(java.lang.CharSequence textOn) { throw new RuntimeException("Stub!"); }
public  java.lang.CharSequence getTextOff() { throw new RuntimeException("Stub!"); }
public  void setTextOff(java.lang.CharSequence textOff) { throw new RuntimeException("Stub!"); }
protected  void onFinishInflate() { throw new RuntimeException("Stub!"); }
public  void setBackgroundDrawable(android.graphics.drawable.Drawable d) { throw new RuntimeException("Stub!"); }
protected  void drawableStateChanged() { 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!"); }
}