Searched defs:mSendButton (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Mms/src/com/android/mms/ui/
H A DAttachmentEditor.java61 private Button mSendButton; field in class:AttachmentEditor
108 if (null != mSendButton) {
109 mSendButton.setEnabled(mCanSend);
110 mSendButton.setFocusable(mCanSend);
206 mSendButton = (Button) view.findViewById(R.id.send_slideshow_button);
212 mSendButton.setOnClickListener(new MessageOnClick(MSG_SEND_SLIDESHOW));

Completed in 142 milliseconds