Searched refs:mLoopbackSwitch (Results 1 – 1 of 1) sorted by relevance
203 private SwitchCompat mLoopbackSwitch; field in MainActivity2077 SwitchCompat mLoopbackSwitch = findViewById(R.id.loopbackModeSwitch); in loopbackOnClick() local2078 if (mLoopbackSwitch.isChecked()) { in loopbackOnClick()2626 mLoopbackSwitch = findViewById(R.id.loopbackModeSwitch); in updateUiViews()2630 mLoopbackSwitch.setChecked(mLoopbackModeEnabled); in styleLoopbackSwitchEnabled()2631 mLoopbackSwitch.setEnabled(true); in styleLoopbackSwitchEnabled()2632 mLoopbackSwitch.setClickable(true); in styleLoopbackSwitchEnabled()2633 mLoopbackSwitch.setAlpha(ENABLED_ALPHA); in styleLoopbackSwitchEnabled()2637 mLoopbackSwitch.setChecked(mLoopbackModeEnabled); in styleLoopbackSwitchDisabled()2638 mLoopbackSwitch.setEnabled(false); in styleLoopbackSwitchDisabled()[all …]