HomeSort by relevance Sort by last modified time
    Searched full:bold (Results 901 - 925 of 1803) sorted by null

<<31323334353637383940>>

  /packages/apps/Dialer/java/com/android/contacts/common/res/values/
styles.xml 27 <item name="android:textStyle">bold</item>
  /packages/apps/Dialer/java/com/android/dialer/dialpadview/res/layout/
dialpad_view_unthemed.xml 52 android:textStyle="bold"
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/res/layout/
fragment_incoming_call.xml 125 android:textStyle="bold"
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumLabelMaker.java 85 paint.setTypeface(Typeface.defaultFromStyle(Typeface.BOLD));
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ContactListItemData.java 89 * optional styled name & destination for showing bold search match.
  /packages/apps/Messaging/src/com/android/messaging/ui/contact/
ContactDropdownLayouter.java 96 // Bold the string that is matched.
  /packages/apps/Music/res/layout/
audio_player.xml 88 android:textStyle="bold"
  /packages/apps/PhoneCommon/res/layout/
dialpad_view_unthemed.xml 52 android:textStyle="bold" />
  /packages/apps/Settings/res/layout/
device_admin_add.xml 58 android:textStyle="bold"
notification_log_row.xml 59 android:textStyle="bold"
  /packages/apps/Terminal/src/com/android/terminal/
Terminal.java 44 boolean bold; field in class:Terminal.CellRun
  /packages/apps/Test/connectivity/sl4n/rapidjson/doc/misc/
doxygenextra.css 170 font-weight: bold;
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftmac.h 117 /* Bold). */
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/tools/gbench/
report.py 27 BC_BOLD = BenchmarkColor('BOLD', '\033[1m')
  /sdk/emulator/skins/assets/
basic_controls.svg 116 style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#bbbbbb;fill-opacity:1;font-family:Roboto;-inkscape-font-specification:Roboto Medium">Basic Controls </tspan></text>
dpad_on.svg 105 style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#bbbbbb;fill-opacity:1;font-family:Roboto;-inkscape-font-specification:Roboto Medium">DPAD</tspan></text>
hwkeys_on.svg 102 style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#bbbbbb;fill-opacity:1;font-family:Roboto;-inkscape-font-specification:Roboto Medium">Hardware Buttons</tspan></text>
  /test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
show_profiling_overview.jsp 114 bold: false
  /external/pdfium/fpdfsdk/
fpdfedit_embeddertest.cpp 37 bool bold,
52 EXPECT_EQ(bold, FontStyleIsBold(font_flags));
564 GetFPDFWideString(L"Hi, I'm Bold. Times New Roman Bold.");
581 FPDFPageObj_NewTextObj(document(), "Courier-Bold", 20.0f);
722 CPDF_Font::GetStockFont(cpdf_doc(), "Times-Bold");
734 EXPECT_EQ("Times New Roman Bold", font_dict->GetStringFor("BaseFont"));
    [all...]
  /external/tensorflow/tensorflow/python/debug/cli/
debugger_cli_common_test.py 631 rich_lines, "red", "bold")
633 {0: [(10, 13, "bold")]}, searched_rich_lines.font_attr_segs)
    [all...]
  /external/ImageMagick/scripts/
txt2html 833 <form target="_self" action="../index.html"><input type="submit" title="ImageMagick Home" value=" Home " style="background-image:url('../images/background.gif'); color:#fbc713; font-weight:bold"></form>
835 <form target="_self" action="../www/apis.html"><input type="submit" title="ImageMagick API" value=" API " style="background-image:url('../images/background.gif'); color:#fbc713; font-weight:bold"></form>
837 <form target="_self" action="../www/archives.html"><input type="submit" title="ImageMagick Download" value="Download" style="background-image:url('../images/background.gif'); color:#fbc713; font-weight:bold"></form>
844 <input type="SUBMIT" name="sa" value="Search" style="background-image:url('../images/background.gif'); bgcolor:#003399; color:#fbc713; font-weight:bold">
953 <input type="submit" title="Help!" value="Help!" style="background-image:url('../images/background.gif'); color:#fbc713; font-weight:bold">
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 529 // top row is regular text; the bottom row is bold.
551 font->char_height = font->texture.h / FONT_NUM_ROWS / 2; // There are bold and regular rows
557 void BootAnimation::drawText(const char* str, const Font& font, bool bold, int* x, int* y) {
590 // Move down to bottom of regular (one char_heigh) or bold (two char_heigh) line
591 cropRect[1] += bold ? 2 * font.char_height : font.char_height;
    [all...]
  /libcore/ojluni/src/main/java/java/awt/font/
TextAttribute.java 158 * values such as "Lucida Sans Bold" will select that face if it
161 * The "Bold" in the name is part of the face name, not a separate
162 * request that the font's weight be bold.</p>
179 * style value <code>Font.BOLD</code> as passed to the
242 * The standard bold weight.
    [all...]
  /external/syslinux/bios/txt/html/
pxelinux.html 44 font-weight: bold;
101 font-weight: bold;
148 font-weight: bold;
210 font-weight: bold;
270 font-weight: bold;
284 font-weight: bold;
351 font-weight: bold;
430 font-weight: bold;
460 font-weight: bold;
    [all...]
syslinux.cfg.html 44 font-weight: bold;
101 font-weight: bold;
148 font-weight: bold;
210 font-weight: bold;
270 font-weight: bold;
284 font-weight: bold;
351 font-weight: bold;
430 font-weight: bold;
460 font-weight: bold;
    [all...]

Completed in 1286 milliseconds

<<31323334353637383940>>