Searched refs:DecodeHintType (Results 1 – 2 of 2) sorted by relevance
20 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()
20 import com.google.zxing.DecodeHintType;42 DecodeHandler(CaptureActivity activity, Hashtable<DecodeHintType,Object> hints) { in DecodeHandler() argument