Searched refs:scrollable (Results 1 – 12 of 12) sorted by relevance
257 RecyclerView recyclerView = activity.findViewById(R.id.scrollable); in testFindRotateTargetDoesNotSkipOffscreenNode()339 RecyclerView recyclerView = activity.findViewById(R.id.scrollable); in testFindRotateTargetReturnScrollableContainer()349 AccessibilityNodeInfo scrollable = createNode("scrollable"); in testFindRotateTargetReturnScrollableContainer() local354 assertThat(target.node).isEqualTo(scrollable); in testFindRotateTargetReturnScrollableContainer()406 RecyclerView recyclerView = activity.findViewById(R.id.scrollable); in testFindRotateTargetSkipScrollableContainer2()477 RecyclerView recyclerView = activity.findViewById(R.id.scrollable); in testFindRotateTargetInScrollableContainer1()542 RecyclerView recyclerView = activity.findViewById(R.id.scrollable); in testFindRotateTargetInScrollableContainer2()841 RecyclerView scrollable = activity.findViewById(R.id.scrollable_container); in test_findNudgeTargetFocusArea_fromScrollableContainer() local842 scrollable.post(() -> { in test_findNudgeTargetFocusArea_fromScrollableContainer()844 scrollable.setAdapter(adapter); in test_findNudgeTargetFocusArea_fromScrollableContainer()[all …]
272 NodeBuilder setScrollable(boolean scrollable) { in setScrollable() argument273 mScrollable = scrollable; in setScrollable()
180 private UiObject selectScrollableItem(UiScrollable scrollable, UiSelector childSelector) in selectScrollableItem() argument182 if (!scrollable.waitForExists(TIMEOUT)) { in selectScrollableItem()183 throw newUiObjectNotFoundException(scrollable.getSelector()); in selectScrollableItem()185 scrollable.scrollIntoView(childSelector); in selectScrollableItem()
133 private UiObject2 scrollTo(UiDevice device, UiObject2 scrollable, in scrollTo() argument135 while (!device.hasObject(target) && scrollable.scroll(direction, 1.0f)) { in scrollTo()141 scrollable.scroll(direction, 1.0f); in scrollTo()
118 By.scrollable(true).clazz(SCROLLVIEW_CLASS);120 By.scrollable(true).clazz(LISTVIEW_CLASS);660 findOrScrollToObject(By.scrollable(true), By.text(ADD_NETWORK_PREFERENCE_TEXT)) in loadAddNetworkMenu()739 UiObject2 scrollable = mDevice.wait(Until.findObject(scrollableSelector), TIMEOUT); in scrollToObject() local740 if (scrollable == null) { in scrollToObject()748 boolean canScrollAgain = scrollable.scroll(Direction.UP, SCROLL_UP_PERCENT, in scrollToObject()757 scrollable.scroll(Direction.DOWN, SCROLL_DOWN_PERCENT, SCROLL_SPEED); in scrollToObject()
51 public void setScrollable(boolean scrollable) { in setScrollable() argument52 this.mScrollable = scrollable; in setScrollable()
86 new UiSelector().packageName(mTargetPackage).scrollable(true)); in launchAccountsSettings()
108 fullWidgetsPicker.wait(Until.scrollable(true), WAIT_TIME_MS)); in getWidget()
92 UiScrollable scrollableMainScreen = new UiScrollable(new UiSelector().scrollable(true)); in testElementsOnMainScreen()
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
1dictionary=main:en,locale=en,description=English,date=1414726273, ...