Searched refs:HasGlyphTestCase (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/core/tests/coretests/src/android/graphics/ |
H A D | PaintTest.java | 103 private static class HasGlyphTestCase { class in PaintTest 107 public HasGlyphTestCase(int baseCodepoint, Integer[] variationSelectors) { in HasGlyphTestCase() method in PaintTest.HasGlyphTestCase 130 HasGlyphTestCase[] HAS_GLYPH_TEST_CASES = { in testHasGlyph_variationSelectors() 131 new HasGlyphTestCase(0x0061, new Integer[] {0xFE00, 0xE0100, 0xE0101, 0xE0102}), in testHasGlyph_variationSelectors() 132 new HasGlyphTestCase(0x0062, new Integer[] {0xFE01, 0xE0101, 0xE0102, 0xE0103}), in testHasGlyph_variationSelectors() 133 new HasGlyphTestCase(0x0063, new Integer[] {}), in testHasGlyph_variationSelectors() 134 new HasGlyphTestCase(0x0064, new Integer[] {0xFE02, 0xE0102, 0xE0103}), in testHasGlyph_variationSelectors() 136 new HasGlyphTestCase(0x1F000, new Integer[] {0xFE00, 0xE0100, 0xE0101, 0xE0102}), in testHasGlyph_variationSelectors() 138 new HasGlyphTestCase(0x1F002, new Integer[] {}), in testHasGlyph_variationSelectors() 139 new HasGlyphTestCase(0x1F003, new Integer[] {0xFE02, 0xE0102, 0xE0103}), in testHasGlyph_variationSelectors() [all …]
|