Home
last modified time | relevance | path

Searched refs:upButtons (Results 1 – 1 of 1) sorted by relevance

/platform_testing/libraries/automotive-helpers/standard-app-helper/src/android/platform/helpers/
DAbstractAutoStandardAppHelper.java172 List<UiObject2> upButtons = in scroll() local
185 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()