Home
last modified time | relevance | path

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

/development/samples/UiAutomator/src/com/android/test/uiautomator/demos/
DLaunchSettings.java81 UiScrollable appViews = new UiScrollable(new UiSelector().scrollable(true)); in testDemo() local
83 appViews.setAsHorizontalList(); in testDemo()
86 UiObject settingsApp = appViews.getChildByText( in testDemo()