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

/frameworks/base/core/java/android/preference/
H A DSwitchPreference.java39 public class SwitchPreference extends TwoStatePreference { class in inherits:TwoStatePreference
56 SwitchPreference.this.setChecked(isChecked);
61 * Construct a new SwitchPreference with the given style options.
73 public SwitchPreference(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:SwitchPreference
77 com.android.internal.R.styleable.SwitchPreference, defStyleAttr, defStyleRes);
90 * Construct a new SwitchPreference with the given style options.
98 public SwitchPreference(Context context, AttributeSet attrs, int defStyleAttr) { method in class:SwitchPreference
103 * Construct a new SwitchPreference with the given style options.
108 public SwitchPreference(Context context, AttributeSet attrs) { method in class:SwitchPreference
113 * Construct a new SwitchPreference wit
117 public SwitchPreference(Context context) { method in class:SwitchPreference
[all...]
/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DSwitchPreference.java42 public class SwitchPreference extends TwoStatePreference { class in inherits:TwoStatePreference
59 SwitchPreference.this.setChecked(isChecked);
64 * Construct a new SwitchPreference with the given style options.
76 public SwitchPreference(Context context, AttributeSet attrs, int defStyleAttr, method in class:SwitchPreference
81 R.styleable.SwitchPreference, defStyleAttr, defStyleRes);
105 * Construct a new SwitchPreference with the given style options.
113 public SwitchPreference(Context context, AttributeSet attrs, int defStyleAttr) { method in class:SwitchPreference
118 * Construct a new SwitchPreference with the given style options.
123 public SwitchPreference(Context context, AttributeSet attrs) { method in class:SwitchPreference
128 * Construct a new SwitchPreference wit
132 public SwitchPreference(Context context) { method in class:SwitchPreference
[all...]

Completed in 181 milliseconds