Searched defs:BOLD (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DFont.java86 BOLD, enum constant in enum:Font.Style
141 case BOLD:
/frameworks/base/graphics/java/android/graphics/
H A DTypeface.java35 * The default BOLD typeface object. Note: this may be not actually be
55 public static final int BOLD = 1; field in class:Typeface
66 /** Returns true if getStyle() has the BOLD bit set. */
68 return (mStyle & BOLD) != 0;
84 * e.g. NORMAL, BOLD, ITALIC, BOLD_ITALIC
99 * e.g. NORMAL, BOLD, ITALIC, BOLD_ITALIC
184 DEFAULT_BOLD = create((String) null, Typeface.BOLD);

Completed in 68 milliseconds