Searched refs:locationsBeforeScroll (Results 1 – 1 of 1) sorted by relevance
312 final RectF[] locationsBeforeScroll = Arrays.copyOf( in testTextLocations_textOutsideOfViewBounds_locationsShouldBeNull() local314 assertEquals(text.getText().length(), locationsBeforeScroll.length); in testTextLocations_textOutsideOfViewBounds_locationsShouldBeNull()316 assertFalse(locationsBeforeScroll[0].isEmpty()); in testTextLocations_textOutsideOfViewBounds_locationsShouldBeNull()320 for (int i = 1; i < locationsBeforeScroll.length; i++) { in testTextLocations_textOutsideOfViewBounds_locationsShouldBeNull()321 boolean isNull = locationsBeforeScroll[i] == null; in testTextLocations_textOutsideOfViewBounds_locationsShouldBeNull()335 final int oneLineDownY = (int) locationsBeforeScroll[0].bottom - viewPosition[1]; in testTextLocations_textOutsideOfViewBounds_locationsShouldBeNull()