Home
last modified time | relevance | path

Searched refs:smoothScrollBy (Results 1 – 15 of 15) sorted by relevance

/packages/apps/Car/Launcher/libs/appgrid/lib/tests/src/com/android/car/carlauncher/
DAppGridPageSnapperTest.java128 rv.smoothScrollBy(rv.getWidth() / 2, 0); in testScrollToNextPage()
179 rv.smoothScrollBy(rv.getWidth() / 10, 0); in testSwipeRightAndStayOnCurrentPage()
229 rv.smoothScrollBy(rv.getWidth() / 2, 0); in testScrollToPrevPage()
241 rv.smoothScrollBy(rv.getWidth() / 2, 0); in testScrollToPrevPage()
252 rv.smoothScrollBy(-rv.getWidth() / 2, 0); in testScrollToPrevPage()
301 rv.smoothScrollBy(rv.getWidth() / 2, 0); in testScrollLeftAndStayOnCurrentPage()
312 rv.smoothScrollBy(rv.getWidth() / 10, 0); in testScrollLeftAndStayOnCurrentPage()
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/
DAppGridRecyclerView.java100 smoothScrollBy(dx, 0); in focusSearch()
104 smoothScrollBy(0, dy); in focusSearch()
DAppGridPageSnapper.java136 mRecyclerView.smoothScrollBy(viewStart - start, 0); in handleScrollToPos()
138 mRecyclerView.smoothScrollBy(0, viewStart - start); in handleScrollToPos()
/packages/apps/Dialer/java/com/android/dialer/app/list/
DPhoneFavoriteListView.java61 smoothScrollBy(-DRAG_SCROLL_PX_UNIT, (int) SCROLL_HANDLER_DELAY_MILLIS);
63 smoothScrollBy(DRAG_SCROLL_PX_UNIT, (int) SCROLL_HANDLER_DELAY_MILLIS);
/packages/apps/TV/src/com/android/tv/guide/
DTimelineRow.java54 smoothScrollBy(dx, 0); in scrollTo()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitCarUiProxy/plugin/src/main/java/com/chassis/car/ui/plugin/recyclerview/
DRecyclerViewAdapterProxyV1.java160 public void smoothScrollBy(int i, int i1) { in smoothScrollBy() method in RecyclerViewAdapterProxyV1
161 mRecyclerView.smoothScrollBy(i, i1); in smoothScrollBy()
DRecyclerViewAdapterProxyV2.java159 public void smoothScrollBy(int i, int i1) { in smoothScrollBy() method in RecyclerViewAdapterProxyV2
160 mRecyclerView.smoothScrollBy(i, i1); in smoothScrollBy()
/packages/apps/Car/Launcher/app/tests/src/com/android/car/carlauncher/recents/view/
DRecentsRecyclerViewTest.java389 verify(mRecentsRecyclerView, times(1)).smoothScrollBy(anyInt(), eq(0)); in focusSearch_nextViewNotFound_scrollOnce_nextViewFound_focusRequested()
413 verify(mRecentsRecyclerView, times(1)).smoothScrollBy(anyInt(), eq(0)); in focusSearch_nextViewNotFound_scrollOnce_nextViewNotFound_noMoreScroll()
418 verify(mRecentsRecyclerView, times(1)).smoothScrollBy(anyInt(), eq(0)); in focusSearch_nextViewNotFound_scrollOnce_nextViewNotFound_noMoreScroll()
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/recents/view/
DRecentsRecyclerView.java128 this.smoothScrollBy(direction == View.FOCUS_FORWARD ? mItemWidth : -mItemWidth, 0); in getNextFocusView()
/packages/apps/Contacts/src/com/android/contacts/widget/
DMultiShrinkScroller.java647 smoothScrollBy(getTransparentViewHeight()); in snapToTopOnDragFinished()
654 smoothScrollBy(getTransparentViewHeight()); in snapToTopOnDragFinished()
1290 private void smoothScrollBy(int delta) { in smoothScrollBy() method in MultiShrinkScroller
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetsBottomSheet.java243 scrollView.smoothScrollBy(0, scrollByY); in scrollCellContainerByY()
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsFullSheet.java965 recyclerView.smoothScrollBy(0, scrollByY); in scrollCellContainerByY()
973 recyclerView.smoothScrollBy(0, scrollByY); in scrollCellContainerByY()
DWidgetsTwoPaneSheet.java489 scrollView.smoothScrollBy(0, scrollByY);
/packages/modules/IntentResolver/java/src/com/android/intentresolver/widget/
DResolverDrawerLayout.java445 mNestedListChild.smoothScrollBy((int) -dy, 0); in onTouchEvent()
/packages/apps/TvSettings/
Dtwo-panel-baseline-profile.txt1825 PLandroidx/leanback/widget/BaseGridView;->smoothScrollBy(II)V
1981 PLandroidx/recyclerview/widget/RecyclerView$ViewFlinger;->smoothScrollBy(IIILandroid/view/animation…
2001 PLandroidx/recyclerview/widget/RecyclerView;->smoothScrollBy(IILandroid/view/animation/Interpolator…
2002 PLandroidx/recyclerview/widget/RecyclerView;->smoothScrollBy(IILandroid/view/animation/Interpolator…