OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurrentVideoState
(Results
1 - 2
of
2
) sorted by null
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
VideoViewTest.java
83
assertThat(shadowVideoView.
getCurrentVideoState
(), equalTo(ShadowVideoView.START));
90
assertThat(shadowVideoView.
getCurrentVideoState
(), equalTo(ShadowVideoView.STOP));
99
assertThat(shadowVideoView.
getCurrentVideoState
(), equalTo(ShadowVideoView.SUSPEND));
109
assertThat(shadowVideoView.
getCurrentVideoState
(), equalTo(ShadowVideoView.RESUME));
119
assertThat(shadowVideoView.
getCurrentVideoState
(), equalTo(ShadowVideoView.PAUSE));
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowVideoView.java
141
public int
getCurrentVideoState
() {
Completed in 35 milliseconds