| Package | Description |
|---|---|
| org.robolectric.shadows |
Package containing shadow classes for the Android SDK.
|
| Modifier and Type | Field and Description |
|---|---|
protected static ShadowMediaPlayer.CreateListener |
ShadowMediaPlayer.createListener
Listener that is called when a new MediaPlayer is constructed.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ShadowMediaPlayer.setCreateListener(ShadowMediaPlayer.CreateListener createListener)
Sets a listener that is invoked whenever a new shadowed
MediaPlayer
object is constructed. |
Copyright © 2016. All rights reserved.