Searched refs:scroller (Results 1 – 7 of 7) 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 …]
206 UiObject scroller = in testEuNotification_gaUxFlagEnabled() local211 assertThat(scroller.exists()).isTrue(); in testEuNotification_gaUxFlagEnabled()213 scroller.getChild( in testEuNotification_gaUxFlagEnabled()321 UiObject scroller = in testEuNotifications_gaUxEnabled_nonDismissable() local337 if (scroller.exists()) { in testEuNotifications_gaUxEnabled_nonDismissable()338 notificationCard = scroller.getChild(notificationCardSelector); in testEuNotifications_gaUxEnabled_nonDismissable()406 UiObject scroller = in testEuNotifications_gaUxEnabled_nonDismissable_dismissedOnConfirmationPage() local422 if (scroller.exists()) { in testEuNotifications_gaUxEnabled_nonDismissable_dismissedOnConfirmationPage()423 notificationCard = scroller.getChild(notificationCardSelector); in testEuNotifications_gaUxEnabled_nonDismissable_dismissedOnConfirmationPage()555 UiObject scroller = in testRvcUxNotification() local[all …]
301 UiObject2 scroller = device.findObject(By.res(SYSTEM_UI_RESOURCE_ID)); in verifyNotification() local305 assertThat(scroller.hasObject(notificationTitleSelector)).isFalse(); in verifyNotification()308 assertThat(scroller.hasObject(notificationTitleSelector)).isTrue(); in verifyNotification()310 scroller.findObject(By.text(getString(context, notificationTitle))); in verifyNotification()383 UiObject2 scroller = in verifyNotificationAndSettingsPage() local391 UiObject2 notificationCard = scroller.findObject(By.text(targetStr)); in verifyNotificationAndSettingsPage()
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()
114 UiObject2 scroller = in verifyNotification() local119 scroller.findObject(By.textContains(getString(context, notificationTitle))); in verifyNotification()
663 RecyclerViewFastScroller scroller = recyclerView.getScrollbar(); in shouldScroll() local665 if (scroller.getThumbOffsetY() >= 0 && getPopupContainer().isEventOverView(scroller, ev)) { in shouldScroll()