OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mActionHandler
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
SelectActionModeCallback.java
77
private final ActionHandler
mActionHandler
;
84
mActionHandler
= actionHandler;
96
mEditable =
mActionHandler
.isSelectionEditable();
103
boolean isEditableNow =
mActionHandler
.isSelectionEditable();
123
if (mEditable || !
mActionHandler
.isShareAvailable()) {
127
if (mEditable || mIncognito || !
mActionHandler
.isWebSearchAvailable()) {
137
mActionHandler
.selectAll();
139
mActionHandler
.cut();
141
mActionHandler
.copy();
144
mActionHandler
.paste()
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/photo/
MailPhotoViewActivity.java
65
private AttachmentActionHandler
mActionHandler
;
113
mActionHandler
= new AttachmentActionHandler(this, null);
114
mActionHandler
.initialize(getFragmentManager());
250
mActionHandler
.setAttachment(attachment);
251
mActionHandler
.startDownloadingAttachment(attachment.destination);
314
mActionHandler
.setAttachment(attachment);
315
mActionHandler
.cancelAttachment();
316
mActionHandler
.startDownloadingAttachment(attachment.destination);
326
mActionHandler
.setAttachment(attachment);
327
mActionHandler
.startDownloadingAttachment(AttachmentDestination.EXTERNAL)
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageAttachmentBar.java
71
private final AttachmentActionHandler
mActionHandler
;
92
mActionHandler
= new AttachmentActionHandler(context, this);
96
mActionHandler
.initialize(fragmentManager);
116
mActionHandler
.setAttachment(mAttachment);
143
mActionHandler
.updateStatus(loaderResult);
177
mActionHandler
.startDownloadingAttachment(AttachmentDestination.EXTERNAL);
186
mActionHandler
.showDownloadingDialog();
187
mActionHandler
.startRedownloadingAttachment(mAttachment);
194
mActionHandler
.cancelAttachment();
229
mActionHandler
.showDownloadingDialog()
[
all
...]
MessageAttachmentTile.java
63
private final AttachmentActionHandler
mActionHandler
;
74
mActionHandler
= new AttachmentActionHandler(context, this);
78
mActionHandler
.initialize(fragmentManager);
94
mActionHandler
.setAttachment(mAttachment);
95
mActionHandler
.updateStatus(loaderResult);
148
mActionHandler
.startDownloadingAttachment(AttachmentDestination.CACHE,
207
mActionHandler
.startDownloadingAttachment(
Completed in 794 milliseconds