Searched defs:insets1 (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | InsetsTest.java | 67 Insets insets1 = Insets.of(rect); in testInsetsEquality() local 74 Insets insets1 = Insets.of(10, 20, 30, 40); in testAdd() local 81 Insets insets1 = Insets.of(10, 20, 30, 40); in testSubtract() local 88 Insets insets1 = Insets.of(1, 10, 100, 1000); in testMin() local 95 Insets insets1 = Insets.of(1, 10, 100, 1000); in testMax() local
|