Home
last modified time | relevance | path

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

/frameworks/support/viewpager/src/androidTest/java/androidx/viewpager/widget/
DBaseViewPagerTest.java275 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 …]
DViewPagerWithTitleStripTest.java56 onView(withId(R.id.pager)).perform(ViewPagerActions.scrollRight(smoothScroll)); in assertStripInteraction()
82 onView(withId(R.id.pager)).perform(ViewPagerActions.scrollRight(smoothScroll)); in assertStripInteraction()
DViewPagerWithTabStripTest.java60 onView(withId(R.id.pager)).perform(ViewPagerActions.scrollRight(smoothScroll)); in assertStripInteraction()
85 onView(withId(R.id.pager)).perform(ViewPagerActions.scrollRight(smoothScroll)); in assertStripInteraction()
DViewPagerActions.java171 public static ViewAction scrollRight(final boolean smoothScroll) {
/frameworks/base/core/java/android/text/method/
DScrollingMovementMethod.java36 return scrollRight(widget, buffer, 1); in right()
DBaseMovementMethod.java111 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