Searched defs:CompoundButton (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DCompoundButton.java41 * See {@link android.R.styleable#CompoundButton
42 * CompoundButton Attributes}, {@link android.R.styleable#Button Button
47 public abstract class CompoundButton extends Button implements Checkable { class in inherits:Button,Checkable
59 public CompoundButton(Context context) { method in class:CompoundButton
63 public CompoundButton(Context context, AttributeSet attrs) { method in class:CompoundButton
67 public CompoundButton(Context context, AttributeSet attrs, int defStyle) { method in class:CompoundButton
72 attrs, com.android.internal.R.styleable.CompoundButton, defStyle, 0);
168 void onCheckedChanged(CompoundButton buttonView, boolean isChecked);
215 event.setClassName(CompoundButton.class.getName());
222 info.setClassName(CompoundButton
[all...]

Completed in 160 milliseconds