Searched refs:scrollRight (Results 1 – 6 of 6) sorted by relevance
275 onView(withId(R.id.pager)).perform(ViewPagerActions.scrollRight(smoothScroll)); in verifyPageSelections()279 onView(withId(R.id.pager)).perform(ViewPagerActions.scrollRight(smoothScroll)); in verifyPageSelections()284 onView(withId(R.id.pager)).perform(ViewPagerActions.scrollRight(smoothScroll)); in verifyPageSelections()449 onView(withId(R.id.pager)).perform(ViewPagerActions.scrollRight(smoothScroll)); in verifyPageContent()460 onView(withId(R.id.pager)).perform(ViewPagerActions.scrollRight(smoothScroll)); in verifyPageContent()513 onView(withId(R.id.pager)).perform(ViewPagerActions.scrollRight(smoothScroll)); in verifyAdapterChange()526 onView(withId(R.id.pager)).perform(ViewPagerActions.scrollRight(smoothScroll)); in verifyAdapterChange()539 onView(withId(R.id.pager)).perform(ViewPagerActions.scrollRight(smoothScroll)); in verifyAdapterChange()630 onView(withId(R.id.pager)).perform(ViewPagerActions.scrollRight(smoothScroll)); in verifyPagerStrip()634 onView(withId(R.id.pager)).perform(ViewPagerActions.scrollRight(smoothScroll)); in verifyPagerStrip()[all …]
56 onView(withId(R.id.pager)).perform(ViewPagerActions.scrollRight(smoothScroll)); in assertStripInteraction()82 onView(withId(R.id.pager)).perform(ViewPagerActions.scrollRight(smoothScroll)); in assertStripInteraction()
60 onView(withId(R.id.pager)).perform(ViewPagerActions.scrollRight(smoothScroll)); in assertStripInteraction()85 onView(withId(R.id.pager)).perform(ViewPagerActions.scrollRight(smoothScroll)); in assertStripInteraction()
171 public static ViewAction scrollRight(final boolean smoothScroll) {
36 return scrollRight(widget, buffer, 1); in right()
111 handled |= scrollRight(widget, text, (int)Math.ceil(hscroll)); in onGenericMotionEvent()487 protected boolean scrollRight(TextView widget, Spannable buffer, int amount) { in scrollRight() method in BaseMovementMethod