Home | History | Annotate | Download | only in widget

Lines Matching defs:mCurrentState

100     // mCurrentState is a VideoView object's current state.
105 private int mCurrentState = STATE_IDLE;
165 mCurrentState = STATE_IDLE;
354 mCurrentState = STATE_IDLE;
416 mCurrentState = STATE_PREPARING;
420 mCurrentState = STATE_ERROR;
426 mCurrentState = STATE_ERROR;
467 mCurrentState = STATE_PREPARED;
530 mCurrentState = STATE_PLAYBACK_COMPLETED;
558 mCurrentState = STATE_ERROR;
699 mCurrentState = STATE_IDLE;
781 mCurrentState = STATE_PLAYING;
791 mCurrentState = STATE_PAUSED;
847 mCurrentState != STATE_ERROR &&
848 mCurrentState != STATE_IDLE &&
849 mCurrentState != STATE_PREPARING);