Searched refs:AttachmentEditor (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Mms/src/com/android/mms/ui/
H A DAttachmentEditor.java41 public class AttachmentEditor extends LinearLayout { class in inherits:LinearLayout
42 private static final String TAG = "AttachmentEditor";
64 public AttachmentEditor(Context context, AttributeSet attr) { method in class:AttachmentEditor
H A DComposeMessageActivity.java232 private AttachmentEditor mAttachmentEditor;
293 case AttachmentEditor.MSG_EDIT_SLIDESHOW: {
297 case AttachmentEditor.MSG_SEND_SLIDESHOW: {
303 case AttachmentEditor.MSG_VIEW_IMAGE:
304 case AttachmentEditor.MSG_PLAY_VIDEO:
305 case AttachmentEditor.MSG_PLAY_AUDIO:
306 case AttachmentEditor.MSG_PLAY_SLIDESHOW:
311 case AttachmentEditor.MSG_REPLACE_IMAGE:
312 case AttachmentEditor.MSG_REPLACE_VIDEO:
313 case AttachmentEditor
[all...]

Completed in 26 milliseconds