Searched defs:testScrollInSmoothScrolling (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
H A DGridWidgetTest.java1647 void testScrollInSmoothScrolling(final boolean smooth, final boolean scrollToInvisible, method in class:GridWidgetTest
1704 testScrollInSmoothScrolling(false, false, false);
1709 testScrollInSmoothScrolling(false, false, true);
1714 testScrollInSmoothScrolling(false, true, false);
1719 testScrollInSmoothScrolling(false, true, true);
1724 testScrollInSmoothScrolling(true, false, false);
1729 testScrollInSmoothScrolling(true, false, true);
1734 testScrollInSmoothScrolling(true, true, false);
1739 testScrollInSmoothScrolling(true, true, true);

Completed in 74 milliseconds