Home
last modified time | relevance | path

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

/platform_testing/libraries/system-helpers/settings-helper/src/android/system/helpers/
DSettingsHelper.java190 int h = mDevice.getDisplayHeight(); in scrollVert() local
191 mDevice.swipe(w / 2, h / 2, w / 2, isUp ? h : 0, 2); in scrollVert()
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DLockscreenHelper.java99 int h = mDevice.getDisplayHeight(); in launchCameraOnLockScreen() local
101 mDevice.drag((w - 25), (h - 25), (int) (w * 0.5), (int) (w * 0.5), 40); in launchCameraOnLockScreen()