Searched defs:previousScrollY (Results 1 – 3 of 3) sorted by relevance
253 int previousScrollY = mTextView.getScrollY(); local657 int previousScrollY = mTextView.getScrollY(); in testOnTakeFocus() local
1403 int previousScrollY = mOnUiThread.getScrollY(); in testFindNext() local1436 assertEquals(mOnUiThread.getScrollY(), previousScrollY); in testFindNext() local1440 assertEquals(mOnUiThread.getScrollY(), previousScrollY); in testFindNext() local1696 final int previousScrollY = mOnUiThread.getScrollY(); in testFlingScroll() local2802 private void waitForScrollingComplete(int previousScrollY) throws InterruptedException { in waitForScrollingComplete()
1462 final int[] previousScrollY = new int[] { mScrollViewCustom.getScrollY() }; in pollingCheckFling() local