Searched refs:getScrollY (Results 1 – 7 of 7) sorted by relevance
144 if (event.getScrollX() != -1 && event.getScrollY() != -1) { in detectEnd()146 return event.getScrollY() == 0 || event.getScrollY() == event.getMaxScrollY(); in detectEnd()154 && event.getScrollX() == -1 && event.getScrollY() == -1; in detectEnd()
19 assertEquals(6, scrollView.getScrollY()); in shouldSmoothScrollTo()29 assertEquals(26, scrollView.getScrollY()); in shouldSmoothScrollBy()
412 assertEquals(6, view.getScrollY()); in shouldScrollTo()422 assertThat(view.getScrollY()).isEqualTo(25); in scrollBy_shouldStoreTheScrolledCoordinates()428 assertEquals(0, view.getScrollY()); in shouldGetScrollXAndY()726 assertThat(view.getScrollY()).isEqualTo(544); in setScrolls_canBeAskedFor()
87 final int drawTop = drawTarget.getTop() - getScrollY(); in updateStickyHeaderPosition()90 drawTarget.setTranslationY(getScrollY() - drawOffset); in updateStickyHeaderPosition()
101 if (getScrollY() >= scrollThreshold) { in checkScroll()
406 scrollTo(getScrollX() + x, getScrollY() + y); in scrollBy()415 protected int getScrollY() { in getScrollY() method in ShadowView
317 y += view.getScrollY(); in getLineAtCoordinate()