Home
last modified time | relevance | path

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

/test/uiautomator/integration-tests/testapp/src/androidTest/java/androidx/test/uiautomator/testapp/
DUiObjectTest.java193 assertFalse(verySmallRegion.swipeLeft(10)); in testSwipeLeft()
195 assertTrue(swipeRegion.swipeLeft(10)); in testSwipeLeft()
/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DUiObject.java301 public boolean swipeLeft(int steps) throws UiObjectNotFoundException { in swipeLeft() method in UiObject
/test/uiautomator/uiautomator/api/
D2.2.0.txt247 method public boolean swipeLeft(int) throws androidx.test.uiautomator.UiObjectNotFoundException;
Drestricted_2.2.0.txt247 method public boolean swipeLeft(int) throws androidx.test.uiautomator.UiObjectNotFoundException;
Drestricted_2.3.0-beta01.txt287 method public boolean swipeLeft(int) throws androidx.test.uiautomator.UiObjectNotFoundException;
D2.3.0-beta01.txt287 method public boolean swipeLeft(int) throws androidx.test.uiautomator.UiObjectNotFoundException;
Dcurrent.txt421 method public boolean swipeLeft(int) throws androidx.test.uiautomator.UiObjectNotFoundException;
Drestricted_current.txt421 method public boolean swipeLeft(int) throws androidx.test.uiautomator.UiObjectNotFoundException;