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