Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DClipData.java457 private CharSequence coerceToHtmlOrStyledText(Context context, boolean styled) { in coerceToHtmlOrStyledText() argument
497 if (styled) { in coerceToHtmlOrStyledText()
512 if (styled) { in coerceToHtmlOrStyledText()
544 if (styled) { in coerceToHtmlOrStyledText()
554 if (styled) { in coerceToHtmlOrStyledText()
/frameworks/base/tools/aapt/
DStringPool.cpp173 const bool styled = (pos >= 0 && (size_t)pos < mEntryStyleArray.size()) ? in add() local
175 if (first || styled || !mergeDuplicates) { in add()
/frameworks/base/docs/html/training/custom-views/
Dcreate-view.jd82 styled via XML. To
178 already been dereferenced and styled.</p>
/frameworks/base/docs/html/guide/topics/resources/
Dstring-resource.jd449 <p>Sometimes you may want to create a styled text resource that is also used as a format
459 <li>Store your styled text resource as an HTML-escaped string:
469 convert the HTML text into styled text:
515 * @param tags the styled span objects to apply to the content
/frameworks/base/docs/html/training/wearables/ui/
Dcards.jd25 a card-styled frame with a white background, rounded corners, and a light-drop shadow.
/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.jd163 <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>