Home | History | Annotate | Download | only in activity

Lines Matching refs:oldInfo

1279         private MessageViewAttachmentInfo(Context context, MessageViewAttachmentInfo oldInfo) {
1280 super(context, oldInfo);
1281 openButton = oldInfo.openButton;
1282 saveButton = oldInfo.saveButton;
1283 loadButton = oldInfo.loadButton;
1284 infoButton = oldInfo.infoButton;
1285 cancelButton = oldInfo.cancelButton;
1286 iconView = oldInfo.iconView;
1287 mProgressView = oldInfo.mProgressView;
1288 loaded = oldInfo.loaded;
1377 MessageViewAttachmentInfo oldInfo = (MessageViewAttachmentInfo)view.getTag();
1379 new MessageViewAttachmentInfo(getActivity(), oldInfo);