Home
last modified time | relevance | path

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

/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
DSysuiRestarter.kt54 fun restartSystemUI(swipeUp: Boolean) { in restartSystemUI()
66 if (swipeUp) { in restartSystemUI()
67 HomeLockscreenPage().swipeUp() in restartSystemUI()
DCommonUtils.java145 public static void restartSystemUI(boolean swipeUp) { in restartSystemUI() argument
146 SysuiRestarter.restartSystemUI(swipeUp); in restartSystemUI()
DLockscreenUtils.java212 page.swipeUp(); in dismissLockScreen()
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoMapsHelper.java110 void swipeUp(float percent, long durationMs); in swipeUp() method
/platform_testing/tests/jank/uibench_wear/src/com/android/wearable/uibench/janktests/
DUiBenchJankTestsHelper.java120 swipeUp(); in openTextInList()
146 public void swipeUp() { in swipeUp() method in UiBenchJankTestsHelper
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/features/common/
DHomeLockscreenPage.java103 public void swipeUp() { in swipeUp() method in HomeLockscreenPage
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/ui/
DUiSearch.java160 scroller.swipeUp(MAX_SWIPE_STEPS); in search()
DUiSearch2.java164 scroller.swipeUp(MAX_SWIPE_STEPS); in search()
/platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/
DLatencyTests.java156 swipeUp(); in testExpandNotificationsLatency()
175 private void swipeUp() { in swipeUp() method in LatencyTests
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DSystemUiJankTests.java389 private void swipeUp() { in swipeUp() method in SystemUiJankTests
423 swipeUp(); in testNotificationListPull()
442 swipeUp(); in afterNotificationListScroll()
479 swipeUp(); in testNotificationListPull_manyNotifications()
553 swipeUp(); in testUnlock()
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DQuickSettingsHelper.java244 public void swipeUp() throws Exception { in swipeUp() method in QuickSettingsHelper
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/utils/
DSpectatioUiUtil.java484 public void swipeUp() { in swipeUp() method in SpectatioUiUtil
639 public void swipeUp(UiObject2 uiObject) { in swipeUp() method in SpectatioUiUtil
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsSystemHelperImpl.java287 getSpectatioUiUtil().swipeUp(swipeObject); in getSummeryText()