Home
last modified time | relevance | path

Searched defs:SwitchItem (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/TV/src/com/android/tv/ui/sidepanel/
H A DSwitchItem.java21 public class SwitchItem extends CompoundButtonItem { class
22 public SwitchItem(String title) { in SwitchItem() method in SwitchItem
26 public SwitchItem(String checkedTitle, String uncheckedTitle) { in SwitchItem() method in SwitchItem
30 public SwitchItem(String checkedTitle, String uncheckedTitle, String description) { in SwitchItem() method in SwitchItem
34 public SwitchItem( in SwitchItem() method in SwitchItem
/aosp12/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/items/
H A DSwitchItem.java33 public class SwitchItem extends Item implements CompoundButton.OnCheckedChangeListener { class
50 public SwitchItem() { in SwitchItem() method in SwitchItem
60 public SwitchItem(Context context, AttributeSet attrs) { in SwitchItem() method in SwitchItem