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.java228 int previousScrollY = mTextView.getScrollY(); local
632 int previousScrollY = mTextView.getScrollY(); in testOnTakeFocus() local
/cts/tests/tests/widget/src/android/widget/cts/
DScrollViewTest.java877 final int[] previousScrollY = new int[] { mScrollViewCustom.getScrollY() }; in pollingCheckFling() local
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java1417 int previousScrollY = mOnUiThread.getScrollY(); in testFindNext() local
1699 final int previousScrollY = mOnUiThread.getScrollY(); in testFlingScroll() local
2802 private void waitForScrollingComplete(int previousScrollY) in waitForScrollingComplete()