Searched refs:h (Results 1 – 3 of 3) sorted by relevance
/platform_testing/tests/functional/appsmoke/src/android/test/appsmoke/ |
D | AppSmokeTest.java | 252 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/ |
D | SettingsHelper.java | 53 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/ |
D | SettingsHelperImpl.java | 112 int h = mDevice.getDisplayHeight(); in scrollVert() local 113 mDevice.swipe(w / 2, h / 2, w / 2, isUp ? h : 0, 2); in scrollVert()
|