Package org.robolectric.shadows
Class ShadowSurface
- java.lang.Object
-
- org.robolectric.shadows.ShadowSurface
-
@Implements(android.view.Surface.class) public class ShadowSurface extends Object
Shadow forSurface
-
-
Constructor Summary
Constructors Constructor Description ShadowSurface()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void__constructor__(SurfaceTexture surfaceTexture)protected voidfinalize()SurfaceTexturegetSurfaceTexture()
-
-
-
Method Detail
-
__constructor__
@Implementation protected void __constructor__(SurfaceTexture surfaceTexture)
-
getSurfaceTexture
public SurfaceTexture getSurfaceTexture()
-
-