- onAutoFocus(boolean, BarCodeReader) - Method in interface com.zebra.adc.decoder.BarCodeReader.AutoFocusCallback
-
Called when the reader auto focus completes.
- onDecodeComplete(int, int, byte[], BarCodeReader) - Method in interface com.zebra.adc.decoder.BarCodeReader.DecodeCallback
-
Called when a decode operation has completed, either due to a timeout,
a successful decode or canceled by the user.
- ONE_D_INVERSE - Static variable in class com.zebra.adc.decoder.BarCodeReader.ParamNum
-
- onError(int, BarCodeReader) - Method in interface com.zebra.adc.decoder.BarCodeReader.ErrorCallback
-
Callback for reader errors.
- onEvent(int, int, byte[], BarCodeReader) - Method in interface com.zebra.adc.decoder.BarCodeReader.DecodeCallback
-
Called to indicate that the decoder detected an event such as MOTION DECTECTED.
- onPictureTaken(int, int, int, byte[], BarCodeReader) - Method in interface com.zebra.adc.decoder.BarCodeReader.PictureCallback
-
Called when image data is available after a picture is taken.
- onPreviewFrame(byte[], BarCodeReader) - Method in interface com.zebra.adc.decoder.BarCodeReader.PreviewCallback
-
Called as preview frames are displayed.
- onVideoFrame(int, int, int, byte[], BarCodeReader) - Method in interface com.zebra.adc.decoder.BarCodeReader.VideoCallback
-
Called when image data is available during video capture mode.
- onZoomChange(int, boolean, BarCodeReader) - Method in interface com.zebra.adc.decoder.BarCodeReader.OnZoomChangeListener
-
Called when the zoom value has changed during a smooth zoom.
- open(int) - Static method in class com.zebra.adc.decoder.BarCodeReader
-
Creates a new BarCodeReader object to access a particular hardware reader.
- open() - Static method in class com.zebra.adc.decoder.BarCodeReader
-
Creates a new BarCodeReader object to access the first back-facing reader on
the device.
- open(int, Context) - Static method in class com.zebra.adc.decoder.BarCodeReader
-
Creates a new BarCodeReader object to access a particular hardware reader.
- open(Context) - Static method in class com.zebra.adc.decoder.BarCodeReader
-
Creates a new BarCodeReader object to access the first back-facing reader on
the device.
- orientation - Variable in class com.zebra.adc.decoder.BarCodeReader.ReaderInfo
-
The orientation of the reader image.