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

/frameworks/base/core/java/android/widget/
H A DCompoundButton.java52 * See {@link android.R.styleable#CompoundButton
53 * CompoundButton Attributes}, {@link android.R.styleable#Button Button
58 public abstract class CompoundButton extends Button implements Checkable { class in inherits:Button,Checkable
59 private static final String LOG_TAG = CompoundButton.class.getSimpleName();
81 public CompoundButton(Context context) { method in class:CompoundButton
85 public CompoundButton(Context context, AttributeSet attrs) { method in class:CompoundButton
89 public CompoundButton(Context context, AttributeSet attrs, int defStyleAttr) { method in class:CompoundButton
93 public CompoundButton(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:CompoundButton
97 attrs, com.android.internal.R.styleable.CompoundButton, defStyleAttr, defStyleRes);
217 void onCheckedChanged(CompoundButton buttonVie
[all...]

Completed in 56 milliseconds