Searched refs:mStopButton (Results 1 – 5 of 5) sorted by relevance
43 private Button mStopButton; field in EchoActivity147 mStopButton = (Button) findViewById(R.id.button_stop_echo); in onCreate()148 mStopButton.setEnabled(false); in onCreate()190 mStopButton.setEnabled(true); in onStartEcho()203 mStopButton.setEnabled(false); in onStopEcho()
33 private Button mStopButton; field in GlitchActivity251 mStopButton = (Button) findViewById(R.id.button_stop); in onCreate()252 mStopButton.setEnabled(false); in onCreate()276 mStopButton.setEnabled(false); in onStart()291 mStopButton.setEnabled(true); in onStartAudioTest()321 mStopButton.setEnabled(false); in onTestFinished()
34 private Button mStopButton; field in RecorderActivity49 mStopButton = (Button) findViewById(R.id.button_stop_record_play); in onCreate()88 mStopButton.setEnabled(mRecorderState != AUDIO_STATE_STOPPED); in updateButtons()
27 private Button mStopButton; field in AutomatedTestRunner87 mStopButton = (Button) findViewById(R.id.button_stop); in initializeViews()88 mStopButton.setOnClickListener( new OnClickListener() { in initializeViews()113 mStopButton.setEnabled(running); in updateStartStopButtons()
73 private Button mStopButton; field in TestAudioActivity212 … mStopButton.setBackgroundColor(mAudioState == AUDIO_STATE_STOPPED ? COLOR_ACTIVE : COLOR_IDLE); in updateEnabledWidgets()309 mStopButton = (Button) findViewById(R.id.button_stop); in findAudioCommon()