Home
last modified time | relevance | path

Searched refs:barcode (Results 1 – 6 of 6) sorted by relevance

/external/zxing/qr_scanner/src/com/google/zxing/client/android/
DCaptureActivity.java200 public void handleDecode(Result rawResult, Bitmap barcode) { in handleDecode() argument
203 if (barcode == null) { in handleDecode()
207 drawResultPoints(barcode, rawResult); in handleDecode()
223 private void drawResultPoints(Bitmap barcode, Result rawResult) { in drawResultPoints() argument
226 Canvas canvas = new Canvas(barcode); in drawResultPoints()
231 Rect border = new Rect(2, 2, barcode.getWidth() - 2, barcode.getHeight() - 2); in drawResultPoints()
DCaptureActivityHandler.java82 Bitmap barcode = bundle == null ? null : in handleMessage() local
84 activity.handleDecode((Result) message.obj, barcode); in handleMessage() local
DViewfinderView.java176 public void drawResultBitmap(Bitmap barcode) { in drawResultBitmap() argument
177 resultBitmap = barcode; in drawResultBitmap()
/external/zxing/core/
DREADME.google11 barcode reader library implemented in Java. Our goal is to support decoding of
/external/zxing/qr_scanner/
DREADME.google14 search, 2D barcode scanning etc.
/external/okhttp/website/static/
Dbootstrap-combined.min.css9 …osition:-408px -24px}.icon-qrcode{background-position:-432px -24px}.icon-barcode{background-positi…