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

/frameworks/base/core/java/android/widget/
H A DSwitch.java45 * A Switch is a two-state toggle switch widget that can select between two
57 public class Switch extends CompoundButton { class in inherits:CompoundButton
106 * Construct a new Switch with default styling.
110 public Switch(Context context) { method in class:Switch
115 * Construct a new Switch with default styling, overriding specific style
121 public Switch(Context context, AttributeSet attrs) { method in class:Switch
126 * Construct a new Switch with a default style determined by the given theme attribute,
134 public Switch(Context context, AttributeSet attrs, int defStyle) { method in class:Switch
143 com.android.internal.R.styleable.Switch, defStyle, 0);
818 event.setClassName(Switch
[all...]

Completed in 48 milliseconds