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

/frameworks/base/core/java/android/widget/
H A DCompoundButton.java48 * See {@link android.R.styleable#CompoundButton
49 * CompoundButton Attributes}, {@link android.R.styleable#Button Button
54 public abstract class CompoundButton extends Button implements Checkable { class in inherits:Button,Checkable
71 public CompoundButton(Context context) { method in class:CompoundButton
75 public CompoundButton(Context context, AttributeSet attrs) { method in class:CompoundButton
79 public CompoundButton(Context context, AttributeSet attrs, int defStyleAttr) { method in class:CompoundButton
83 public CompoundButton(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:CompoundButton
87 attrs, com.android.internal.R.styleable.CompoundButton, defStyleAttr, defStyleRes);
198 void onCheckedChanged(CompoundButton buttonView, boolean isChecked);
350 return CompoundButton
[all...]

Completed in 51 milliseconds