Package org.robolectric.shadows
Class ShadowImageReader.ShadowSurfaceImage
- java.lang.Object
-
- org.robolectric.shadows.ShadowImageReader.ShadowSurfaceImage
-
- Enclosing class:
- ShadowImageReader
@Implements(className="android.media.ImageReader$SurfaceImage") public static class ShadowImageReader.ShadowSurfaceImage extends Object
Shadow forImage
-
-
Constructor Summary
Constructors Constructor Description ShadowSurfaceImage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
getFormat()
protected int
getHeight()
protected int
getWidth()
void
setTimeStamp(long timestamp)
-
-
-
Method Detail
-
getWidth
@Implementation(minSdk=19) protected int getWidth()
-
getHeight
@Implementation(minSdk=19) protected int getHeight()
-
getFormat
@Implementation(minSdk=19) protected int getFormat()
-
setTimeStamp
public void setTimeStamp(long timestamp)
-
-