Home
last modified time | relevance | path

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

/platform_testing/libraries/systemui-helper/src/android/platform/helpers/features/common/
DHomeLockscreenPage.java52 public static final BySelector SWIPEABLE_AREA = field in HomeLockscreenPage
104 UiObject2 swipeableArea = getUiDevice().wait(Until.findObject(SWIPEABLE_AREA), in swipeUp()