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

/frameworks/base/core/java/android/widget/
H A DCompoundButton.java45 * See {@link android.R.styleable#CompoundButton
46 * CompoundButton Attributes}, {@link android.R.styleable#Button Button
51 public abstract class CompoundButton extends Button implements Checkable { class in inherits:Button,Checkable
69 public CompoundButton(Context context) { method in class:CompoundButton
73 public CompoundButton(Context context, AttributeSet attrs) { method in class:CompoundButton
77 public CompoundButton(Context context, AttributeSet attrs, int defStyleAttr) { method in class:CompoundButton
81 public CompoundButton(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:CompoundButton
85 attrs, com.android.internal.R.styleable.CompoundButton, defStyleAttr, defStyleRes);
196 void onCheckedChanged(CompoundButton buttonView, boolean isChecked);
330 event.setClassName(CompoundButton
[all...]

Completed in 147 milliseconds