Home
last modified time | relevance | path

Searched refs:SwitchItem (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/opt/setupwizard/library/gingerbread/test/robotest/src/com/android/setupwizardlib/items/
H A DSwitchItemTest.java54 SwitchItem item = new SwitchItem(); in defaultLayout_baselineAligned_shouldBeFalse()
63 SwitchItem item = in verboseLayout_clipPadding_shouldBeFalse()
64 new SwitchItem( in verboseLayout_clipPadding_shouldBeFalse()
75 SwitchItem item = new SwitchItem(); in testChecked()
89 SwitchItem item = new SwitchItem(); in testNotChecked()
103 SwitchItem item = new SwitchItem(); in testListener()
129 SwitchItem item1 = new SwitchItem(); in testRebind()
134 SwitchItem item2 = new SwitchItem(); in testRebind()
162 SwitchItem item = new SwitchItem(); in testListenerSetChecked()
188 SwitchItem item = new SwitchItem(); in testToggle()
[all …]
/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
H A DDeveloperOptionFragment.java90 new SwitchItem( in getItemList()
H A DSettingsFragment.java143 new SwitchItem( in getItemList()
/aosp12/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/items/
H A DSwitchItem.java33 public class SwitchItem extends Item implements CompoundButton.OnCheckedChangeListener { class
43 void onCheckedChange(SwitchItem item, boolean isChecked); in onCheckedChange()
50 public SwitchItem() { in SwitchItem() method in SwitchItem
60 public SwitchItem(Context context, AttributeSet attrs) { in SwitchItem() method in SwitchItem
H A DExpandableSwitchItem.java44 public class ExpandableSwitchItem extends SwitchItem
/aosp12/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
H A DParentalControlsFragment.java29 import com.android.tv.ui.sidepanel.SwitchItem;
59 new SwitchItem( in getItemList()