Home | History | Annotate | Download | only in cts

Lines Matching defs:pageScroll

544         assertTrue(mScrollViewCustom.pageScroll(View.FOCUS_RIGHT));
548 assertFalse(mScrollViewCustom.pageScroll(View.FOCUS_RIGHT));
551 assertTrue(mScrollViewCustom.pageScroll(View.FOCUS_LEFT));
555 assertFalse(mScrollViewCustom.pageScroll(View.FOCUS_LEFT));