Searched refs:xy2 (Results 1 – 2 of 2) sorted by relevance
350 int[] xy2 = new int[2]; in testAccessMargin() local351 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()
571 int[] xy2 = new int[2]; in testAccessMargin_whenCustomToast() local572 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()