Searched refs:mActionHandler (Results 1 – 3 of 3) sorted by relevance
73 private final AttachmentActionHandler mActionHandler; field in MessageAttachmentBar101 mActionHandler = new AttachmentActionHandler(context, this); in MessageAttachmentBar()105 mActionHandler.initialize(fragmentManager); in initialize()127 mActionHandler.setAccount(mAccount.getEmailAddress()); in render()129 mActionHandler.setMessage(message); in render()130 mActionHandler.setAttachment(mAttachment); in render()160 mActionHandler.updateStatus(loaderResult); in render()194 mActionHandler.startDownloadingAttachment(AttachmentDestination.EXTERNAL); in onClick()203 mActionHandler.showDownloadingDialog(); in onClick()204 mActionHandler.startRedownloadingAttachment(mAttachment); in onClick()[all …]
60 private final AttachmentActionHandler mActionHandler; field in MessageAttachmentTile81 mActionHandler = new AttachmentActionHandler(context, this); in MessageAttachmentTile()85 mActionHandler.initialize(fragmentManager); in initialize()103 mActionHandler.setAttachment(mAttachment); in render()104 mActionHandler.updateStatus(loaderResult); in render()159 mActionHandler.startDownloadingAttachment(AttachmentDestination.CACHE, in downloadAttachment()221 mActionHandler.startDownloadingAttachment( in thumbnailLoadFailed()
83 protected AttachmentActionHandler mActionHandler; field in MailPhotoViewController97 mActionHandler = new AttachmentActionHandler(mMailActivity.getContext(), null); in onCreate()98 mActionHandler.initialize(mMailActivity.getFragmentManager()); in onCreate()106 mActionHandler.setAccount(account); in onCreate()107 mActionHandler.setMessage(msg); in onCreate()157 mActionHandler.setAttachment(getCurrentAttachment()); in onOptionsItemSelected()158 mActionHandler.handleOption1(); in onOptionsItemSelected()182 mActionHandler.shouldShowExtraOption1(mAccountType, in updateActionItems()260 mActionHandler.setAttachment(attachment); in onFragmentVisible()261 mActionHandler.startDownloadingAttachment(attachment.destination); in onFragmentVisible()[all …]