Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DTypefaceCustomFallbackBuilderTest.java118 FontTestUtil.getSelectedStyle(typeface)); in testFamily_defaultStyle()
128 FontTestUtil.getSelectedStyle(Typeface.create(typeface, weight, italic))); in testFamily_selectStyle()
154 assertEquals(testStyle, FontTestUtil.getSelectedStyle(typeface)); in testFamily_selectStyleByBuilder()
170 FontTestUtil.getSelectedStyle(typeface)); in testFamily_closestDefault()
174 FontTestUtil.getSelectedStyle(Typeface.create(typeface, 600, false))); in testFamily_closestDefault()
/cts/tests/tests/graphics/src/android/graphics/fonts/
DFontTestUtil.java316 public static Pair<Integer, Boolean> getSelectedStyle(Typeface typeface) { in getSelectedStyle() method in FontTestUtil