xuxiuxi
2017-04-13 cbadfba57111b50e65982ac4c1028acdcfe3cd45
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/adapter/SurveillanceFragment.java
@@ -63,7 +63,7 @@
        /**
         * 访客->人员注册
         */
        private void RegisterCellViewFillData(EasyRecyclerViewHolder holder, int posistion){
        private void RegisterCellViewFillData(EasyRecyclerViewHolder holder, int position){
            RelativeLayout mLayout = holder.findViewById(R.id.fragment_home_bottom_register_cell_relative_layout);
            ViewGroup.LayoutParams layoutParams = mLayout.getLayoutParams();
@@ -71,7 +71,7 @@
            layoutParams.width = WindowsUtil.dip2px(context, 104);
            mLayout.setLayoutParams(layoutParams);
            final Object data = this.getItem(posistion);
            final Object data = this.getItem(position);
            ImageView fragment_home_bottom_register_cell_photo = holder.findViewById(R.id.fragment_home_bottom_register_cell_photo);
            TextView fragment_home_bottom_register_cell_to_register = holder.findViewById(R.id.fragment_home_bottom_register_cell_to_register);
@@ -92,7 +92,7 @@
        /**
         * 访客->来访登记
         */
        private void checkInCellViewFillData(EasyRecyclerViewHolder holder, int posistion){
        private void checkInCellViewFillData(EasyRecyclerViewHolder holder, int position){
            RelativeLayout mLayout = holder.findViewById(R.id.fragment_supervisory_bottom_visitor_cell_relative_layout);
            ViewGroup.LayoutParams layoutParams = mLayout.getLayoutParams();
@@ -106,7 +106,7 @@
            TextView fragment_home_bottom_visitor_cell_status = (TextView) mLayout.findViewById(R.id.fragment_home_bottom_visitor_cell_status);
            //statusTv.setText("");
            Object data = this.getItem(posistion);
            Object data = this.getItem(position);
            if (data instanceof FacePhotoItem) {
                final FacePhotoItem item = (FacePhotoItem) data;