OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AttachmentEditor
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Mms/src/com/android/mms/ui/
AttachmentEditor.java
40
public class
AttachmentEditor
extends LinearLayout {
41
private static final String TAG = "
AttachmentEditor
";
63
public
AttachmentEditor
(Context context, AttributeSet attr) {
ComposeMessageActivity.java
273
private
AttachmentEditor
mAttachmentEditor;
394
case
AttachmentEditor
.MSG_EDIT_SLIDESHOW: {
398
case
AttachmentEditor
.MSG_SEND_SLIDESHOW: {
404
case
AttachmentEditor
.MSG_VIEW_IMAGE:
405
case
AttachmentEditor
.MSG_PLAY_VIDEO:
406
case
AttachmentEditor
.MSG_PLAY_AUDIO:
407
case
AttachmentEditor
.MSG_PLAY_SLIDESHOW:
411
case
AttachmentEditor
.MSG_REPLACE_IMAGE:
412
case
AttachmentEditor
.MSG_REPLACE_VIDEO:
413
case
AttachmentEditor
.MSG_REPLACE_AUDIO
[
all
...]
Completed in 361 milliseconds