Searched refs:htmlText (Results 1 – 4 of 4) sorted by relevance
248 mHtmlText = htmlText; in Item()291 if (htmlText != null && text == null) { in Item()296 mHtmlText = htmlText; in Item()478 String htmlText = getHtmlText(); in coerceToStyledText() local479 if (htmlText != null) { in coerceToStyledText()525 String htmlText = getHtmlText(); in coerceToHtmlText() local526 if (htmlText != null) { in coerceToHtmlText()527 return htmlText; in coerceToHtmlText()869 String htmlText) { in newHtmlText() argument870 Item item = new Item(text, htmlText); in newHtmlText()[all …]
11627 final String htmlText = getStringExtra(EXTRA_HTML_TEXT); in migrateExtraStreamToClipData() local11628 if (stream != null || text != null || htmlText != null) { in migrateExtraStreamToClipData()11631 new ClipData.Item(text, htmlText, null, stream)); in migrateExtraStreamToClipData()11740 String htmlText = htmlTexts != null ? htmlTexts.get(which) : null; in makeClipItem() local11741 return new ClipData.Item(text, htmlText, null, uri); in makeClipItem()
348 public static String stripHtml(final String htmlText) { in stripHtml() argument350 final Spanned markup = Html.fromHtml(htmlText); in stripHtml()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...