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

/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DCaptureActivity.java197 * @param rawResult The contents of the barcode.
200 public void handleDecode(Result rawResult, Bitmap barcode) { argument
207 drawResultPoints(barcode, rawResult);
208 Log.d(LOG_TAG, "Barcode is: " + rawResult.getText());
210 result.putExtra("SCAN_RESULT", rawResult.getText());
221 * @param rawResult The decoded results which contains the points to draw.
223 private void drawResultPoints(Bitmap barcode, Result rawResult) { argument
224 ResultPoint[] points = rawResult.getResultPoints();
238 } else if (points.length == 4 && (rawResult.getBarcodeFormat() == BarcodeFormat.UPC_A
239 || rawResult
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 225 milliseconds