Searched defs:previousScrollY (Results 1 – 3 of 3) sorted by relevance
229 int previousScrollY = mTextView.getScrollY(); local633 int previousScrollY = mTextView.getScrollY(); in testOnTakeFocus() local
1413 int previousScrollY = mOnUiThread.getScrollY(); in testFindNext() local1446 assertEquals(mOnUiThread.getScrollY(), previousScrollY); in testFindNext() local1450 assertEquals(mOnUiThread.getScrollY(), previousScrollY); in testFindNext() local1695 final int previousScrollY = mOnUiThread.getScrollY(); in testFlingScroll() local2797 private void waitForScrollingComplete(int previousScrollY) in waitForScrollingComplete()
1030 final int[] previousScrollY = new int[] { mScrollViewCustom.getScrollY() }; in pollingCheckFling() local