Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewFontWeightTest.java72 private static final Map<Character, FontStyle> CHAR_FONT_MAP; field in TextViewFontWeightTest
94 CHAR_FONT_MAP = Collections.unmodifiableMap(map);
125 FontStyle fontStyle = CHAR_FONT_MAP.get(threeEmChar); in assertFontSelected()