OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AttachmentEditor
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Mms/src/com/android/mms/ui/
AttachmentEditor.java
41
public class
AttachmentEditor
extends LinearLayout {
42
private static final String TAG = "
AttachmentEditor
";
64
public
AttachmentEditor
(Context context, AttributeSet attr) {
ComposeMessageActivity.java
247
private
AttachmentEditor
mAttachmentEditor;
315
case
AttachmentEditor
.MSG_EDIT_SLIDESHOW: {
319
case
AttachmentEditor
.MSG_SEND_SLIDESHOW: {
325
case
AttachmentEditor
.MSG_VIEW_IMAGE:
326
case
AttachmentEditor
.MSG_PLAY_VIDEO:
327
case
AttachmentEditor
.MSG_PLAY_AUDIO:
328
case
AttachmentEditor
.MSG_PLAY_SLIDESHOW:
333
case
AttachmentEditor
.MSG_REPLACE_IMAGE:
334
case
AttachmentEditor
.MSG_REPLACE_VIDEO:
335
case
AttachmentEditor
.MSG_REPLACE_AUDIO
[
all
...]
/packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java
59
import com.android.mms.ui.
AttachmentEditor
;
382
// remove an attachment (search for
AttachmentEditor
.MSG_REMOVE_ATTACHMENT), it calls
[
all
...]
Completed in 42 milliseconds