OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MediaEvent
(Results
1 - 2
of
2
) sorted by null
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowMediaPlayer.java
138
private static class RunList extends ArrayList<
MediaEvent
> implements
MediaEvent
{
148
for (
MediaEvent
e : this) {
154
public interface
MediaEvent
{
230
public void scheduleEventAtOffset(int offset,
MediaEvent
event) {
243
* reference to the actual
MediaEvent
that is scheduled is returned, which can
257
* @return A reference to the
MediaEvent
object that was created and scheduled.
259
public
MediaEvent
scheduleErrorAtOffset(int offset, int what, int extra) {
267
* reference to the actual
MediaEvent
that is scheduled is returned, which can
281
* @return A reference to the
MediaEvent
object that was created and scheduled
[
all
...]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowMediaPlayerTest.java
47
import org.robolectric.shadows.ShadowMediaPlayer.
MediaEvent
;
[
all
...]
Completed in 233 milliseconds