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

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DComposeActivity.java1080 removeComposingSpans(mBodyView.getText()));
1122 * can potentially modify the UI to the main thread (e.g. removeComposingSpans for body).
1411 * because we cannot call removeComposingSpans from a background thread.
1416 body = removeComposingSpans(body);
3230 private static SpannableString removeComposingSpans(Spanned body) { method in class:ComposeActivity
3232 BaseInputConnection.removeComposingSpans(messageBody);
3379 final Spanned body = removeComposingSpans(mBodyView.getText());

Completed in 19 milliseconds