Home
last modified time | relevance | path

Searched refs:scrollSuggestionView (Results 1 – 3 of 3) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DInlineUiBot.java124 public void scrollSuggestionView(Direction direction, int speed) throws Exception { in scrollSuggestionView() method in InlineUiBot
DUiBot.java410 public void scrollSuggestionView(Direction direction, int speed) throws Exception { in scrollSuggestionView() method in UiBot
/cts/tests/autofillservice/src/android/autofillservice/cts/inline/
DInlineLoginActivityTest.java400 mUiBot.scrollSuggestionView(Direction.RIGHT, /* speed */ 5000); in testScrollSuggestionView()