Searched defs:barcode (Results 1 - 2 of 2) sorted by relevance

/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DViewfinderView.java174 * @param barcode An image of the decoded barcode.
176 public void drawResultBitmap(Bitmap barcode) { argument
177 resultBitmap = barcode;
H A DCaptureActivity.java46 * thread. It draws a viewfinder to help the user place the barcode correctly,
194 * A valid barcode has been found, so give an indication of success and show
197 * @param rawResult The contents of the barcode.
198 * @param barcode A greyscale bitmap of the camera data which was decoded.
200 public void handleDecode(Result rawResult, Bitmap barcode) { argument
203 if (barcode == null) {
207 drawResultPoints(barcode, rawResult);
218 * the barcode.
220 * @param barcode A bitmap of the captured image.
223 private void drawResultPoints(Bitmap barcode, Resul argument
[all...]

Completed in 104 milliseconds