Searched refs:Weight (Results 1 – 9 of 9) sorted by relevance
25 enum class Weight : uint16_t { enum43 constexpr FontStyle() : FontStyle(Weight::NORMAL, Slant::UPRIGHT) {} in FontStyle()44 constexpr explicit FontStyle(Weight weight) : FontStyle(weight, Slant::UPRIGHT) {} in FontStyle()45 constexpr explicit FontStyle(Slant slant) : FontStyle(Weight::NORMAL, slant) {} in FontStyle()46 constexpr FontStyle(Weight weight, Slant slant) in FontStyle()
95 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
664 constexpr FontStyle::Weight THIN = FontStyle::Weight::THIN; in TEST_F()665 constexpr FontStyle::Weight LIGHT = FontStyle::Weight::LIGHT; in TEST_F()666 constexpr FontStyle::Weight NORMAL = FontStyle::Weight::NORMAL; in TEST_F()667 constexpr FontStyle::Weight MEDIUM = FontStyle::Weight::MEDIUM; in TEST_F()668 constexpr FontStyle::Weight BOLD = FontStyle::Weight::BOLD; in TEST_F()669 constexpr FontStyle::Weight BLACK = FontStyle::Weight::BLACK; in TEST_F()
120 const FontStyle kBoldStyle = FontStyle(FontStyle::Weight::BOLD); in TEST()121 const FontStyle kBoldItalicStyle = FontStyle(FontStyle::Weight::BOLD, FontStyle::Slant::ITALIC); in TEST()690 FontStyle kBoldStyle(FontStyle::Weight::BOLD); in TEST()692 FontStyle kBoldItalicStyle(FontStyle::Weight::BOLD, FontStyle::Slant::ITALIC); in TEST()
30 public class WeightTest extends ActivityInstrumentationTestCase<Weight> {35 super("com.android.frameworks.coretests", Weight.class); in WeightTest()
24 public class Weight extends Activity { class
36 ACTION(Weight, float)