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 ShadowCaptureResult
Shadow of
TotalCaptureResult
.-
Constructor Summary
Constructors Constructor Description ShadowTotalCaptureResult()
-
Method Summary
Modifier and Type Method Description static TotalCaptureResult
newTotalCaptureResult()
Convenience method which returns a new instance ofTotalCaptureResult
.
-
Constructor Details
-
ShadowTotalCaptureResult
public ShadowTotalCaptureResult()
-
-
Method Details
-
newTotalCaptureResult
Convenience method which returns a new instance ofTotalCaptureResult
.
-