Searched refs:scrollableView (Results 1 – 2 of 2) sorted by relevance
208 UiObject2 scrollableView = appArea.findObject(By.scrollable(true)); in scrollToTextForSecondaryDisplay() local209 if (scrollableView == null) { in scrollToTextForSecondaryDisplay()213 scrollableView.setGestureMarginPercentage(0.25f); in scrollToTextForSecondaryDisplay()215 scrollableView.scroll(Direction.UP, 1.0f); in scrollToTextForSecondaryDisplay()216 scrollableView.scrollUntil(Direction.DOWN, Until.findObject(By.text(text))); in scrollToTextForSecondaryDisplay()
254 UiObject2 scrollableView = scrollableViews.get(i); in waitFindObjectOrNullOnDisplay() local256 scrollableView.setGestureMarginPercentage((float) getSwipeDeadZonePct()); in waitFindObjectOrNullOnDisplay()258 scrollableView.scroll(Direction.UP, 1.0f); in waitFindObjectOrNullOnDisplay()259 scrollableView.scrollUntil(Direction.DOWN, Until.findObject(selector)); in waitFindObjectOrNullOnDisplay()