Searched refs:BARCODE_BITMAP (Results 1 – 3 of 3) sorted by relevance
37 public static final String BARCODE_BITMAP = "barcode_bitmap"; field in DecodeThread
92 bundle.putParcelable(DecodeThread.BARCODE_BITMAP, source.renderCroppedGreyscaleBitmap()); in decode()
83 (Bitmap) bundle.getParcelable(DecodeThread.BARCODE_BITMAP); in handleMessage()