Searched refs:AttachmentPreview (Results 1 – 8 of 8) sorted by relevance
244 public static final class AttachmentPreview implements Parcelable { class in AttachmentTile259 public static final Parcelable.Creator<AttachmentPreview> CREATOR260 = new Parcelable.Creator<AttachmentPreview>() {262 public AttachmentPreview createFromParcel(Parcel in) {263 return new AttachmentPreview(in);267 public AttachmentPreview[] newArray(int size) {268 return new AttachmentPreview[size];272 private AttachmentPreview(Parcel in) { in AttachmentPreview() method in AttachmentTile.AttachmentPreview277 public AttachmentPreview(Attachment attachment, Bitmap preview) { in AttachmentPreview() method in AttachmentTile.AttachmentPreview
35 import com.android.mail.ui.AttachmentTile.AttachmentPreview;55 private final HashMap<String, AttachmentPreview> mAttachmentPreviews;237 public ArrayList<AttachmentPreview> getAttachmentPreviews() { in getAttachmentPreviews()241 public void setAttachmentPreviews(ArrayList<AttachmentPreview> previews) { in setAttachmentPreviews()243 for (AttachmentPreview preview : previews) { in setAttachmentPreviews()257 attachmentIdentifier, new AttachmentPreview(attachment, preview)); in set()268 final AttachmentPreview attachmentPreview = mAttachmentPreviews.get( in get()
39 import com.android.mail.ui.AttachmentTile.AttachmentPreview;170 public ArrayList<AttachmentPreview> getAttachmentPreviews() { in getAttachmentPreviews()177 public void setAttachmentPreviews(ArrayList<AttachmentPreview> previews) { in setAttachmentPreviews()
107 import com.android.mail.ui.AttachmentTile.AttachmentPreview;553 final ArrayList<AttachmentPreview> previews; in finishCreate()
49 public class AttachmentPreview extends ScrollView implements OnAttachmentClickListener { class62 public AttachmentPreview(final Context context, final AttributeSet attrs) { in AttachmentPreview() method in AttachmentPreview
278 AttachmentPreview.tryAnimateViewIn(attachment, attachmentWrapper.view); in buildViews()
58 import com.android.messaging.ui.AttachmentPreview;121 private AttachmentPreview mAttachmentPreview;309 mAttachmentPreview = (AttachmentPreview) findViewById(R.id.attachment_draft_view); in onFinishInflate()
83 import com.android.messaging.ui.AttachmentPreview;537 final AttachmentPreview attachmentView = in onCreateView()538 (AttachmentPreview) mComposeMessageView.findViewById( in onCreateView()