Home
last modified time | relevance | path

Searched refs:bold (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DTextAttribute.java30 public boolean bold; field in TextAttribute
37 FontSize size, boolean bold, boolean italic, boolean underlined, in TextAttribute() argument
43 this.bold = bold; in TextAttribute()
DValueParser.java245 boolean bold = (format & 0x10) != 0; in retrieveTextAttribute()
253 align, size, bold, italic, underlined, in retrieveTextAttribute()
/frameworks/base/docs/html/reference/renderscript/
Ddoxygen.css16 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 …]
Dtabs.css32 font-weight: bold;
/frameworks/native/services/surfaceflinger/
DColorizer.h47 void bold(String8& out) { in bold() function
DSurfaceFlinger.cpp2532 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/
Dbest-practices.jd23 .bold li {
24 font-weight:bold;
26 .bold li * {
37 <ol class="bold">
/frameworks/base/docs/html/google/play-services/
Dlocation.jd37 <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/
Dapilint.py34 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/
Dtypography.jd26 …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/
Doffline.jd9 font-weight:bold;
/frameworks/base/docs/html/guide/topics/resources/
Dstring-resource.jd444 <li>{@code &lt;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/
Dcardflip.jd218 android:textStyle="bold"
227 android:textStyle="bold"
/frameworks/base/docs/html/about/versions/
Dandroid-2.0-highlights.jd15 font-weight:bold;
Dandroid-1.6-highlights.jd15 font-weight:bold;
Dandroid-4.1.jd805 <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>
Dandroid-2.2-highlights.jd38 font-weight:bold;
Dlollipop.jd138 <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/
Ddevice-art.jd109 font-weight: bold;
115 font-weight: bold;
/frameworks/base/docs/html/google/play/billing/v2/
Dapi.jd310 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/
Dcommontasks.jd657 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/
Dhelp.jd110 … Make it less burdensome with friendly formatting and layout choices like bold headings, bulleted …
/frameworks/base/docs/html/about/dashboards/
Dindex.jd18 font-weight:bold;
/frameworks/base/docs/html/training/wearables/ui/
Dlayouts.jd241 <p>Notice the parts of the layout marked in bold:</p>
/frameworks/base/docs/html/tools/debugging/
Ddebugging-ui.jd200 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

12