Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityTextActionTest.java303 final RectF[] locationsBeforeScroll = Arrays.copyOf( in testTextLocations_textOutsideOfViewBounds_locationsShouldBeNull() local
305 assertEquals(text.getText().length(), locationsBeforeScroll.length); in testTextLocations_textOutsideOfViewBounds_locationsShouldBeNull()
307 assertFalse(locationsBeforeScroll[0].isEmpty()); in testTextLocations_textOutsideOfViewBounds_locationsShouldBeNull()
311 for (int i = 1; i < locationsBeforeScroll.length; i++) { in testTextLocations_textOutsideOfViewBounds_locationsShouldBeNull()
312 boolean isNull = locationsBeforeScroll[i] == null; in testTextLocations_textOutsideOfViewBounds_locationsShouldBeNull()
326 final int oneLineDownY = (int) locationsBeforeScroll[0].bottom - viewPosition[1]; in testTextLocations_textOutsideOfViewBounds_locationsShouldBeNull()