Searched refs:mMainSwitch (Results 1 – 2 of 2) sorted by relevance
30 private final SettingsMainSwitchBar mMainSwitch; field in MainSwitchBarController33 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 …]
175 private SettingsMainSwitchBar mMainSwitch; field in SettingsActivity185 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()