Searched refs:scrollableObjects (Results 1 – 1 of 1) sorted by relevance
184 List<UiObject2> scrollableObjects = findUiObjects(By.scrollable(true)); in scroll() local185 if (scrollableObjects == null || upButtons == null || scrollableObjects.size() == 0) { in scroll()188 if (upButtons.size() == 1 || (scrollableObjects.size() - 1) < index) { in scroll()201 UiObject2 scrollable = scrollableObjects.get(index); in scroll()