Searched refs:scrollRight (Results 1 – 8 of 8) sorted by relevance
41 import static android.support.v4.view.ViewPagerActions.scrollRight;276 onView(withId(R.id.pager)).perform(scrollRight(smoothScroll)); in verifyPageSelections()280 onView(withId(R.id.pager)).perform(scrollRight(smoothScroll)); in verifyPageSelections()285 onView(withId(R.id.pager)).perform(scrollRight(smoothScroll)); in verifyPageSelections()447 onView(withId(R.id.pager)).perform(scrollRight(smoothScroll)); in verifyPageContent()458 onView(withId(R.id.pager)).perform(scrollRight(smoothScroll)); in verifyPageContent()510 onView(withId(R.id.pager)).perform(scrollRight(smoothScroll)); in verifyAdapterChange()523 onView(withId(R.id.pager)).perform(scrollRight(smoothScroll)); in verifyAdapterChange()536 onView(withId(R.id.pager)).perform(scrollRight(smoothScroll)); in verifyAdapterChange()627 onView(withId(R.id.pager)).perform(scrollRight(smoothScroll)); in verifyPagerStrip()[all …]
26 import static android.support.v4.view.ViewPagerActions.scrollRight;58 onView(withId(R.id.pager)).perform(scrollRight(smoothScroll)); in assertStripInteraction()84 onView(withId(R.id.pager)).perform(scrollRight(smoothScroll)); in assertStripInteraction()
26 import static android.support.v4.view.ViewPagerActions.scrollRight;62 onView(withId(R.id.pager)).perform(scrollRight(smoothScroll)); in assertStripInteraction()87 onView(withId(R.id.pager)).perform(scrollRight(smoothScroll)); in assertStripInteraction()
169 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
35 public static ViewAction scrollRight() { in scrollRight() method in ViewPagerActions
277 onView(withId(R.id.tabs_viewpager)).perform(ViewPagerActions.scrollRight());