Searched refs:scroller (Results 1 – 8 of 8) sorted by relevance
789 Scroller scroller; in startScroll() local792 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 …]
202 UiObject scroller = getNotificationTrayScroller(); in testEuNotification_gaUxFlagEnabled() local203 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() local317 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() local391 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 …]
231 UiObject2 scroller = device.findObject(By.res(SYSTEM_UI_RESOURCE_ID)); in verifyNotification() local235 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()
111 UiObject2 scroller = in verifyNotification() local116 scroller.findObject(By.textContains(getString(context, notificationTitle))); in verifyNotification()328 UiObject2 scroller = in verifyNotificationV2() local333 scroller.findObject(By.textContains(getString(context, notificationTitle))); in verifyNotificationV2()
117 IntConsumer scroller) { in create() argument122 scroller.accept(dy); in create()
262 Field scroller = ViewPager.class.getDeclaredField("mScroller"); in setupPagerScroller() local263 scroller.setAccessible(true); in setupPagerScroller()266 scroller.set(mViewPager, previewPagerScroller); in setupPagerScroller()
720 RecyclerViewFastScroller scroller = recyclerView.getScrollbar(); in shouldScroll() local722 if (scroller.getThumbOffsetY() >= 0 && getPopupContainer().isEventOverView(scroller, ev)) { in shouldScroll()
354 description: "Change fast scroller to a lettered list"