Thread.State, Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
private CaptureActivity |
activity |
static String |
BARCODE_BITMAP |
private Handler |
handler |
private CountDownLatch |
handlerInitLatch |
private Map<com.google.zxing.DecodeHintType,Object> |
hints |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
DecodeThread(CaptureActivity activity,
Collection<com.google.zxing.BarcodeFormat> decodeFormats,
String characterSet,
com.google.zxing.ResultPointCallback resultPointCallback) |
Modifier and Type | Method and Description |
---|---|
(package private) Handler |
getHandler() |
void |
run() |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
public static final String BARCODE_BITMAP
private final CaptureActivity activity
private Handler handler
private final CountDownLatch handlerInitLatch
DecodeThread(CaptureActivity activity, Collection<com.google.zxing.BarcodeFormat> decodeFormats, String characterSet, com.google.zxing.ResultPointCallback resultPointCallback)