Home
last modified time | relevance | path

Searched refs:scroller (Results 1 – 8 of 8) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DScrollController.java789 Scroller scroller; in startScroll() local
792 scroller = mFlingScroller; in startScroll()
795 scroller = mScrollScroller; in startScroll()
799 if (!scroller.isFinished()) { in startScroll()
802 dx = basex + dx - scroller.getCurrX(); in startScroll()
803 dy = basey + dy - scroller.getCurrY(); in startScroll()
804 basex = scroller.getCurrX(); in startScroll()
805 basey = scroller.getCurrY(); in startScroll()
823 scroller.startScroll(basex, basey, dx, dy, duration); in startScroll()
827 Scroller scroller; in getCurrentAnimationDuration() local
[all …]
/packages/modules/AdServices/adservices/apk/tests/notification/src/com/android/adservices/ui/notifications/
DConsentNotificationTriggerTest.java202 UiObject scroller = getNotificationTrayScroller(); in testEuNotification_gaUxFlagEnabled() local
203 assertWithMessage("Notification tray scroller").that(scroller.exists()).isTrue(); in testEuNotification_gaUxFlagEnabled()
207 UiObject notificationCard = scroller.getChild(new UiSelector().text(notificationCardText)); in testEuNotification_gaUxFlagEnabled()
305 UiObject scroller = getNotificationTrayScroller(); in testEuNotifications_gaUxEnabled_nonDismissable() local
317 if (scroller.exists()) { in testEuNotifications_gaUxEnabled_nonDismissable()
318 notificationCard = scroller.getChild(notificationCardSelector); in testEuNotifications_gaUxEnabled_nonDismissable()
379 UiObject scroller = getNotificationTrayScroller(); in testEuNotifications_gaUxEnabled_nonDismissable_dismissedOnConfirmationPage() local
391 if (scroller.exists()) { in testEuNotifications_gaUxEnabled_nonDismissable_dismissedOnConfirmationPage()
392 notificationCard = scroller.getChild(notificationCardSelector); in testEuNotifications_gaUxEnabled_nonDismissable_dismissedOnConfirmationPage()
466 UiObject scroller = getNotificationTrayScroller(); in testNotificationV2ActivityIntent() local
[all …]
/packages/modules/AdServices/adservices/tests/cts/ui/libs/src/com/android/adservices/tests/ui/libs/
DUiUtils.java231 UiObject2 scroller = device.findObject(By.res(SYSTEM_UI_RESOURCE_ID)); in verifyNotification() local
235 assertThat(scroller.hasObject(notificationTitleSelector)).isFalse(); in verifyNotification()
238 assertThat(scroller.hasObject(notificationTitleSelector)).isTrue(); in verifyNotification()
240 scroller.findObject(By.text(getString(context, notificationTitle))); in verifyNotification()
/packages/modules/AdServices/adservices/tests/cts/ui/libs/src/com/android/adservices/tests/ui/libs/pages/
DNotificationPages.java111 UiObject2 scroller = in verifyNotification() local
116 scroller.findObject(By.textContains(getString(context, notificationTitle))); in verifyNotification()
328 UiObject2 scroller = in verifyNotificationV2() local
333 scroller.findObject(By.textContains(getString(context, notificationTitle))); in verifyNotificationV2()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DDragHoverListener.java117 IntConsumer scroller) { in create() argument
122 scroller.accept(dy); in create()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DPreviewPager.java262 Field scroller = ViewPager.class.getDeclaredField("mScroller"); in setupPagerScroller() local
263 scroller.setAccessible(true); in setupPagerScroller()
266 scroller.set(mViewPager, previewPagerScroller); in setupPagerScroller()
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsFullSheet.java720 RecyclerViewFastScroller scroller = recyclerView.getScrollbar(); in shouldScroll() local
722 if (scroller.getThumbOffsetY() >= 0 && getPopupContainer().isEventOverView(scroller, ev)) { in shouldScroll()
/packages/apps/Launcher3/aconfig/
Dlauncher.aconfig354 description: "Change fast scroller to a lettered list"