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.java2286 LinearSmoothScroller linearSmoothScroller = new GridLinearSmoothScroller() {
2306 linearSmoothScroller.setTargetPosition(position);
2307 startSmoothScroll(linearSmoothScroller);
2317 PendingMoveSmoothScroller linearSmoothScroller = new PendingMoveSmoothScroller(
2320 startSmoothScroll(linearSmoothScroller);
2321 if (linearSmoothScroller.isRunning()) {
2322 mPendingMoveSmoothScroller = linearSmoothScroller;
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DLinearLayoutManager.java426 LinearSmoothScroller linearSmoothScroller = in smoothScrollToPosition() local
434 linearSmoothScroller.setTargetPosition(position); in smoothScrollToPosition()
435 startSmoothScroll(linearSmoothScroller); in smoothScrollToPosition()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewLayoutTest.java2127 LinearSmoothScroller linearSmoothScroller = in smoothScrollTest()
2146 linearSmoothScroller.setTargetPosition(position); in smoothScrollTest()
2147 lss[0] = linearSmoothScroller; in smoothScrollTest()
2148 startSmoothScroll(linearSmoothScroller); in smoothScrollTest()