Searched refs:SWIPE_MARGIN (Results 1 – 2 of 2) sorted by relevance
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/ |
D | SystemUiJankTests.java | 69 private static final int SWIPE_MARGIN = 5; field in SystemUiJankTests 384 SWIPE_MARGIN, mDevice.getDisplayWidth() / 2, in swipeDown() local 385 mDevice.getDisplayHeight() - SWIPE_MARGIN, in swipeDown() 391 mDevice.getDisplayHeight() - SWIPE_MARGIN, in swipeUp() 393 SWIPE_MARGIN, in swipeUp() local 599 SWIPE_MARGIN, in scrollDown() local 817 mDevice.getDisplayWidth() / 2, mDevice.getDisplayHeight() - SWIPE_MARGIN, in testGoToFullShade() 820 mDevice.click(mDevice.getDisplayWidth() / 4, mDevice.getDisplayHeight() - SWIPE_MARGIN); in testGoToFullShade() 906 mDevice.swipe(mDevice.getDisplayWidth() / 2, mDevice.getDisplayHeight() - SWIPE_MARGIN, in testPinAppearance()
|
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/ |
D | LockscreenHelper.java | 53 private static final int SWIPE_MARGIN = 5; field in LockscreenHelper 289 mDevice.getDisplayHeight() - SWIPE_MARGIN, in unlockScreenSwipeUp() 291 SWIPE_MARGIN, in unlockScreenSwipeUp() local
|