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

/frameworks/base/core/java/android/content/
H A DClipData.java195 * Create an Item consisting of a single block of (possibly styled) text.
205 * Create an Item consisting of a single block of (possibly styled) text,
459 private CharSequence coerceToHtmlOrStyledText(Context context, boolean styled) { argument
504 if (styled) {
506 // want styled text, convert it.
519 if (styled) {
520 // We loaded plain text and the caller wants styled
551 if (styled) {
561 if (styled) {

Completed in 1481 milliseconds