Searched refs:Weight (Results 1 – 9 of 9) sorted by relevance
29 enum class Weight : uint16_t { enum47 constexpr FontStyle() : FontStyle(Weight::NORMAL, Slant::UPRIGHT) {} in FontStyle()48 constexpr explicit FontStyle(Weight weight) : FontStyle(weight, Slant::UPRIGHT) {} in FontStyle()49 constexpr explicit FontStyle(Slant slant) : FontStyle(Weight::NORMAL, slant) {} in FontStyle()50 constexpr FontStyle(Weight weight, Slant slant) in FontStyle()
143 uint16_t mWeight = static_cast<uint16_t>(FontStyle::Weight::NORMAL);
30 public class WeightTest extends ActivityInstrumentationTestCase<Weight> {37 super("com.android.frameworks.coretests", Weight.class); in WeightTest()44 final Weight activity = getActivity(); in setUp()
27 public class Weight extends Activity { class
30 public class WeightTest extends ActivityInstrumentationTestCase<Weight> {35 super("com.android.frameworks.coretests", Weight.class); in WeightTest()
24 public class Weight extends Activity { class
789 constexpr FontStyle::Weight THIN = FontStyle::Weight::THIN; in TEST_F()790 constexpr FontStyle::Weight LIGHT = FontStyle::Weight::LIGHT; in TEST_F()791 constexpr FontStyle::Weight NORMAL = FontStyle::Weight::NORMAL; in TEST_F()792 constexpr FontStyle::Weight MEDIUM = FontStyle::Weight::MEDIUM; in TEST_F()793 constexpr FontStyle::Weight BOLD = FontStyle::Weight::BOLD; in TEST_F()794 constexpr FontStyle::Weight BLACK = FontStyle::Weight::BLACK; in TEST_F()
129 const FontStyle kBoldStyle = FontStyle(FontStyle::Weight::BOLD); in TEST()130 const FontStyle kBoldItalicStyle = FontStyle(FontStyle::Weight::BOLD, FontStyle::Slant::ITALIC); in TEST()699 FontStyle kBoldStyle(FontStyle::Weight::BOLD); in TEST()701 FontStyle kBoldItalicStyle(FontStyle::Weight::BOLD, FontStyle::Slant::ITALIC); in TEST()
144 // Weight