Searched refs:PLAYING_STATE (Results 1 – 2 of 2) sorted by relevance
39 public static final int PLAYING_STATE = 2; field in Recorder106 if (mState == RECORDING_STATE || mState == PLAYING_STATE) in progress()232 setState(PLAYING_STATE); in startPlayback()
433 case Recorder.PLAYING_STATE: in onKeyDown()655 boolean ongoing = state == Recorder.RECORDING_STATE || state == Recorder.PLAYING_STATE; in updateTimerView()661 if (state == Recorder.PLAYING_STATE) { in updateTimerView()794 case Recorder.PLAYING_STATE: in updateUi()824 if (state == Recorder.PLAYING_STATE || state == Recorder.RECORDING_STATE) { in onStateChanged()