Manages views and logic for capture for the WorkflowActivity. This activity is constructed automatically by the WorkflowActivity and is not intended for direct use.
| ICameraView getCameraView |
( |
| ) |
|
|
protected |
| void initController |
( |
IOverlayView |
view, |
|
|
IDetectionAdapter |
detectorAdapter |
|
) |
| |
|
protected |
| void onActivityResult |
( |
int |
requestCode, |
|
|
int |
resultCode, |
|
|
Intent |
data |
|
) |
| |
|
protected |
| void onCreate |
( |
Bundle |
savedInstanceState | ) |
|
|
protected |
| void onExitButtonClick |
( |
| ) |
|
Handle the event for when the exit button is tapped by the user.
| void onForceCaptureButtonClick |
( |
| ) |
|
Handle the event for when the force capture button is tapped by the user.
| void onGalleryButtonClick |
( |
| ) |
|
Handle the event for when the gallery button is tapped by the user.
| void onSaveInstanceState |
( |
Bundle |
outState | ) |
|
|
protected |
| void onTorchChange |
( |
boolean |
checked | ) |
|
| void saveResultAndFinish |
( |
Image |
image, |
|
|
Bundle |
bundle |
|
) |
| |
|
protected |
| void setCaptureCriteria |
( |
CaptureCriteria |
criteria | ) |
|
|
protected |
| void setupButtonBarView |
( |
LinearLayout |
mainView | ) |
|
|
protected |
| void setupCameraView |
( |
ViewGroup |
container | ) |
|
|
protected |
| final int IMAGE_CAPTURED = -42 |
|
static |
| final int NO_IMAGE_CAPTURED = -1 |
|
static |
| final String RESULT_CODE = "__result_code__" |
|
static |
The documentation for this class was generated from the following file: