Home
last modified time | relevance | path

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

/platform_testing/tests/jank/sysapp_wear/src/com/android/wearable/sysapp/janktests/
DSysAppTestHelper.java77 mDevice.swipe(50, in swipeRight()
84 mDevice.swipe(mDevice.getDisplayWidth() - 50, mDevice.getDisplayHeight() / 2, 50, in swipeLeft()
90 mDevice.swipe(mDevice.getDisplayWidth() / 2, mDevice.getDisplayHeight() / 2 + 50, in swipeUp()
96 mDevice.swipe(mDevice.getDisplayWidth() / 2, 0, mDevice.getDisplayWidth() / 2, in swipeDown()
103 mDevice.swipe(mDevice.getDisplayWidth() - 50, mDevice.getDisplayHeight() / 2, in flingLeft()
109 mDevice.swipe(50, mDevice.getDisplayHeight() / 2, in flingRight()
115 mDevice.swipe(mDevice.getDisplayWidth() / 2, mDevice.getDisplayHeight() / 2 + 50, in flingUp()
121 mDevice.swipe(mDevice.getDisplayWidth() / 2, 0, mDevice.getDisplayWidth() / 2, in flingDown()
DWatchFaceHelper.java182 watchFaces.get(0).swipe(Direction.DOWN, 1.0f); in removeWatchFaceFromFavorites()
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DQuickSettingsHelper.java135 mDevice.swipe(mDevice.getDisplayWidth() / 2, mDevice.getDisplayHeight(), in swipeUp()
141 mDevice.swipe(mDevice.getDisplayWidth() / 2, 0, mDevice.getDisplayWidth() / 2, in swipeDown()
147 mDevice.swipe(mDevice.getDisplayWidth() / 2, mDevice.getDisplayHeight() / 2, 0, in swipeLeft()
DLockscreenHelper.java279 mDevice.swipe(mDevice.getDisplayWidth() / 2, in unlockScreenSwipeUp()
358 mDevice.swipe(xCoordinate, y1Coordinate, xCoordinate, y2Coordinate, 2); in enterInvalidPattern()
377 mDevice.swipe(coordinateArray, 50); in unlockDeviceWithPattern()
396 mDevice.swipe(coordinateArray, 50); in enterPatternLockOnceForSettingLock()
DOverviewHelper.java152 mDevice.swipe(r.width() / 2, top, r.width() / 2, bottom, 5); in scrollToTopOfRecents()
/platform_testing/tests/functional/calculator/src/com/android/calculator/functional/
DCalculatorHelper.java110 resultText.swipe(Direction.LEFT, 1.0f, 5000); in scrollResults()
113 resultText.swipe(Direction.RIGHT, 1.0f, 5000); in scrollResults()
131 padAdvanced.swipe(Direction.RIGHT, 1.0f); in dismissAdvancedPad()
/platform_testing/tests/jank/uibench_wear/src/com/android/wearable/uibench/janktests/
DUiBenchJankTestsHelper.java131 mDevice.swipe(50, in swipeRight()
139 mDevice.swipe(mDevice.getDisplayWidth() / 2, in swipeDown()
147 mDevice.swipe(mDevice.getDisplayWidth() / 2, in swipeUp()
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DNexusLauncherStrategy.java117 mDevice.swipe( in openAllApps()
128 mDevice.swipe( in openAllApps()
DBaseLauncher3Strategy.java103 mDevice.swipe( in openAllApps()
114 mDevice.swipe( in openAllApps()
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DSystemUiJankTests.java356 mDevice.swipe(mDevice.getDisplayWidth() / 2, in scrollListUp()
363 mDevice.swipe(mDevice.getDisplayWidth() / 2, in scrollListDown()
370 mDevice.swipe(mDevice.getDisplayWidth() / 2, in swipeDown()
377 mDevice.swipe(mDevice.getDisplayWidth() / 2, in swipeUp()
583 mDevice.swipe(mDevice.getDisplayWidth() / 2, in scrollDown()
659 mDevice.swipe(bounds.left, bounds.centerY(), in testChangeBrightness()
799 mDevice.swipe(mDevice.getDisplayWidth() / 2, mDevice.getDisplayHeight() / 2, in testGoToFullShade()
889 mDevice.swipe(mDevice.getDisplayWidth() / 2, mDevice.getDisplayHeight() - SWIPE_MARGIN, in testPinAppearance()
/platform_testing/tests/microbenchmarks/uibench/src/com/android/uibench/microbenchmark/
DUiBenchJankHelper.java135 mContents.swipe(Direction.RIGHT, 1); in swipeRightLeft()
137 mContents.swipe(Direction.LEFT, 1); in swipeRightLeft()
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/helpers/
DAutomationUtils.java103 device.swipe( in openQuickstep()
135 device.swipe( in clearRecents()
/platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/
DLatencyTests.java148 mDevice.swipe(mDevice.getDisplayWidth() / 2, in swipeDown()
155 mDevice.swipe(mDevice.getDisplayWidth() / 2, in swipeUp()
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationBundlingTests.java125 mDevice.swipe(0, y, mDevice.getDisplayWidth(), in dismissObject()
DNotificationInlineReplyTests.java77 mDevice.swipe(obj.getVisibleBounds().centerX(), obj.getVisibleBounds().centerY(), in testInLineNotificationWithLockScreen()
DHeadsUpNotificationTests.java94 obj.swipe(Direction.LEFT, 1.0f); in testHeadsUpNotificationManualDismiss()
DNotificationHelper.java234 mDevice.swipe(mDevice.getDisplayWidth() / 2, mDevice.getDisplayHeight()*3/4, in swipeUp()
240 mDevice.swipe(mDevice.getDisplayWidth() / 2, 0, mDevice.getDisplayWidth() / 2, in swipeDown()
DNotificationInteractionTests.java106 obj.swipe(Direction.LEFT, 1.0f); in testNonDismissNotification()
374 mDevice.swipe(mDevice.getDisplayWidth() / 2, mDevice.getDisplayHeight() / 2, in findByText()
/platform_testing/tests/jank/uibench/src/com/android/uibench/janktests/
DUiBenchJankTestsHelper.java140 content.swipe(Direction.LEFT, 1); in swipeRightLeft()
/platform_testing/tests/functional/overviewtests/src/com/android/overview/functional/
DRecentsTests.java128 mDevice.swipe(calcBounds.left, calcBounds.top + calcBounds.height() / 2, in testSwipeItemAwayFromRecents()
DOverviewHelper.java115 mDevice.swipe(r.width() / 2, top, r.width() / 2, bottom, 5); in scrollToTopOfRecents()
/platform_testing/libraries/aoa-helper/src/com/android/helper/aoa/
DAoaDevice.java220 public void swipe(@Nonnull Point from, @Nonnull Point to, @Nonnull Duration duration) { in swipe() method in AoaDevice
/platform_testing/libraries/aoa-helper/tests/src/com/android/helper/aoa/
DAoaDeviceTest.java233 mDevice.swipe(new Point(20, 0), new Point(70, 100), Duration.ofMillis(50)); in testSwipe()
/platform_testing/libraries/system-helpers/settings-helper/src/android/system/helpers/
DSettingsHelper.java181 mDevice.swipe(w / 2, h / 2, w / 2, isUp ? h : 0, 2); in scrollVert()