Searched defs:Style (Results 1 – 10 of 10) sorted by relevance
21 public enum Style { enum in PathDashPathEffect26 Style(int value) { in Style() method in PathDashPathEffect.Style
155 public @interface Style {} annotation in Typeface
444 public enum Style { enum in Paint464 Style(int nativeInt) { in Style() method in Paint.Style
319 struct Style : public BaseValue<Style> { struct335 Style* Clone(StringPool* new_pool) const override; argument
429 message Style { message
41 enum Style : uint8_t { kNormal = 0, kBold = 0x01, kItalic = 0x02, kBoldItalic = 0x03 }; enum
44 public @interface Style {} annotation in Rating
173 public static final class Style { class in TimedText227 public Style(int startChar, int endChar, int fontId, in Style() method in TimedText.Style
76 public enum Style { enum in Font
335 std::string RSReflectionJava::GetTypeName(const RSExportType *ET, unsigned Style) { in GetTypeName()