Class | Description |
---|---|
BeepManager |
Manages beeps and vibrations for
CaptureActivity . |
CaptureActivity |
This activity opens the camera and does the actual scanning on a background thread.
|
CaptureActivityHandler |
This class handles all the messaging which comprises the state machine for capture.
|
Contents |
The set of constants to use when sending Barcode Scanner an Intent which requests a barcode
to be encoded.
|
Contents.Type | |
DecodeFormatManager | |
DecodeHandler | |
DecodeThread |
This thread does all the heavy lifting of decoding the images.
|
FinishListener |
Simple listener used to exit the app in a few cases.
|
InactivityTimer |
Finishes an activity after a period of inactivity if the device is on battery power.
|
InactivityTimer.DaemonThreadFactory | |
Intents |
This class provides the constants to use when sending an Intent to Barcode Scanner.
|
Intents.Encode | |
Intents.History | |
Intents.Scan | |
Intents.SearchBookContents | |
Intents.Share | |
Intents.WifiConnect | |
PlanarYUVLuminanceSource |
This object extends LuminanceSource around an array of YUV data returned from the camera driver,
with the option to crop to a rectangle within the full data.
|
PreferencesActivity |
The main settings activity.
|
ViewfinderResultPointCallback | |
ViewfinderView |
This view is overlaid on top of the camera preview.
|
Enum | Description |
---|---|
CaptureActivityHandler.State | |
IntentSource |