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

/frameworks/base/core/java/android/content/
H A DClipData.java191 * Create an Item consisting of a single block of (possibly styled) text.
201 * Create an Item consisting of a single block of (possibly styled) text,
455 private CharSequence coerceToHtmlOrStyledText(Context context, boolean styled) { argument
495 if (styled) {
497 // want styled text, convert it.
510 if (styled) {
511 // We loaded plain text and the caller wants styled
542 if (styled) {
552 if (styled) {
/frameworks/base/tools/aapt/
H A DStringPool.cpp165 const bool styled = (pos >= 0 && (size_t)pos < mEntryStyleArray.size()) ?
167 if (first || styled || !mergeDuplicates) {

Completed in 70 milliseconds