Home
last modified time | relevance | path

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

/platform_testing/libraries/systemui-helper/src/android/platform/helpers/features/common/
DHomeLockscreenPage.java104 UiObject2 swipeableArea = getUiDevice().wait(Until.findObject(SWIPEABLE_AREA), in swipeUp() local
106 assertWithMessage("Swipeable area not found").that(swipeableArea).isNotNull(); in swipeUp()
109 swipeableArea.setGestureMargins( in swipeUp()
110 /* left= */ 0, /* top= */ 0, swipeableArea.getVisibleCenter().x, /* bottom= */ 1); in swipeUp()
111 swipeableArea.swipe(Direction.UP, /* percent= */ 0.7f, /* speed= */ 1000); in swipeUp()