HomeSort by relevance Sort by last modified time
    Searched refs:SwitchItem (Results 1 - 2 of 2) sorted by null

  /external/setupdesign/main/src/com/google/android/setupdesign/items/
SwitchItem.java 33 public class SwitchItem extends Item implements CompoundButton.OnCheckedChangeListener {
39 * Callback when checked state of a {@link SwitchItem} is changed.
43 void onCheckedChange(SwitchItem item, boolean isChecked);
50 public SwitchItem() {
60 public SwitchItem(Context context, AttributeSet attrs) {
ExpandableSwitchItem.java 49 public class ExpandableSwitchItem extends SwitchItem

Completed in 132 milliseconds