Searched refs:expectedScrollDistance (Results 1 – 2 of 2) sorted by relevance
123 int expectedScrollDistance = mAutoScroller.computeScrollDistance(-1); in testCursorInScrollZone_top() local125 assertTrue(dy == expectedScrollDistance); in testCursorInScrollZone_top()134 int expectedScrollDistance = mAutoScroller.computeScrollDistance(1); in testCursorInScrollZone_bottom() local136 assertTrue(dy == expectedScrollDistance); in testCursorInScrollZone_bottom()
176 public static View findScrollingReferenceView(ViewGroup parent, int expectedScrollDistance) { in findScrollingReferenceView() argument186 } else if (expectedScrollDistance < 0) { in findScrollingReferenceView()