/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
D | TextAttribute.java | 30 public boolean bold; field in TextAttribute 37 FontSize size, boolean bold, boolean italic, boolean underlined, in TextAttribute() argument 43 this.bold = bold; in TextAttribute()
|
D | ValueParser.java | 245 boolean bold = (format & 0x10) != 0; in retrieveTextAttribute() 253 align, size, bold, italic, underlined, in retrieveTextAttribute()
|
/frameworks/base/docs/html/reference/renderscript/ |
D | doxygen.css | 16 font-weight: bold; 29 font-weight: bold; 58 font-weight: bold; 103 font-weight: bold; 107 font-weight: bold; 118 font-weight: bold; 156 font-weight: bold; 175 font-weight: bold; 197 font-weight: bold; 298 font-weight: bold; [all …]
|
D | tabs.css | 32 font-weight: bold;
|
/frameworks/native/services/surfaceflinger/ |
D | Colorizer.h | 47 void bold(String8& out) { in bold() function
|
D | SurfaceFlinger.cpp | 2532 colorizer.bold(result); in dumpAllLocked() 2540 colorizer.bold(result); in dumpAllLocked() 2546 colorizer.bold(result); in dumpAllLocked() 2560 colorizer.bold(result); in dumpAllLocked() 2572 colorizer.bold(result); in dumpAllLocked() 2584 colorizer.bold(result); in dumpAllLocked() 2591 colorizer.bold(result); in dumpAllLocked() 2634 colorizer.bold(result); in dumpAllLocked()
|
/frameworks/base/docs/html/guide/webapps/ |
D | best-practices.jd | 23 .bold li { 24 font-weight:bold; 26 .bold li * { 37 <ol class="bold">
|
/frameworks/base/docs/html/google/play-services/ |
D | location.jd | 37 <h4 style="font-weight:bold">Fused location provider</h4> 59 <h4 style="font-weight:bold">Geofencing APIs</h4> 77 <h4 style="font-weight:bold">Activity recognition</h4>
|
/frameworks/base/tools/apilint/ |
D | apilint.py | 34 def format(fg=None, bg=None, bright=False, bold=False, dim=False, reset=False): argument 44 if bold: codes.append("1") 208 …_fail(clazz, detail, "%sWarning:%s %s" % (format(fg=YELLOW, bg=BLACK, bold=True), format(reset=Tru… 211 …_fail(clazz, detail, "%sError:%s %s" % (format(fg=RED, bg=BLACK, bold=True), format(reset=True), m… 788 …print "%s API compatibility issues %s\n" % ((format(fg=WHITE, bg=BLUE, bold=True), format(reset=Tr… 794 print "%s API style issues %s\n" % ((format(fg=WHITE, bg=BLUE, bold=True), format(reset=True)))
|
/frameworks/base/docs/html/design/style/ |
D | typography.jd | 26 …he current {@link android.widget.TextView} framework offers Roboto in thin, light, regular and bold 29 variant in regular and bold weights, along with an italic style for each weight.</p>
|
/frameworks/base/docs/html/ |
D | offline.jd | 9 font-weight:bold;
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | string-resource.jd | 444 <li>{@code <b>} for <b>bold</b> text.</li> 558 The following <code>bold</code>, <code>italic</code>, and <code>color</code> 569 public static CharSequence bold(CharSequence... content) { 597 // and bold the entire sequence. 598 CharSequence text = bold(italic(res.getString(R.string.hello)),
|
/frameworks/base/docs/html/training/animation/ |
D | cardflip.jd | 218 android:textStyle="bold" 227 android:textStyle="bold"
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.0-highlights.jd | 15 font-weight:bold;
|
D | android-1.6-highlights.jd | 15 font-weight:bold;
|
D | android-4.1.jd | 805 <li>Condensed bold</li> 806 <li>Condensed bold-italic</li> 819 <p>You can then apply bold and/or italic with {@link android.R.attr#textStyle} values 820 {@code "bold"} and {@code "italic"}. You can apply both like so: {@code 821 android:textStyle="bold|italic"}.</p>
|
D | android-2.2-highlights.jd | 38 font-weight:bold;
|
D | lollipop.jd | 138 <p>With Android TV you can now <strong>create big, bold experiences</strong> for your app or game c…
|
/frameworks/base/docs/html/distribute/tools/promote/ |
D | device-art.jd | 109 font-weight: bold; 115 font-weight: bold;
|
/frameworks/base/docs/html/google/play/billing/v2/ |
D | api.jd | 310 each <code>sendBillingRequest()</code> method are shown in <strong>bold</strong>, broadcast intents 361 each <code>sendBillingRequest()</code> method are shown in <strong>bold</strong>, broadcast intents 390 request type for the <code>sendBillingRequest()</code> method is shown in <strong>bold</strong>.</p> 444 <code>sendBillingRequest()</code> method are shown in <strong>bold</strong>, broadcast intents are
|
/frameworks/base/docs/html/guide/faq/ |
D | commontasks.jd | 657 you can add some simple styling, such as bold or italic using HTML notation. 658 The currently supported tags are: <code>B</code> (bold), 677 italic section, and bold section, and adding it to an EditText object. </p> 682 vw.setText("Italic, highlighted, bold."); 685 // vw.setText("Italic, highlighted, bold.", TextView.BufferType.SPANNABLE);
|
/frameworks/base/docs/html/design/patterns/ |
D | help.jd | 110 … Make it less burdensome with friendly formatting and layout choices like bold headings, bulleted …
|
/frameworks/base/docs/html/about/dashboards/ |
D | index.jd | 18 font-weight:bold;
|
/frameworks/base/docs/html/training/wearables/ui/ |
D | layouts.jd | 241 <p>Notice the parts of the layout marked in bold:</p>
|
/frameworks/base/docs/html/tools/debugging/ |
D | debugging-ui.jd | 200 Light red: The block represents the parent of the block outlined in bold red. 417 selected object, the box is bold red. Sibling and parent View objects have a light
|