Home | History | Annotate | Download | only in widget

Lines Matching refs:mCurrentState

65     // mCurrentState is a VideoView object's current state.
70 private int mCurrentState = STATE_IDLE;
164 mCurrentState = STATE_IDLE;
193 mCurrentState = STATE_IDLE;
228 mCurrentState = STATE_PREPARING;
232 mCurrentState = STATE_ERROR;
238 mCurrentState = STATE_ERROR;
276 mCurrentState = STATE_PREPARED;
339 mCurrentState = STATE_PLAYBACK_COMPLETED;
354 mCurrentState = STATE_ERROR;
485 mCurrentState = STATE_IDLE;
561 mCurrentState = STATE_PLAYING;
570 mCurrentState = STATE_PAUSED;
626 mCurrentState != STATE_ERROR &&
627 mCurrentState != STATE_IDLE &&
628 mCurrentState != STATE_PREPARING);