Searched refs:getCurrentVideoState (Results 1 – 2 of 2) sorted by relevance
83 assertThat(shadowVideoView.getCurrentVideoState(), equalTo(ShadowVideoView.START)); in shouldStartPlaying()90 assertThat(shadowVideoView.getCurrentVideoState(), equalTo(ShadowVideoView.STOP)); in shouldStopPlayback()99 assertThat(shadowVideoView.getCurrentVideoState(), equalTo(ShadowVideoView.SUSPEND)); in shouldSuspendPlaying()109 assertThat(shadowVideoView.getCurrentVideoState(), equalTo(ShadowVideoView.RESUME)); in shouldResumePlaying()119 assertThat(shadowVideoView.getCurrentVideoState(), equalTo(ShadowVideoView.PAUSE)); in shouldPausePlaying()
141 public int getCurrentVideoState() { in getCurrentVideoState() method in ShadowVideoView