Home
last modified time | relevance | path

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

/platform_testing/libraries/system-helpers/settings-helper/src/android/system/helpers/
DSettingsHelper.java154 public void scrollThroughSettings(int numberOfFlings) throws Exception { in scrollThroughSettings() argument
157 while (count <= numberOfFlings && settingsList.fling(Direction.DOWN)) { in scrollThroughSettings()