Searched refs:mAudioState (Results 1 – 1 of 1) sorted by relevance
66 private int mAudioState = AUDIO_STATE_CLOSED; field in TestAudioActivity203 mAudioState = AUDIO_STATE_CLOSED; in onDestroy()209 … mOpenButton.setBackgroundColor(mAudioState == AUDIO_STATE_OPEN ? COLOR_ACTIVE : COLOR_IDLE); in updateEnabledWidgets()210 … mStartButton.setBackgroundColor(mAudioState == AUDIO_STATE_STARTED ? COLOR_ACTIVE : COLOR_IDLE); in updateEnabledWidgets()211 … mPauseButton.setBackgroundColor(mAudioState == AUDIO_STATE_PAUSED ? COLOR_ACTIVE : COLOR_IDLE); in updateEnabledWidgets()212 … mStopButton.setBackgroundColor(mAudioState == AUDIO_STATE_STOPPED ? COLOR_ACTIVE : COLOR_IDLE); in updateEnabledWidgets()213 … mCloseButton.setBackgroundColor(mAudioState == AUDIO_STATE_CLOSED ? COLOR_ACTIVE : COLOR_IDLE); in updateEnabledWidgets()215 setConfigViewsEnabled(mAudioState == AUDIO_STATE_CLOSED); in updateEnabledWidgets()457 mAudioState = AUDIO_STATE_OPEN; in openStreamContext()486 mAudioState = AUDIO_STATE_STARTED; in startAudio()[all …]