Home
last modified time | relevance | path

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

/frameworks/minikin/include/minikin/
DFontStyle.h25 enum class Weight : uint16_t { enum
43 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()
DFont.h95 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/minikin/tests/unittest/
DFontFamilyTest.cpp664 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()
DFontCollectionItemizeTest.cpp120 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()
/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/ml/nn/common/operations/
DLSHProjectionTest.cpp36 ACTION(Weight, float)