Home
last modified time | relevance | path

Searched refs:pollingCheckSmoothScrolling (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DScrollViewTest.java350 pollingCheckSmoothScrolling(0, 0, 0, mScrollBottom); in testAccessSmoothScrollingEnabled()
354 pollingCheckSmoothScrolling(0, 0, mScrollBottom, 0); in testAccessSmoothScrollingEnabled()
742 pollingCheckSmoothScrolling(0, 0, 0, mScrollBottom); in testSmoothScrollBy()
748 pollingCheckSmoothScrolling(mScrollRight, 0, mScrollBottom, 0); in testSmoothScrollBy()
761 pollingCheckSmoothScrolling(0, 0, 0, mScrollBottom); in testSmoothScrollTo()
767 pollingCheckSmoothScrolling(0, 0, mScrollBottom, mPageHeight); in testSmoothScrollTo()
922 pollingCheckSmoothScrolling(0, 0, 0, lastChildTop); in testScrollDescendant()
1398 private void pollingCheckSmoothScrolling(final int fromX, final int toX, in pollingCheckSmoothScrolling() method in ScrollViewTest
DHorizontalScrollViewTest.java338 pollingCheckSmoothScrolling(0, SCROLL_RIGHT, 0, 0); in testAccessSmoothScrollingEnabled()
342 pollingCheckSmoothScrolling(SCROLL_RIGHT, 0, 0, 0); in testAccessSmoothScrollingEnabled()
650 pollingCheckSmoothScrolling(0, SCROLL_RIGHT, 0, 0); in testSmoothScrollBy()
655 pollingCheckSmoothScrolling(SCROLL_RIGHT, 0, 0, 0); in testSmoothScrollBy()
666 pollingCheckSmoothScrolling(0, SCROLL_RIGHT, 0, 0); in testSmoothScrollTo()
671 pollingCheckSmoothScrolling(SCROLL_RIGHT, 0, 0, 0); in testSmoothScrollTo()
1296 private void pollingCheckSmoothScrolling(final int fromX, final int toX, in pollingCheckSmoothScrolling() method in HorizontalScrollViewTest