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

/frameworks/base/core/java/android/widget/
H A DSwitch.java42 * A Switch is a two-state toggle switch widget that can select between two
54 public class Switch extends CompoundButton { class in inherits:CompoundButton
102 * Construct a new Switch with default styling.
106 public Switch(Context context) { method in class:Switch
111 * Construct a new Switch with default styling, overriding specific style
117 public Switch(Context context, AttributeSet attrs) { method in class:Switch
122 * Construct a new Switch with a default style determined by the given theme attribute,
130 public Switch(Context context, AttributeSet attrs, int defStyle) { method in class:Switch
139 com.android.internal.R.styleable.Switch, defStyle, 0);

Completed in 32 milliseconds