Searched defs:previousScrollY (Results 1 – 3 of 3) sorted by relevance
245 int previousScrollY = mTextView.getScrollY(); local649 int previousScrollY = mTextView.getScrollY(); in testOnTakeFocus() local
1395 int previousScrollY = mOnUiThread.getScrollY(); in testFindNext() local1428 assertEquals(mOnUiThread.getScrollY(), previousScrollY); in testFindNext() local1432 assertEquals(mOnUiThread.getScrollY(), previousScrollY); in testFindNext() local1688 final int previousScrollY = mOnUiThread.getScrollY(); in testFlingScroll() local2794 private void waitForScrollingComplete(int previousScrollY) throws InterruptedException { in waitForScrollingComplete()
1426 final int[] previousScrollY = new int[] { mScrollViewCustom.getScrollY() }; in pollingCheckFling() local