Home
last modified time | relevance | path

Searched defs:previousScrollY (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/text/src/android/text/method/cts/
DScrollingMovementMethodTest.java253 int previousScrollY = mTextView.getScrollY(); local
657 int previousScrollY = mTextView.getScrollY(); in testOnTakeFocus() local
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java1405 int previousScrollY = mOnUiThread.getScrollY(); in testFindNext() local
1438 assertEquals(mOnUiThread.getScrollY(), previousScrollY); in testFindNext() local
1442 assertEquals(mOnUiThread.getScrollY(), previousScrollY); in testFindNext() local
1698 final int previousScrollY = mOnUiThread.getScrollY(); in testFlingScroll() local
2805 private void waitForScrollingComplete(int previousScrollY) throws InterruptedException { in waitForScrollingComplete()
/cts/tests/tests/widget/src/android/widget/cts/
DScrollViewTest.java1462 final int[] previousScrollY = new int[] { mScrollViewCustom.getScrollY() }; in pollingCheckFling() local