Home | History | Annotate | Download | only in widget

Lines Matching defs:CompoundButton

41  * See {@link android.R.styleable#CompoundButton
42 * CompoundButton Attributes}, {@link android.R.styleable#Button Button
47 public abstract class CompoundButton extends Button implements Checkable {
59 public CompoundButton(Context context) {
63 public CompoundButton(Context context, AttributeSet attrs) {
67 public CompoundButton(Context context, AttributeSet attrs, int defStyle) {
72 attrs, com.android.internal.R.styleable.CompoundButton, defStyle, 0);
169 void onCheckedChanged(CompoundButton buttonView, boolean isChecked);
214 event.setClassName(CompoundButton.class.getName());
221 info.setClassName(CompoundButton.class.getName());
325 * Constructor called from {@link CompoundButton#onSaveInstanceState()}
347 return "CompoundButton.SavedState{"