/packages/apps/Car/Launcher/libs/appgrid/lib/tests/src/com/android/car/carlauncher/ |
D | AppGridPageSnapperTest.java | 128 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/ |
D | AppGridRecyclerView.java | 100 smoothScrollBy(dx, 0); in focusSearch() 104 smoothScrollBy(0, dy); in focusSearch()
|
D | AppGridPageSnapper.java | 136 mRecyclerView.smoothScrollBy(viewStart - start, 0); in handleScrollToPos() 138 mRecyclerView.smoothScrollBy(0, viewStart - start); in handleScrollToPos()
|
/packages/apps/Dialer/java/com/android/dialer/app/list/ |
D | PhoneFavoriteListView.java | 61 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/ |
D | TimelineRow.java | 54 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/ |
D | RecyclerViewAdapterProxyV1.java | 160 public void smoothScrollBy(int i, int i1) { in smoothScrollBy() method in RecyclerViewAdapterProxyV1 161 mRecyclerView.smoothScrollBy(i, i1); in smoothScrollBy()
|
D | RecyclerViewAdapterProxyV2.java | 159 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/ |
D | RecentsRecyclerViewTest.java | 389 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/ |
D | RecentsRecyclerView.java | 128 this.smoothScrollBy(direction == View.FOCUS_FORWARD ? mItemWidth : -mItemWidth, 0); in getNextFocusView()
|
/packages/apps/Contacts/src/com/android/contacts/widget/ |
D | MultiShrinkScroller.java | 647 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/ |
D | WidgetsBottomSheet.java | 243 scrollView.smoothScrollBy(0, scrollByY); in scrollCellContainerByY()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/ |
D | WidgetsFullSheet.java | 965 recyclerView.smoothScrollBy(0, scrollByY); in scrollCellContainerByY() 973 recyclerView.smoothScrollBy(0, scrollByY); in scrollCellContainerByY()
|
D | WidgetsTwoPaneSheet.java | 489 scrollView.smoothScrollBy(0, scrollByY);
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/widget/ |
D | ResolverDrawerLayout.java | 445 mNestedListChild.smoothScrollBy((int) -dy, 0); in onTouchEvent()
|
/packages/apps/TvSettings/ |
D | two-panel-baseline-profile.txt | 1825 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…
|