Home
last modified time | relevance | path

Searched refs:mMainSwitch (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/widget/
DMainSwitchBarController.java30 private final SettingsMainSwitchBar mMainSwitch; field in MainSwitchBarController
33 mMainSwitch = mainSwitch; in MainSwitchBarController()
38 mMainSwitch.show(); in setupView()
43 mMainSwitch.hide(); in teardownView()
48 mMainSwitch.setTitle(title); in setTitle()
53 mMainSwitch.addOnSwitchChangeListener(this); in startListening()
58 mMainSwitch.removeOnSwitchChangeListener(this); in stopListening()
63 mMainSwitch.setChecked(checked); in setChecked()
68 return mMainSwitch.isChecked(); in isChecked()
73 mMainSwitch.setEnabled(enabled); in setEnabled()
[all …]
/packages/apps/Settings/src/com/android/settings/
DSettingsActivity.java175 private SettingsMainSwitchBar mMainSwitch; field in SettingsActivity
185 return mMainSwitch; in getSwitchBar()
293 mMainSwitch = findViewById(R.id.switch_bar); in onCreate()
294 if (mMainSwitch != null) { in onCreate()
295 mMainSwitch.setMetricsTag(getMetricsTag()); in onCreate()
296 mMainSwitch.setTranslationZ(findViewById(R.id.main_content).getTranslationZ() + 1); in onCreate()