Package org.robolectric.shadows
Class ShadowTotalCaptureResult
- java.lang.Object
-
- org.robolectric.shadows.ShadowCaptureResult
-
- org.robolectric.shadows.ShadowTotalCaptureResult
-
@Implements(value=android.hardware.camera2.TotalCaptureResult.class, minSdk=21) public class ShadowTotalCaptureResult extends ShadowCaptureResultShadow ofTotalCaptureResult.
-
-
Constructor Summary
Constructors Constructor Description ShadowTotalCaptureResult()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static android.hardware.camera2.TotalCaptureResultnewTotalCaptureResult()Convenience method which returns a new instance ofTotalCaptureResult.-
Methods inherited from class org.robolectric.shadows.ShadowCaptureResult
get, newCaptureResult, set
-
-