Home
last modified time | relevance | path

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

/platform_testing/tests/functional/appsmoke/src/android/test/appsmoke/
DAppSmokeTest.java252 int h = sDevice.getDisplayHeight(); in pokeApp() local
253 int dY = h / 4; in pokeApp()
254 boolean ret = sDevice.swipe(w / 2, h / 2 + dY, w / 2, h / 2 - dY, 40); in pokeApp()
/platform_testing/tests/functional/settingstests/src/com/android/settings/functional/
DSettingsHelper.java53 int h = mDevice.getDisplayHeight(); in scrollVert() local
54 mDevice.swipe(w / 2, h / 2, w / 2, isUp ? h : 0, 2); in scrollVert()
/platform_testing/libraries/settings-app-helper/src/android/platform/test/helpers/
DSettingsHelperImpl.java112 int h = mDevice.getDisplayHeight(); in scrollVert() local
113 mDevice.swipe(w / 2, h / 2, w / 2, isUp ? h : 0, 2); in scrollVert()