Searched refs:linearSmoothScroller (Results 1 – 3 of 3) sorted by relevance
2286 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;
426 LinearSmoothScroller linearSmoothScroller = in smoothScrollToPosition() local434 linearSmoothScroller.setTargetPosition(position); in smoothScrollToPosition()435 startSmoothScroll(linearSmoothScroller); in smoothScrollToPosition()
2127 LinearSmoothScroller linearSmoothScroller = in smoothScrollTest()2146 linearSmoothScroller.setTargetPosition(position); in smoothScrollTest()2147 lss[0] = linearSmoothScroller; in smoothScrollTest()2148 startSmoothScroll(linearSmoothScroller); in smoothScrollTest()