Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/tests/unit/
DTypefaceTests.cpp92 std::unique_ptr<Typeface> bold(Typeface::createWithDifferentBaseWeight(nullptr, 700)); in TEST() local
93 EXPECT_EQ(700, bold->fStyle.weight()); in TEST()
94 EXPECT_EQ(minikin::FontStyle::Slant::UPRIGHT, bold->fStyle.slant()); in TEST()
95 EXPECT_EQ(Typeface::kNormal, bold->fAPIStyle); in TEST()
111 std::unique_ptr<Typeface> bold(Typeface::createRelative(nullptr, Typeface::kBold)); in TEST() local
112 EXPECT_EQ(700, bold->fStyle.weight()); in TEST()
113 EXPECT_EQ(minikin::FontStyle::Slant::UPRIGHT, bold->fStyle.slant()); in TEST()
114 EXPECT_EQ(Typeface::kBold, bold->fAPIStyle); in TEST()
141 std::unique_ptr<Typeface> bold(Typeface::createRelative(base.get(), Typeface::kBold)); in TEST() local
142 EXPECT_EQ(1000, bold->fStyle.weight()); in TEST()
[all …]
/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.java256 boolean bold = (format & 0x10) != 0; in retrieveTextAttribute()
264 align, size, bold, italic, underlined, in retrieveTextAttribute()
/frameworks/base/tools/apilint/
Ddeprecated_at_birth.py27 def format(fg=None, bg=None, bright=False, bold=False, dim=False, reset=False): argument
36 if bold: codes.append("1")
235 … dump = "%s%s:%s %s" % (format(fg=RED, bg=BLACK, bold=True), self.head, format(reset=True), msg)
238 … dump = "%s%s:%s %s" % (format(fg=YELLOW, bg=BLACK, bold=True), self.head, format(reset=True), msg)
310 print("%s Deprecated at birth %s\n" % ((format(fg=WHITE, bg=BLUE, bold=True),
/frameworks/native/services/surfaceflinger/
DColorizer.h47 void bold(std::string& out) { in bold() function
DSurfaceFlinger.cpp6866 colorizer.bold(result); in dumpAll()
6880 colorizer.bold(result); in dumpAll()
6886 colorizer.bold(result); in dumpAll()
6897 colorizer.bold(result); in dumpAll()
6906 colorizer.bold(result); in dumpAll()
6919 colorizer.bold(result); in dumpAll()
6978 colorizer.bold(result); in dumpAll()
/frameworks/base/cmds/bootanimation/
DBootAnimation.h186 void drawText(const char* str, const Font& font, bool bold, int* x, int* y);
DFORMAT.md79 bold weight.
82 * Each row is divided in half: regular weight glyphs on the top half, bold glyphs on the bottom
DBootAnimation.cpp1084 void BootAnimation::drawText(const char* str, const Font& font, bool bold, int* x, int* y) { in drawText() argument
1117 float v0 = (row + (bold ? 0.5f : 0.0f)) / FONT_NUM_ROWS; in drawText()
/frameworks/base/core/java/android/widget/
DEditText.java90 private static final int ID_BOLD = android.R.id.bold;
/frameworks/base/core/java/android/text/flags/
Dflags.aconfig208 description: "Use a bold typeface when bolding is enabled and the original typeface is null"
/frameworks/base/core/api/
Dcurrent.txt2391 field public static final int bold = 16908379; // 0x102005b