Home
last modified time | relevance | path

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

/platform_testing/libraries/systemui-tapl/src/android/platform/systemui_tapl/ui/
DLockScreen.kt134 val swipeableArea = waitForObj(SWIPEABLE_AREA) { "Swipeable area not found" } in swipeUp() constant
144 val swipeableArea = waitForObj(SWIPEABLE_AREA) { "Swipeable area not found" } in swipeLeft() constant
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/features/common/
DHomeLockscreenPage.java102 UiObject2 swipeableArea = getUiDevice().wait(Until.findObject(SWIPEABLE_AREA), in swipeUp() local