Home
last modified time | relevance | path

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

/cts/tests/tests/widget29/src/android/widget/cts29/
DToastTest.java350 int[] xy2 = new int[2]; in testAccessMargin() local
351 view.getLocationOnScreen(xy2); in testAccessMargin()
361 assertTrue(xy1[0] > xy2[0]); in testAccessMargin()
362 assertTrue(xy1[1] > xy2[1]); in testAccessMargin()
364 assertTrue(xy1[0] > xy2[0]); in testAccessMargin()
365 assertTrue(xy1[1] < xy2[1]); in testAccessMargin()
/cts/tests/tests/widget/src/android/widget/cts/
DToastTest.java571 int[] xy2 = new int[2]; in testAccessMargin_whenCustomToast() local
572 view.getLocationOnScreen(xy2); in testAccessMargin_whenCustomToast()
582 assertTrue(xy1[0] > xy2[0]); in testAccessMargin_whenCustomToast()
583 assertTrue(xy1[1] > xy2[1]); in testAccessMargin_whenCustomToast()
585 assertTrue(xy1[0] > xy2[0]); in testAccessMargin_whenCustomToast()
586 assertTrue(xy1[1] < xy2[1]); in testAccessMargin_whenCustomToast()