Searched refs:Bold (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/data/fonts/ |
D | Android.mk | 39 $(eval $(call create-font-symlink,DroidSans-Bold.ttf,Roboto-Bold.ttf)) 41 $(eval $(call create-font-symlink,DroidSerif-Bold.ttf,NotoSerif-Bold.ttf)) 47 DroidSans-Bold.ttf 115 Roboto-Bold.ttf \ 125 $(eval $(call create-font-symlink,Roboto-Black.ttf,Roboto-Bold.ttf)) 134 $(eval $(call create-font-symlink,RobotoCondensed-Bold.ttf,Roboto-Bold.ttf)) 149 RobotoCondensed-Bold.ttf \
|
D | fonts.mk | 25 Roboto-Bold.ttf \ 37 RobotoCondensed-Bold.ttf \
|
/frameworks/base/core/java/android/text/ |
D | Html.java | 484 start(mSpannableStringBuilder, new Bold()); in handleStartTag() 486 start(mSpannableStringBuilder, new Bold()); in handleStartTag() 534 end(mSpannableStringBuilder, Bold.class, new StyleSpan(Typeface.BOLD)); in handleEndTag() 536 end(mSpannableStringBuilder, Bold.class, new StyleSpan(Typeface.BOLD)); in handleEndTag() 815 private static class Bold { } class in HtmlToSpannedConverter
|
/frameworks/base/docs/html/design/wear/ |
D | style.jd | 79 <h2 id="Typography" >Use Clear, Bold Typography</h2>
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.1.jd | 799 <li>Bold</li> 800 <li>Bold-italic</li>
|
D | jelly-bean.jd | 1310 <li>Synthetic Bold is now available for all fonts that don't have dedicated bold glyphs</li>
|
/frameworks/base/docs/html/tools/debugging/ |
D | debugging-ui.jd | 196 Bold red: The block represents the the View that is currently selected in
|