Home
last modified time | relevance | path

Searched refs:linearSmoothScroller (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DLinearLayoutManager.java402 LinearSmoothScroller linearSmoothScroller = in smoothScrollToPosition() local
410 linearSmoothScroller.setTargetPosition(position); in smoothScrollToPosition()
411 startSmoothScroll(linearSmoothScroller); in smoothScrollToPosition()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewLayoutTest.java847 LinearSmoothScroller linearSmoothScroller = in smoothScrollTest()
866 linearSmoothScroller.setTargetPosition(position); in smoothScrollTest()
867 lss[0] = linearSmoothScroller; in smoothScrollTest()
868 startSmoothScroll(linearSmoothScroller); in smoothScrollTest()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DGridLayoutManager.java2043 LinearSmoothScroller linearSmoothScroller =
2083 linearSmoothScroller.setTargetPosition(position);
2084 startSmoothScroll(linearSmoothScroller);