Searched defs:SwitchPreference (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/preference/
H A DSwitchPreference.java38 public class SwitchPreference extends TwoStatePreference { class in inherits:TwoStatePreference
54 SwitchPreference.this.setChecked(isChecked);
59 * Construct a new SwitchPreference with the given style options.
65 public SwitchPreference(Context context, AttributeSet attrs, int defStyle) { method in class:SwitchPreference
69 com.android.internal.R.styleable.SwitchPreference, defStyle, 0);
82 * Construct a new SwitchPreference with the given style options.
87 public SwitchPreference(Context context, AttributeSet attrs) { method in class:SwitchPreference
92 * Construct a new SwitchPreference with default style options.
96 public SwitchPreference(Context context) { method in class:SwitchPreference

Completed in 56 milliseconds