Home
last modified time | relevance | path

Searched refs:DOWN (Results 1 – 25 of 33) sorted by relevance

12

/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/
DSwipeUtils.kt6 import androidx.test.uiautomator.Direction.DOWN
40 DOWN -> { in calculateStartEndPoint()
DUiObjectUtils.kt138 direction: Direction = Direction.DOWN, in scrollUntilFound()
154 Direction.DOWN -> { in getPointsToScroll()
/platform_testing/tests/jank/uibench/src/com/android/uibench/janktests/
DUiBenchJankTestsHelper.java124 content.fling(reverse ? Direction.UP : Direction.DOWN); in flingUpDown()
126 content.fling(reverse ? Direction.DOWN : Direction.UP); in flingUpDown()
150 mRecyclerView.fling(Direction.DOWN, (int) (SLOW_FLING_SPEED * mDisplayMetrics.density)); in slowSingleFlingDown()
/platform_testing/tests/jank/uibench_wear/src/com/android/wearable/uibench/janktests/
DUiBenchJankTests.java149 trivialListViewContents.fling(Direction.DOWN, mHelper.CW_FLING_RATE); in testTrivialListViewFling()
182 trivialRecyclerViewContents.fling(Direction.DOWN, mHelper.CW_FLING_RATE); in testTrivialRecyclerListViewFling()
217 inflatingListViewContents.fling(Direction.DOWN, mHelper.CW_FLING_RATE); in testInflatingListViewFling()
DUiBenchTextJankTests.java105 layoutCacheHighHitrateContents.fling(Direction.DOWN, 5000); in testLayoutCacheHighHitrateFling()
138 layoutCacheLowHitrateContents.fling(Direction.DOWN, 5000); in testLayoutCacheLowHitrateFling()
DUiBenchRenderingJankTests.java99 shadowGridContents.fling(Direction.DOWN, 5000); in testShadowGridListFling()
/platform_testing/tests/apphealth/scenarios/src/android/platform/test/scenario/facebook/
DOpenApp.java60 sHelper.get().scrollNewsfeed(Direction.DOWN, sScrollCount.get()); in testLoginWithUi()
/platform_testing/tests/jank/jankmicrobenchmark/src/com/android/jankmicrobenchmark/janktests/
DApiDemoJankTests.java103 .scroll(Direction.DOWN, 1.0f); in selectAnimation()
283 .scroll(Direction.DOWN, 1.0f); in selectViews()
297 .scroll(Direction.DOWN, 1.0f); in selectViews()
323 mListView.fling(Direction.DOWN); in testListViewJank()
/platform_testing/tests/microbenchmarks/uibench/src/com/android/uibench/microbenchmark/
DUiBenchJankHelper.java150 mContents.fling(reverse ? Direction.UP : Direction.DOWN); in flingUpDown()
152 mContents.fling(reverse ? Direction.DOWN : Direction.UP); in flingUpDown()
177 mContents.fling(Direction.DOWN, (int) (SLOW_FLING_SPEED * displayMetrics.density)); in slowSingleFlingDown()
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper2/
DBaseLauncher3Strategy.java177 return Direction.DOWN; in getAllAppsScrollDirection()
205 return Direction.DOWN; in getAllWidgetsScrollDirection()
DTvLauncherStrategy.java272 return Direction.DOWN; in getAllAppsScrollDirection()
443 selectBidirect(getAppsRowSelector().hasDescendant(By.focused(true)), Direction.DOWN); in selectAppsRow()
474 Direction.DOWN); in selectChannelRow()
536 Direction.DOWN,
629 while (app == null && move(Direction.DOWN)) {
886 case DOWN:
DWearLauncherStrategy.java138 return Direction.DOWN; in getAllAppsScrollDirection()
DLeanbackLauncherStrategy.java278 UiObject2 settings = findRow(getSettingsRowSelector(), Direction.DOWN); in selectSettingsRow()
654 if (direction != Direction.DOWN && direction != Direction.UP) { in findRow()
678 if ((rowObject = findRow(row, Direction.DOWN)) != null) { in findRow()
/platform_testing/tests/jank/webview/src/com/android/webview/chromium/tests/jank/
DWebViewFlingTest.java98 mDevice.findObject(By.res(RES_PACKAGE, "container")).fling(Direction.DOWN); in testBrowserPageFling()
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DBaseLauncher3Strategy.java186 return Direction.DOWN; in getAllAppsScrollDirection()
217 return Direction.DOWN; in getAllWidgetsScrollDirection()
DTvLauncherStrategy.java296 return Direction.DOWN; in getAllAppsScrollDirection()
473 Direction.DOWN); in selectAppsRow()
503 }, Direction.DOWN); in selectChannelRow()
563 Direction.DOWN, UI_TRANSITION_WAIT_TIME_MS);
661 while (app == null && move(Direction.DOWN)) {
907 case DOWN:
DWearLauncherStrategy.java141 return Direction.DOWN; in getAllAppsScrollDirection()
DLeanbackLauncherStrategy.java317 UiObject2 settings = findRow(getSettingsRowSelector(), Direction.DOWN); in selectSettingsRow()
679 if (direction != Direction.DOWN && direction != Direction.UP) { in findRow()
703 if ((rowObject = findRow(row, Direction.DOWN)) != null) { in findRow()
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/utility/
DScrollable.java111 scroll(Direction.DOWN, percent, durationMs); in scrollDown()
/platform_testing/libraries/app-helpers/interfaces/tv/src/android/platform/helpers/
DAbstractLeanbackAppHelper.java319 UiObject2 focused = select(container, selector, Direction.DOWN);
356 }, null, Direction.DOWN);
494 header = selectHeader(headerName, Direction.DOWN);
/platform_testing/utils/dpad/src/android/platform/test/utils/
DDPadUtil2.java81 case DOWN: in pressDPad()
DDPadUtil.java82 case DOWN: in pressDPad()
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
DCommonUtils.java177 case DOWN: in swipe()
391 DOWN enumConstant
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DSettingsJankTests.java117 list.fling(Direction.DOWN); in testSettingsFling()
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/media/
DMediaInstrumentation.java140 qsScrollView.scroll(Direction.DOWN, 1.0f, 100); in scrollToMediaNotification()
166 Direction.DOWN, (float)distance / scrollable.getVisibleBounds().height(), 100); in ensureUMOFullyVisible()

12