mirror of
https://github.com/zxing/zxing.git
synced 2025-02-21 02:55:27 -08:00
Oh and made a constant field final
git-svn-id: https://zxing.googlecode.com/svn/trunk@219 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
08aa759c07
commit
47743fbb8e
|
@ -31,7 +31,7 @@ import com.google.zxing.ResultPoint;
|
|||
*/
|
||||
final class CameraSurfaceView extends SurfaceView implements SurfaceHolder.Callback {
|
||||
|
||||
private static int[] SCANNER_ALPHA = {0, 64, 128, 192, 255, 192, 128, 64};
|
||||
private static final int[] SCANNER_ALPHA = {0, 64, 128, 192, 255, 192, 128, 64};
|
||||
|
||||
private CameraManager cameraManager;
|
||||
private SurfaceHolder surfaceHolder;
|
||||
|
|
Loading…
Reference in a new issue