Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/fonts/
DFontTest.java974 ArrayList<Font> fonts2 = new ArrayList<>(); in testEquals() local
981 fonts2.add(new Font.Builder(res, resId).build()); in testEquals()
986 assertTrue(fonts1.get(i).equals(fonts2.get(i))); in testEquals()
987 assertTrue(fonts2.get(i).equals(fonts1.get(i))); in testEquals()
1002 ArrayList<Font> fonts2 = new ArrayList<>(); in testHashCode() local
1009 fonts2.add(new Font.Builder(res, resId).build()); in testHashCode()
1014 assertEquals(fonts1.get(i).hashCode(), fonts2.get(i).hashCode()); in testHashCode()