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 ofTotalCaptureResult
.
-
-
Constructor Summary
Constructors Constructor Description ShadowTotalCaptureResult()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TotalCaptureResult
newTotalCaptureResult()
Convenience method which returns a new instance ofTotalCaptureResult
.-
Methods inherited from class org.robolectric.shadows.ShadowCaptureResult
get, newCaptureResult, set
-
-
-
-
Method Detail
-
newTotalCaptureResult
public static TotalCaptureResult newTotalCaptureResult()
Convenience method which returns a new instance ofTotalCaptureResult
.
-
-