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

/frameworks/base/core/java/android/widget/
H A DSwitch.java50 * A Switch is a two-state toggle switch widget that can select between two
73 public class Switch extends CompoundButton { class in inherits:CompoundButton
149 * Construct a new Switch with default styling.
153 public Switch(Context context) { method in class:Switch
158 * Construct a new Switch with default styling, overriding specific style
164 public Switch(Context context, AttributeSet attrs) { method in class:Switch
169 * Construct a new Switch with a default style determined by the given theme attribute,
178 public Switch(Context context, AttributeSet attrs, int defStyleAttr) { method in class:Switch
184 * Construct a new Switch with a default style determined by the given theme
199 public Switch(Contex method in class:Switch
[all...]

Completed in 56 milliseconds