D | Switch.java | 83 public class Switch extends CompoundButton { class 173 public Switch(Context context) { in Switch() method in Switch 184 public Switch(Context context, AttributeSet attrs) { in Switch() method in Switch 198 public Switch(Context context, AttributeSet attrs, int defStyleAttr) { in Switch() method in Switch 219 public Switch(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in Switch() method in Switch 229 attrs, com.android.internal.R.styleable.Switch, defStyleAttr, defStyleRes); in Switch() 1403 return Switch.class.getName(); in getAccessibilityClassName() 1453 private static final FloatProperty<Switch> THUMB_POS = new FloatProperty<Switch>("thumbPos") { 1455 public Float get(Switch object) { 1460 public void setValue(Switch object, float value) {
|