File tree Expand file tree Collapse file tree 5 files changed +8
-5
lines changed
app/src/main/java/com/google/zxing Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 2323import com .google .zxing .decoding .CaptureActivityHandler ;
2424import com .google .zxing .decoding .InactivityTimer ;
2525import com .google .zxing .view .ViewfinderView ;
26- import com .reallct .qwe7002 .smartblog_client .R ;
26+
27+ import org .SilverBlog .client .R ;
2728
2829import java .io .IOException ;
2930import java .util .Vector ;
Original file line number Diff line number Diff line change 2525import android .os .Message ;
2626import android .util .Log ;
2727
28- import com .reallct .qwe7002 .smartblog_client .R ;
2928import com .google .zxing .BarcodeFormat ;
3029import com .google .zxing .Result ;
3130import com .google .zxing .activity .CaptureActivity ;
3231import com .google .zxing .camera .CameraManager ;
3332import com .google .zxing .view .ViewfinderResultPointCallback ;
3433
34+ import org .SilverBlog .client .R ;
35+
3536import java .util .Vector ;
3637
3738
Original file line number Diff line number Diff line change 2222import android .os .Message ;
2323import android .util .Log ;
2424
25- import com .reallct .qwe7002 .smartblog_client .R ;
2625import com .google .zxing .BinaryBitmap ;
2726import com .google .zxing .DecodeHintType ;
2827import com .google .zxing .MultiFormatReader ;
3332import com .google .zxing .camera .PlanarYUVLuminanceSource ;
3433import com .google .zxing .common .HybridBinarizer ;
3534
35+ import org .SilverBlog .client .R ;
36+
3637import java .util .Hashtable ;
3738
3839
Original file line number Diff line number Diff line change 3030
3131/**
3232 * This thread does all the heavy lifting of decoding the images.
33- * �����߳�
3433 */
3534final class DecodeThread extends Thread {
3635
Original file line number Diff line number Diff line change 3232import android .util .AttributeSet ;
3333import android .view .View ;
3434
35- import com .reallct .qwe7002 .smartblog_client .R ;
3635import com .google .zxing .ResultPoint ;
3736import com .google .zxing .camera .CameraManager ;
3837
38+ import org .SilverBlog .client .R ;
39+
3940import java .util .Collection ;
4041import java .util .HashSet ;
4142
You can’t perform that action at this time.
0 commit comments