Home
last modified time | relevance | path

Searched refs:styled (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/content/
DClipData.java459 private CharSequence coerceToHtmlOrStyledText(Context context, boolean styled) { in coerceToHtmlOrStyledText() argument
504 if (styled) { in coerceToHtmlOrStyledText()
519 if (styled) { in coerceToHtmlOrStyledText()
551 if (styled) { in coerceToHtmlOrStyledText()
561 if (styled) { in coerceToHtmlOrStyledText()
/frameworks/opt/chips/src/com/android/ex/chips/
DDropdownChipLayouter.java501 SpannableStringBuilder styled = SpannableStringBuilder.valueOf(result); in getStyledResults() local
505 styled.setSpan(highlightSpan, in getStyledResults()
507 styledResults[i] = styled; in getStyledResults()
/frameworks/base/tools/aapt/
DStringPool.cpp196 const bool styled = (pos >= 0 && (size_t)pos < mEntryStyleArray.size()) ? in add() local
198 if (first || styled || !mergeDuplicates) { in add()
/frameworks/base/docs/html/training/custom-views/
Dcreate-view.jd81 styled via XML. To
177 already been dereferenced and styled.</p>
/frameworks/base/docs/html/guide/topics/resources/
Dstring-resource.jd474 <p>Sometimes you may want to create a styled text resource that is also used as a format
484 <li>Store your styled text resource as an HTML-escaped string:
494 convert the HTML text into styled text:
540 * @param tags the styled span objects to apply to the content
/frameworks/base/docs/html/wear/preview/features/
Dime.jd102 view of the text field being edited and can be styled to blend with the rest of
/frameworks/base/docs/html/training/wearables/ui/
Dcards.jd26 class, which wraps views inside a card-styled frame with a white background, rounded corners, and a
/frameworks/base/docs/html/guide/topics/ui/controls/
Dbutton.jd140 <p>You can control exactly how your controls are styled using a theme that you apply to your
/frameworks/base/docs/html/about/versions/
Dandroid-4.1.jd613 <p>The {@link android.content.ClipData} class now supports styled text (either as HTML or
615 href="{@docRoot}guide/topics/resources/string-resource.html#FormattingAndStyling">styled
616 strings</a>). You can add HTML styled text to the {@link android.content.ClipData} with {@link
Dandroid-1.6.jd156 <li>Fixes TextView to properly compute styled font metrics based on the screen density.</li>
/frameworks/base/docs/html/guide/topics/ui/
Dthemes.jd272 <p>Now this TextView will be styled as defined by the style named {@code CodeFont}.
Dcustom-components.jd156 custom components, styled text, or anything else you can think of.</p>