Searched refs:upButtons (Results 1 – 1 of 1) sorted by relevance
172 List<UiObject2> upButtons = in scroll() local185 if (scrollableObjects == null || upButtons == null || scrollableObjects.size() == 0) { in scroll()188 if (upButtons.size() == 1 || (scrollableObjects.size() - 1) < index) { in scroll()192 if (upButtons != null) { in scroll()193 UiObject2 upButton = upButtons.get(index); in scroll()