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

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DComposeActivity.java133 public class ComposeActivity extends ActionBarActivity class in inherits:ActionBarActivity,OnClickListener,ActionBar.OnNavigationListener,RespondInlineListener,TextWatcher,AttachmentAddedOrDeletedListener,OnAccountChangedListener,LoaderManager.LoaderCallbacks,TextView.OnEditorActionListener,RecipientEditTextView.RecipientEntryItemClickedListener,View.OnFocusChangeListener
140 * An {@link Intent} action that launches {@link ComposeActivity}, but is handled as if the
210 // When a new ComposeActivity instance is created, it will attempt to use the information in
211 // the previously instantiated map. If ComposeActivity.onCreate() is called, with a bundle
308 * Boolean indicating whether ComposeActivity was launched from a Gmail controlled view.
682 final ComposeActivity composeActivity,
1060 int mode = ComposeActivity.COMPOSE;
1419 LogUtils.d(LOG_TAG, "initializing action bar in ComposeActivity");
1424 if (mComposeMode == ComposeActivity.COMPOSE) {
1435 case ComposeActivity
[all...]

Completed in 945 milliseconds