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

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

Completed in 103 milliseconds