Home
last modified time | relevance | path

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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DGridLayoutManager.java2136 LinearSmoothScroller linearSmoothScroller = new GridLinearSmoothScroller() {
2156 linearSmoothScroller.setTargetPosition(position);
2157 startSmoothScroll(linearSmoothScroller);
2167 PendingMoveSmoothScroller linearSmoothScroller = new PendingMoveSmoothScroller(
2170 startSmoothScroll(linearSmoothScroller);
2171 if (linearSmoothScroller.isRunning()) {
2172 mPendingMoveSmoothScroller = linearSmoothScroller;
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DLinearLayoutManager.java425 LinearSmoothScroller linearSmoothScroller = in smoothScrollToPosition() local
433 linearSmoothScroller.setTargetPosition(position); in smoothScrollToPosition()
434 startSmoothScroll(linearSmoothScroller); in smoothScrollToPosition()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewLayoutTest.java1326 LinearSmoothScroller linearSmoothScroller = in smoothScrollTest()
1345 linearSmoothScroller.setTargetPosition(position); in smoothScrollTest()
1346 lss[0] = linearSmoothScroller; in smoothScrollTest()
1347 startSmoothScroll(linearSmoothScroller); in smoothScrollTest()