Searched refs:scrollable (Results 1 – 16 of 16) sorted by relevance
201 UiScrollable scrollable = new UiScrollable(new UiSelector()).setMaxSearchSwipes(5); in testSetMaxSearchSwipesAndGetMaxSearchSwipes() local202 assertEquals(5, scrollable.getMaxSearchSwipes()); in testSetMaxSearchSwipesAndGetMaxSearchSwipes()390 UiScrollable scrollable = in testSetSwipeDeadZonePercentageAndGetSwipeDeadZonePercentage() local392 assertEquals(0.2, scrollable.getSwipeDeadZonePercentage(), 0.01); in testSetSwipeDeadZonePercentageAndGetSwipeDeadZonePercentage()
45 UiObject2 column = mDevice.findObject(By.scrollable(true)); in testEndToEnd()
258 new UiSelector().resourceId(TEST_APP + ":id/scroll_view").scrollable( in testScrollable()261 new UiSelector().resourceId(TEST_APP + ":id/top_text").scrollable(false)).exists()); in testScrollable()263 assertEquals("UiSelector[SCROLLABLE=true]", new UiSelector().scrollable(true).toString()); in testScrollable()
328 assertTrue(mDevice.hasObject(By.res(TEST_APP, "scrollable").scrollable(true))); in testScrollable()329 assertFalse(mDevice.hasObject(By.res(TEST_APP, "not_scrollable").scrollable(true))); in testScrollable()332 assertTrue(mDevice.hasObject(By.res(TEST_APP, "not_scrollable").scrollable(false))); in testScrollable()333 assertFalse(mDevice.hasObject(By.res(TEST_APP, "scrollable").scrollable(false))); in testScrollable()
162 assertTrue(target.wait(Until.scrollable(true), TIMEOUT_MS)); in testScrollable()
339 public static @NonNull BySelector scrollable(boolean isScrollable) { in scrollable() method in By340 return new BySelector().scrollable(isScrollable); in scrollable()
255 public static @NonNull UiObject2Condition<Boolean> scrollable(final boolean isScrollable) {
581 public @NonNull BySelector scrollable(boolean isScrollable) { in scrollable() method in BySelector
410 public @NonNull UiSelector scrollable(boolean val) { in scrollable() method in UiSelector
155 By.scrollable(true).scrollable(false); in testScrollable_alreadyDefined()
31 method public static androidx.test.uiautomator.BySelector! scrollable(boolean);69 method public androidx.test.uiautomator.BySelector! scrollable(boolean);372 method public androidx.test.uiautomator.UiSelector! scrollable(boolean);405 …ublic static androidx.test.uiautomator.UiObject2Condition<java.lang.Boolean!>! scrollable(boolean);
40 method public static androidx.test.uiautomator.BySelector scrollable(boolean);87 method public androidx.test.uiautomator.BySelector scrollable(boolean);423 method public androidx.test.uiautomator.UiSelector scrollable(boolean);455 …public static androidx.test.uiautomator.UiObject2Condition<java.lang.Boolean!> scrollable(boolean);
92 method public static androidx.test.uiautomator.BySelector scrollable(boolean);139 method public androidx.test.uiautomator.BySelector scrollable(boolean);577 method public androidx.test.uiautomator.UiSelector scrollable(boolean);609 …public static androidx.test.uiautomator.UiObject2Condition<java.lang.Boolean!> scrollable(boolean);