OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ViewPagerActions
(Results
1 - 5
of
5
) sorted by null
/frameworks/support/viewpager/src/androidTest/java/androidx/viewpager/widget/
BaseViewPagerTest.java
260
ViewPagerActions
.setAdapter(adapter),
ViewPagerActions
.scrollToPage(0, false));
265
onView(withId(R.id.pager)).perform(
ViewPagerActions
.setAdapter(null));
275
onView(withId(R.id.pager)).perform(
ViewPagerActions
.scrollRight(smoothScroll));
279
onView(withId(R.id.pager)).perform(
ViewPagerActions
.scrollRight(smoothScroll));
284
onView(withId(R.id.pager)).perform(
ViewPagerActions
.scrollRight(smoothScroll));
289
onView(withId(R.id.pager)).perform(
ViewPagerActions
.scrollLeft(smoothScroll));
294
onView(withId(R.id.pager)).perform(
ViewPagerActions
.scrollLeft(smoothScroll));
300
onView(withId(R.id.pager)).perform(
ViewPagerActions
.scrollLeft(smoothScroll));
309
onView(withId(R.id.pager)).perform(
ViewPagerActions
.scrollToPage(2, smoothScroll))
[
all
...]
ViewPagerWithTabStripTest.java
60
onView(withId(R.id.pager)).perform(
ViewPagerActions
.scrollRight(smoothScroll));
74
onView(withId(R.id.pager)).perform(
ViewPagerActions
.scrollToPage(0, smoothScroll));
77
onView(withId(R.id.titles)).perform(
ViewPagerActions
.clickBetweenTwoTitles("Red", "Green"));
81
onView(withId(R.id.titles)).perform(
ViewPagerActions
.clickBetweenTwoTitles("Red", "Green"));
85
onView(withId(R.id.pager)).perform(
ViewPagerActions
.scrollRight(smoothScroll));
88
onView(withId(R.id.titles)).perform(
ViewPagerActions
.clickBetweenTwoTitles("Green", "Blue"));
ViewPagerWithTitleStripTest.java
56
onView(withId(R.id.pager)).perform(
ViewPagerActions
.scrollRight(smoothScroll));
75
onView(withId(R.id.pager)).perform(
ViewPagerActions
.scrollToPage(0, smoothScroll));
78
onView(withId(R.id.titles)).perform(
ViewPagerActions
.clickBetweenTwoTitles("Red", "Green"));
82
onView(withId(R.id.pager)).perform(
ViewPagerActions
.scrollRight(smoothScroll));
85
onView(withId(R.id.titles)).perform(
ViewPagerActions
.clickBetweenTwoTitles("Green", "Blue"));
89
onView(withId(R.id.titles)).perform(
ViewPagerActions
.clickBetweenTwoTitles("Red", "Green"));
ViewPagerActions.java
37
public class
ViewPagerActions
{
/prebuilts/misc/common/android-support-test/espresso/
espresso_contrib_release_no_deps.jar
Completed in 232 milliseconds