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
68 public class Switch extends CompoundButton { class in inherits:CompoundButton
117 * Construct a new Switch with default styling.
121 public Switch(Context context) { method in class:Switch
126 * Construct a new Switch with default styling, overriding specific style
132 public Switch(Context context, AttributeSet attrs) { method in class:Switch
137 * Construct a new Switch with a default style determined by the given theme attribute,
145 public Switch(Context context, AttributeSet attrs, int defStyle) { method in class:Switch
154 com.android.internal.R.styleable.Switch, defStyle, 0);
832 event.setClassName(Switch
[all...]

Completed in 47 milliseconds