HomeSort by relevance Sort by last modified time
    Searched defs:htmlText (Results 1 - 25 of 41) sorted by null

1 2

  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
QuotedTextView.java 243 String htmlText = getHtmlText(refMessage);
258 quotedText.append(htmlText);
275 quotedText.append(htmlText);
286 public void setQuotedTextFromDraft(CharSequence htmlText, boolean forward) {
288 setQuotedText(htmlText);
295 public void setQuotedTextFromHtml(CharSequence htmlText, boolean shouldQuoteText) {
305 quotedText.append(htmlText);
310 setQuotedText(htmlText);
356 public static int findQuotedTextIndex(CharSequence htmlText) {
357 if (TextUtils.isEmpty(htmlText)) {
    [all...]
  /frameworks/base/core/java/android/content/
ClipData.java 224 public Item(CharSequence text, String htmlText) {
226 mHtmlText = htmlText;
268 public Item(CharSequence text, String htmlText, Intent intent, Uri uri) {
269 if (htmlText != null && text == null) {
274 mHtmlText = htmlText;
417 String htmlText = getHtmlText();
418 if (htmlText != null) {
420 CharSequence newText = Html.fromHtml(htmlText);
464 String htmlText = getHtmlText();
465 if (htmlText != null)
    [all...]
Intent.java     [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlDocument.java 184 public static Text createEscapedText(String htmlText, String original) {
185 return new EscapedText(htmlText, original);
464 private final String htmlText;
467 private EscapedText(String htmlText, String originalHtml) {
469 this.htmlText = htmlText;
474 text = StringUtil.unescapeHTML(htmlText);
    [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /external/guice/lib/build/jdiff/
jdiff.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /sdk/apps/NotificationStudio/libs/
android-support-v4.jar 
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /external/robolectric/v1/lib/main/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /external/testng/ant/
ivy-2.1.0.jar 

Completed in 1041 milliseconds

1 2