Home
last modified time | relevance | path

Searched refs:Weight (Results 1 – 8 of 8) sorted by relevance

/frameworks/minikin/include/minikin/
DFontStyle.h27 enum class Weight : uint16_t { enum
45 constexpr FontStyle() : FontStyle(Weight::NORMAL, Slant::UPRIGHT) {} in FontStyle()
46 constexpr explicit FontStyle(Weight weight) : FontStyle(weight, Slant::UPRIGHT) {} in FontStyle()
47 constexpr explicit FontStyle(Slant slant) : FontStyle(Weight::NORMAL, slant) {} in FontStyle()
48 constexpr FontStyle(Weight weight, Slant slant) in FontStyle()
DFont.h106 uint16_t mWeight = static_cast<uint16_t>(FontStyle::Weight::NORMAL);
/frameworks/base/core/tests/coretests/src/android/widget/layout/table/
DWeightTest.java30 public class WeightTest extends ActivityInstrumentationTestCase<Weight> {
37 super("com.android.frameworks.coretests", Weight.class); in WeightTest()
44 final Weight activity = getActivity(); in setUp()
DWeight.java27 public class Weight extends Activity { class
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
DWeightTest.java30 public class WeightTest extends ActivityInstrumentationTestCase<Weight> {
35 super("com.android.frameworks.coretests", Weight.class); in WeightTest()
DWeight.java24 public class Weight extends Activity { class
/frameworks/minikin/tests/unittest/
DFontFamilyTest.cpp702 constexpr FontStyle::Weight THIN = FontStyle::Weight::THIN; in TEST_F()
703 constexpr FontStyle::Weight LIGHT = FontStyle::Weight::LIGHT; in TEST_F()
704 constexpr FontStyle::Weight NORMAL = FontStyle::Weight::NORMAL; in TEST_F()
705 constexpr FontStyle::Weight MEDIUM = FontStyle::Weight::MEDIUM; in TEST_F()
706 constexpr FontStyle::Weight BOLD = FontStyle::Weight::BOLD; in TEST_F()
707 constexpr FontStyle::Weight BLACK = FontStyle::Weight::BLACK; in TEST_F()
DFontCollectionItemizeTest.cpp129 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()