Package org.robolectric.shadows
Class ShadowTotalCaptureResult
java.lang.Object
org.robolectric.shadows.ShadowCaptureResult
org.robolectric.shadows.ShadowTotalCaptureResult
@Implements(android.hardware.camera2.TotalCaptureResult.class)
public class ShadowTotalCaptureResult
extends ShadowCaptureResult
Shadow of
TotalCaptureResult
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TotalCaptureResult
Convenience method which returns a new instance ofTotalCaptureResult
.Methods inherited from class org.robolectric.shadows.ShadowCaptureResult
get, newCaptureResult, set
-
Constructor Details
-
ShadowTotalCaptureResult
public ShadowTotalCaptureResult()
-
-
Method Details
-
newTotalCaptureResult
Convenience method which returns a new instance ofTotalCaptureResult
.
-