OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attachmentpreviews
(Results
1 - 3
of
3
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
Conversation.java
79
public transient ArrayList<String>
attachmentPreviews
;
274
attachmentPreviews
= null;
362
attachmentPreviews
= null;
409
attachmentPreviews
= null;
455
conversation.
attachmentPreviews
= null;
675
if (
attachmentPreviews
== null) {
676
attachmentPreviews
= Lists.newArrayListWithCapacity(2);
678
attachmentPreviews
.add(attachmentPreviewUri0);
681
attachmentPreviews
.add(attachmentPreviewUri1);
684
return
attachmentPreviews
;
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewCoordinates.java
324
final View
attachmentPreviews
= view.findViewById(R.id.attachment_previews);;
326
final LayoutParams params =
attachmentPreviews
.getLayoutParams();
327
attachmentPreviews
.setVisibility(View.VISIBLE);
329
attachmentPreviews
.setLayoutParams(params);
331
attachmentPreviews
.setVisibility(View.GONE);
481
if (
attachmentPreviews
!= null) {
483
attachmentPreviewsY = getY(
attachmentPreviews
) + sendersTopAdjust;
485
attachmentPreviewsHeight =
attachmentPreviews
.getHeight();
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java
157
private static final String EXTRA_ATTACHMENT_PREVIEWS = "
attachmentPreviews
";
[
all
...]
Completed in 79 milliseconds