Searched defs:POINT_SIZE (Results 1 - 1 of 1) sorted by relevance

/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DViewfinderView.java46 private static final int POINT_SIZE = 6; field in class:ViewfinderView
136 POINT_SIZE, paint);
147 POINT_SIZE / 2, paint);
155 frame.left - POINT_SIZE,
156 frame.top - POINT_SIZE,
157 frame.right + POINT_SIZE,
158 frame.bottom + POINT_SIZE);

Completed in 348 milliseconds