Searched refs:styled (Results 1 - 3 of 3) 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) {
/frameworks/opt/chips/src/com/android/ex/chips/
H A DDropdownChipLayouter.java467 * CharSequence will either be a styled SpannableString or just the input String.
483 * CharSequence will either be a styled SpannableString or just the input String.
501 SpannableStringBuilder styled = SpannableStringBuilder.valueOf(result);
505 styled.setSpan(highlightSpan,
507 styledResults[i] = styled;
/frameworks/base/tools/aapt/
H A DStringPool.cpp196 const bool styled = (pos >= 0 && (size_t)pos < mEntryStyleArray.size()) ?
198 if (first || styled || !mergeDuplicates) {

Completed in 96 milliseconds