Home
last modified time | relevance | path

Searched refs:DecodeHintType (Results 1 – 2 of 2) sorted by relevance

/external/zxing/qr_scanner/src/com/google/zxing/client/android/
DDecodeThread.java20 import com.google.zxing.DecodeHintType;
40 private final Hashtable<DecodeHintType,Object> hints;
51 hints = new Hashtable<DecodeHintType,Object>(); in DecodeThread()
54 hints.put(DecodeHintType.POSSIBLE_FORMATS, formats); in DecodeThread()
57 hints.put(DecodeHintType.CHARACTER_SET, characterSet); in DecodeThread()
59 hints.put(DecodeHintType.NEED_RESULT_POINT_CALLBACK, resultPointCallback); in DecodeThread()
DDecodeHandler.java20 import com.google.zxing.DecodeHintType;
42 DecodeHandler(CaptureActivity activity, Hashtable<DecodeHintType,Object> hints) { in DecodeHandler() argument