Home
last modified time | relevance | path

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

/external/zxing/qr_scanner/src/com/google/zxing/client/android/
DViewfinderView.java58 private List<ResultPoint> lastPossibleResultPoints; field in ViewfinderView
74 lastPossibleResultPoints = null; in ViewfinderView()
122 List<ResultPoint> currentLast = lastPossibleResultPoints; in onDraw()
126 lastPossibleResultPoints = null; in onDraw()
129 lastPossibleResultPoints = currentPossible; in onDraw()