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.java229 int previousScrollY = mTextView.getScrollY(); local
633 int previousScrollY = mTextView.getScrollY(); in testOnTakeFocus() local
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java1413 int previousScrollY = mOnUiThread.getScrollY(); in testFindNext() local
1446 assertEquals(mOnUiThread.getScrollY(), previousScrollY); in testFindNext() local
1450 assertEquals(mOnUiThread.getScrollY(), previousScrollY); in testFindNext() local
1695 final int previousScrollY = mOnUiThread.getScrollY(); in testFlingScroll() local
2797 private void waitForScrollingComplete(int previousScrollY) in waitForScrollingComplete()
/cts/tests/tests/widget/src/android/widget/cts/
DScrollViewTest.java1030 final int[] previousScrollY = new int[] { mScrollViewCustom.getScrollY() }; in pollingCheckFling() local