Package org.robolectric.shadows
Class ShadowSurface
java.lang.Object
org.robolectric.shadows.ShadowSurface
@Implements(android.view.Surface.class) public class ShadowSurface extends Object
-
Constructor Summary
Constructors Constructor Description ShadowSurface()
-
Method Summary
Modifier and Type Method Description protected void
__constructor__(SurfaceTexture surfaceTexture)
SurfaceTexture
getSurfaceTexture()
-
Constructor Details
-
ShadowSurface
public ShadowSurface()
-
-
Method Details