Searched refs:pollingCheckSmoothScrolling (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ScrollViewTest.java | 299 pollingCheckSmoothScrolling(0, 0, 0, mScrollBottom); in testAccessSmoothScrollingEnabled() 307 pollingCheckSmoothScrolling(0, 0, mScrollBottom, 0); in testAccessSmoothScrollingEnabled() 434 pollingCheckSmoothScrolling(0, 0, 0, mScrollBottom); in testSmoothScrollBy() 443 pollingCheckSmoothScrolling(mScrollRight, 0, mScrollBottom, 0); in testSmoothScrollBy() 458 pollingCheckSmoothScrolling(0, 0, 0, mScrollBottom); in testSmoothScrollTo() 467 pollingCheckSmoothScrolling(0, 0, mScrollBottom, mPageHeight); in testSmoothScrollTo() 647 private void pollingCheckSmoothScrolling(final int fromX, final int toX, in pollingCheckSmoothScrolling() method in ScrollViewTest
|
D | HorizontalScrollViewTest.java | 280 pollingCheckSmoothScrolling(0, SCROLL_RIGHT, 0, 0); in testAccessSmoothScrollingEnabled() 288 pollingCheckSmoothScrolling(SCROLL_RIGHT, 0, 0, 0); in testAccessSmoothScrollingEnabled() 408 pollingCheckSmoothScrolling(0, SCROLL_RIGHT, 0, 0); in testSmoothScrollBy() 417 pollingCheckSmoothScrolling(SCROLL_RIGHT, 0, 0, 0); in testSmoothScrollBy() 431 pollingCheckSmoothScrolling(0, SCROLL_RIGHT, 0, 0); in testSmoothScrollTo() 440 pollingCheckSmoothScrolling(SCROLL_RIGHT, 0, 0, 0); in testSmoothScrollTo() 618 private void pollingCheckSmoothScrolling(final int fromX, final int toX, in pollingCheckSmoothScrolling() method in HorizontalScrollViewTest
|