Home
last modified time | relevance | path

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

12

/platform_testing/libraries/google-docs-app-helper/src/android/platform/test/helpers/
DGoogleDocsHelperImpl.java138 recentDocsList.scroll(Direction.DOWN, 0.5f); in openDoc()
152 docsEditorPage.scroll(Direction.DOWN, 1.0f); in scrollDownDocument()
/platform_testing/libraries/reddit-app-helper/src/android/platform/test/helpers/
DRedditHelperImpl.java125 Direction.UP.equals(direction) || Direction.DOWN.equals(direction)); in scrollFrontPage()
136 Direction.UP.equals(direction) || Direction.DOWN.equals(direction)); in scrollCommentPage()
/platform_testing/libraries/gmail-app-helper/src/android/platform/test/helpers/
DGmailHelperImpl.java286 while(convScroll.scroll(Direction.DOWN, 1.0f)); in sendReplyEmail()
314 convScroll.scroll(Direction.DOWN, 1.0f); in setEmailToAddress()
336 convScroll.scroll(Direction.DOWN, 1.0f); in setEmailSubject()
357 convScroll.scroll(Direction.DOWN, 1.0f); in setEmailBody()
479 if (!(Direction.UP.equals(direction) || Direction.DOWN.equals(direction))) { in scrollMailbox()
496 if (!(Direction.UP.equals(direction) || Direction.DOWN.equals(direction))) { in scrollEmail()
524 scrollNavigationDrawer(Direction.DOWN); in openMailbox()
/platform_testing/libraries/base-app-helpers/src/android/platform/test/helpers/
DDPadHelper.java72 case DOWN: in pressDPad()
DAbstractLeanbackAppHelper.java185 focused = select(container, section, Direction.DOWN); in selectSection()
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DBaseLauncher3Strategy.java108 return Direction.DOWN; in getAllAppsScrollDirection()
139 return Direction.DOWN; in getAllWidgetsScrollDirection()
DCommonLauncherHelper.java98 if (Direction.DOWN.equals(dir) || Direction.UP.equals(dir)) { in ensureIconVisible()
/platform_testing/tests/functional/settingstests/src/com/android/settings/functional/
DSoundSettingsTest.java189 Settings.System.RINGTONE, ScrollDir.DOWN); in testPhoneRingtoneUmbriel()
214 Settings.System.NOTIFICATION_SOUND, ScrollDir.DOWN); in testNotificationRingtoneTitan()
230 Settings.System.ALARM_ALERT, ScrollDir.DOWN); in testAlarmRingtoneXenon()
259 DOWN, enumConstant
DMainSettingsLargeTests.java107 view.scroll(Direction.DOWN, 1.0f); in launchSettingItems()
DAboutPhoneSettingsTests.java194 canScrollDown = view.scroll(Direction.DOWN, 1.0f); in searchForItemsAndTakeAction()
/platform_testing/libraries/photos-app-helper/src/android/platform/test/helpers/
DPhotosHelperImpl.java357 if (!scrollView(Direction.DOWN)) { in searchForDeviceFolder()
381 if (!scrollView(Direction.DOWN)) { in searchForVideoClip()
400 if (!scrollView(Direction.DOWN)) { in searchForPicture()
466 scrollContainer.scroll(Direction.DOWN, 1.0f); in isOnDeviceFolderScreen()
/platform_testing/tests/jank/uibench_wear/src/com/android/wearable/uibench/janktests/
DUiBenchJankTests.java150 trivialListViewContents.fling(Direction.DOWN, mHelper.CW_FLING_RATE); in testTrivialListViewFling()
183 trivialRecyclerViewContents.fling(Direction.DOWN, mHelper.CW_FLING_RATE); in testTrivialRecyclerListViewFling()
218 inflatingListViewContents.fling(Direction.DOWN, mHelper.CW_FLING_RATE); in testInflatingListViewFling()
DUiBenchTextJankTests.java125 layoutCacheHighHitrateContents.fling(Direction.DOWN, 5000); in testLayoutCacheHighHitrateFling()
158 layoutCacheLowHitrateContents.fling(Direction.DOWN, 5000); in testLayoutCacheLowHitrateFling()
DUiBenchRenderingJankTests.java100 shadowGridContents.fling(Direction.DOWN, 5000); in testShadowGridListFling()
/platform_testing/tests/jank/jankmicrobenchmark/src/com/android/jankmicrobenchmark/janktests/
DApiDemoJankTests.java101 .scroll(Direction.DOWN, 1.0f); in selectAnimation()
281 .scroll(Direction.DOWN, 1.0f); in selectViews()
295 .scroll(Direction.DOWN, 1.0f); in selectViews()
321 mListView.fling(Direction.DOWN); in testListViewJank()
/platform_testing/tests/jank/sysapp_wear/src/com/android/wearable/sysapp/janktests/
DSettingsFlingJankTest.java76 recyclerViewContents.fling(Direction.DOWN, SysAppTestHelper.FLING_SPEED); in testSettingsApp()
DAppLauncherFlingJankTest.java82 recyclerViewContents.fling(Direction.DOWN, SysAppTestHelper.FLING_SPEED); in testFlingApps()
/platform_testing/libraries/google-messenger-app-helper/src/android/platform/test/helpers/
DGoogleMessengerHelperImpl.java168 mediaGalleryGridView.scroll(Direction.DOWN, 5.0f); in goToFullscreenChooseMediaPage()
180 if (!(Direction.UP.equals(direction) || Direction.DOWN.equals(direction))) { in scrollMessages()
/platform_testing/tests/jank/uibench/src/com/android/uibench/janktests/
DUiBenchJankTestsHelper.java88 content.fling(Direction.DOWN); in flingUpDown()
/platform_testing/libraries/flightdemo-app-helper/src/android/platform/test/helpers/
DFlightDemoHelperImpl.java110 if (!container.scroll(Direction.DOWN, 1.0f) && in selectMenuItem()
/platform_testing/tests/jank/webview/src/com/android/webview/chromium/tests/jank/
DWebViewFlingTest.java100 mDevice.findObject(By.res(RES_PACKAGE, "container")).fling(Direction.DOWN); in testBrowserPageFling()
/platform_testing/libraries/youtube-app-helper/src/android/platform/test/helpers/
DYouTubeHelperImpl.java135 scrollHomePage(Direction.DOWN); in playHomePageVideo()
162 scrollSearchResultsPage(Direction.DOWN); in playSearchResultPageVideo()
434 selectDialog.scroll(Direction.DOWN, 1.0f); in setVideoQuality()
/platform_testing/tests/jank/sysapp/src/com/android/sysapp/janktests/
DGMailJankTests.java118 list.scroll(Direction.DOWN, 1.0f); in testGMailInboxFling()
190 container.fling(Direction.DOWN); in testFlingNavDrawer()
/platform_testing/libraries/play-store-app-helper/src/android/platform/test/helpers/
DPlayStoreHelperImpl.java132 container.scroll(Direction.DOWN, 1.0f); in expandSection()
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DSettingsJankTests.java112 list.fling(Direction.DOWN); in testSettingsFling()

12