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

/frameworks/base/core/java/android/widget/
H A DCheckBox.java47 * See {@link android.R.styleable#CompoundButton CompoundButton Attributes},
53 public class CheckBox extends CompoundButton {
H A DRadioButton.java39 * See {@link android.R.styleable#CompoundButton CompoundButton Attributes},
45 public class RadioButton extends CompoundButton {
H A DCompoundButton.java39 * See {@link android.R.styleable#CompoundButton
40 * CompoundButton Attributes}, {@link android.R.styleable#Button Button
45 public abstract class CompoundButton extends Button implements Checkable { class in inherits:Button,Checkable
57 public CompoundButton(Context context) { method in class:CompoundButton
61 public CompoundButton(Context context, AttributeSet attrs) { method in class:CompoundButton
65 public CompoundButton(Context context, AttributeSet attrs, int defStyle) { method in class:CompoundButton
70 attrs, com.android.internal.R.styleable.CompoundButton, defStyle, 0);
164 void onCheckedChanged(CompoundButton buttonView, boolean isChecked);
284 * Constructor called from {@link CompoundButton#onSaveInstanceState()}
306 return "CompoundButton
[all...]
H A DRadioGroup.java56 private CompoundButton.OnCheckedChangeListener mChildOnCheckedChangeListener;
328 private class CheckedStateTracker implements CompoundButton.OnCheckedChangeListener {
329 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
H A DToggleButton.java34 public class ToggleButton extends CompoundButton {
/frameworks/base/core/java/com/android/internal/view/menu/
H A DListMenuItemView.java26 import android.widget.CompoundButton;
126 final CompoundButton compoundButton;
127 final CompoundButton otherCompoundButton;
156 CompoundButton compoundButton;
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java38 import android.widget.CompoundButton;
372 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {

Completed in 73 milliseconds