Home
last modified time | relevance | path

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

/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
DGridWidgetTest.java1647 void testScrollInSmoothScrolling(final boolean smooth, final boolean scrollToInvisible, in testScrollInSmoothScrolling() method in GridWidgetTest
1704 testScrollInSmoothScrolling(false, false, false); in testScrollInSmoothScrolling1()
1709 testScrollInSmoothScrolling(false, false, true); in testScrollInSmoothScrolling2()
1714 testScrollInSmoothScrolling(false, true, false); in testScrollInSmoothScrolling3()
1719 testScrollInSmoothScrolling(false, true, true); in testScrollInSmoothScrolling4()
1724 testScrollInSmoothScrolling(true, false, false); in testScrollInSmoothScrolling5()
1729 testScrollInSmoothScrolling(true, false, true); in testScrollInSmoothScrolling6()
1734 testScrollInSmoothScrolling(true, true, false); in testScrollInSmoothScrolling7()
1739 testScrollInSmoothScrolling(true, true, true); in testScrollInSmoothScrolling8()