| | |
| | | if (i < bitmapList.size()) {
|
| | | SurveillanceQueryItem surveillanceQueryItem = bitmapList.get(i);
|
| | | item.setBitmap(surveillanceQueryItem.getBitmap());
|
| | | item.setBase64Image(surveillanceQueryItem.getBase64Image());
|
| | | // item.setBase64Image(surveillanceQueryItem.getBase64Image());
|
| | | item.setWidth(surveillanceQueryItem.getWidth());
|
| | | item.setHeight(surveillanceQueryItem.getHeight());
|
| | | }
|
| | |
| | | if (i < bitmapList.size()) {
|
| | | SurveillanceQueryItem surveillanceQueryItem = bitmapList.get(i);
|
| | | item.setBitmap(surveillanceQueryItem.getBitmap());
|
| | | item.setBase64Image(surveillanceQueryItem.getBase64Image());
|
| | | // item.setBase64Image(surveillanceQueryItem.getBase64Image());
|
| | | item.setWidth(surveillanceQueryItem.getWidth());
|
| | | item.setHeight(surveillanceQueryItem.getHeight());
|
| | | }
|