Searched defs:insets2 (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | InsetsTest.java | 68 Insets insets2 = Insets.of(10, 20, 30, 40); in testInsetsEquality() local 75 Insets insets2 = Insets.of(50, 60, 70, 80); in testAdd() local 82 Insets insets2 = Insets.of(50, 70, 90, 110); in testSubtract() local 89 Insets insets2 = Insets.of(1000, 100, 10, 1); in testMin() local 96 Insets insets2 = Insets.of(1000, 100, 10, 1); in testMax() local
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/ |
D | WindowInsetsTest.java | 468 final WindowInsets insets2 = in testEquality() local
|