Home
last modified time | relevance | path

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

/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DTestAudioActivity.java52 public static final int COLOR_IDLE = 0xFFD0D0D0; field in TestAudioActivity
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()