Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DSidebarBot.java20 import static androidx.test.espresso.action.ViewActions.swipeLeft;
103 onView(withId(R.id.drawer_layout)).perform(swipeLeft()); in closeDrawer()
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/
DCarLatinIME.java373 public void swipeLeft() {
423 public void swipeLeft() {
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java120 void swipeLeft(); in swipeLeft() method
485 swipeLeft(); in initGestureDetector()
1408 protected void swipeLeft() { in swipeLeft() method in KeyboardView
1409 mKeyboardActionListener.swipeLeft(); in swipeLeft()