Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DSidebarBot.java21 import static androidx.test.espresso.action.ViewActions.swipeRight;
101 onView(withId(R.id.drawer_layout)).perform(swipeRight()); in closeDrawer()
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/
DCarLatinIME.java377 public void swipeRight() {
427 public void swipeRight() {
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java125 void swipeRight(); in swipeRight() method
478 swipeRight(); in initGestureDetector()
1404 protected void swipeRight() { in swipeRight() method in KeyboardView
1405 mKeyboardActionListener.swipeRight(); in swipeRight()