Home
last modified time | relevance | path

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

/platform_testing/tests/jank/uibench/src/com/android/uibench/janktests/
DUiBenchJankTestsHelper.java120 public void flingUpDown(UiObject2 content, int flingCount, boolean reverse) { in flingUpDown() argument
124 content.fling(reverse ? Direction.UP : Direction.DOWN); in flingUpDown()
126 content.fling(reverse ? Direction.DOWN : Direction.UP); in flingUpDown()
/platform_testing/libraries/tapl-common/src/android/platform/test/scenario/tapl_common/
DTaplUiObject.kt97 val swipeDirection: Direction = Direction.reverse(direction) in scroll()
120 fling(Direction.reverse(scrollDirection), percent, verifyIsScrollable) in scrollWithFling()
/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/
DBetterScroll.kt39 Until.scrollFinished(Direction.reverse(direction)), in scroll()
DBetterFling.kt63 Until.scrollFinished(Direction.reverse(direction)), in fling()
/platform_testing/tests/microbenchmarks/uibench/src/com/android/uibench/microbenchmark/
DUiBenchJankHelper.java146 void flingUpDown(int flingCount, boolean reverse) { in flingUpDown() argument
150 mContents.fling(reverse ? Direction.UP : Direction.DOWN); in flingUpDown()
152 mContents.fling(reverse ? Direction.DOWN : Direction.UP); in flingUpDown()
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DDynamicRuleChain.java76 Collections.reverse(ruleNames); in apply()
DTestMetricRule.java146 mFinishingListeners = mFifoOrder ? mMetricListeners : Lists.reverse(mMetricListeners); in TestMetricRule()
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DWearLauncherStrategy.java89 allAppsContainer, Direction.reverse(getAllAppsScrollDirection())); in openAllApps()
DNexusLauncherStrategy.java184 allWidgetsContainer, Direction.reverse(getAllWidgetsScrollDirection())); in openAllWidgets()
DAospLauncherStrategy.java93 Direction.reverse(getAllAppsScrollDirection())); in openAllApps()
DCommonLauncherHelper.java171 scrollBackToBeginning(container, Direction.reverse(dir)); in launchApp()
DBaseLauncher3Strategy.java207 allWidgetsContainer, Direction.reverse(getAllWidgetsScrollDirection())); in openAllWidgets()
DTvLauncherStrategy.java662 direction = Direction.reverse(direction);
878 object = select(selector, Direction.reverse(direction), UI_TRANSITION_WAIT_TIME_MS);
886 object = select(condition, Direction.reverse(direction), UI_WAIT_TIME_MS);
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper2/
DWearLauncherStrategy.java86 allAppsContainer, Direction.reverse(getAllAppsScrollDirection())); in openAllApps()
DNexusLauncherStrategy.java172 allWidgetsContainer, Direction.reverse(getAllWidgetsScrollDirection())); in openAllWidgets()
DCommonLauncherHelper.java180 scrollBackToBeginning(container, Direction.reverse(dir)); in launchApp()
DBaseLauncher3Strategy.java197 allWidgetsContainer, Direction.reverse(getAllWidgetsScrollDirection())); in openAllWidgets()
DAospLauncherStrategy.java91 allAppsContainer, Direction.reverse(getAllAppsScrollDirection())); in openAllApps()
DTvLauncherStrategy.java630 direction = Direction.reverse(direction);
857 object = select(selector, Direction.reverse(direction), UI_TRANSITION_WAIT_TIME_MS);
865 object = select(condition, Direction.reverse(direction), UI_WAIT_TIME_MS);
/platform_testing/tests/jank/androidtvjanktests/src/com/android/androidtv/janktests/
DSystemUiJankTests.java193 object = select(selector, Direction.reverse(direction), SHORT_TIMEOUT); in selectBidirect()
/platform_testing/tests/bettertogether/quickstart/performance_test/
Dnc_base_test.py242 filtered.sort(reverse=True)
/platform_testing/libraries/app-helpers/interfaces/tv/src/android/platform/helpers/
DAbstractLeanbackAppHelper.java265 object = select(condition, container, Direction.reverse(direction));
/platform_testing/tests/bettertogether/betocq/
Dd2d_performance_test_base.py707 filtered.sort(reverse=True)