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

  /packages/apps/TV/src/com/android/tv/ui/sidepanel/
SwitchItem.java 21 public class SwitchItem extends CompoundButtonItem {
22 public SwitchItem(String title) {
26 public SwitchItem(String checkedTitle, String uncheckedTitle) {
30 public SwitchItem(String checkedTitle, String uncheckedTitle, String description) {
34 public SwitchItem(
  /frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/items/
SwitchItem.java 34 public class SwitchItem extends Item implements CompoundButton.OnCheckedChangeListener {
42 * Callback when checked state of a {@link SwitchItem} is changed.
46 void onCheckedChange(SwitchItem item, boolean isChecked);
55 public SwitchItem() {
65 public SwitchItem(Context context, AttributeSet attrs) {

Completed in 658 milliseconds