Searched refs:LinearSmoothScroller (Results 1 - 9 of 9) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DSnapHelper.java206 * @return a {@link LinearSmoothScroller} which will handle the scrolling.
209 protected LinearSmoothScroller createSnapScroller(LayoutManager layoutManager) {
213 return new LinearSmoothScroller(mRecyclerView.getContext()) {
H A DLinearSmoothScroller.java38 public class LinearSmoothScroller extends RecyclerView.SmoothScroller { class in inherits:RecyclerView.SmoothScroller
40 private static final String TAG = "LinearSmoothScroller";
95 public LinearSmoothScroller(Context context) { method in class:LinearSmoothScroller
H A DPagerSnapHelper.java122 protected LinearSmoothScroller createSnapScroller(RecyclerView.LayoutManager layoutManager) {
126 return new LinearSmoothScroller(mRecyclerView.getContext()) {
H A DLinearLayoutManager.java444 LinearSmoothScroller linearSmoothScroller =
445 new LinearSmoothScroller(recyclerView.getContext());
H A DStaggeredGridLayoutManager.java2033 LinearSmoothScroller scroller = new LinearSmoothScroller(recyclerView.getContext());
/frameworks/base/core/java/com/android/internal/widget/
H A DLinearSmoothScroller.java38 public class LinearSmoothScroller extends RecyclerView.SmoothScroller { class in inherits:RecyclerView.SmoothScroller
40 private static final String TAG = "LinearSmoothScroller";
95 public LinearSmoothScroller(Context context) { method in class:LinearSmoothScroller
H A DLinearLayoutManager.java440 LinearSmoothScroller linearSmoothScroller =
441 new LinearSmoothScroller(recyclerView.getContext());
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewLayoutTest.java2404 final LinearSmoothScroller[] lss = new LinearSmoothScroller[1];
2440 LinearSmoothScroller linearSmoothScroller =
2441 new LinearSmoothScroller(recyclerView.getContext()) {
4270 new LinearSmoothScroller(recyclerView.getContext()) {
4378 new LinearSmoothScroller(recyclerView.getContext()) {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java33 import android.support.v7.widget.LinearSmoothScroller;
197 abstract class GridLinearSmoothScroller extends LinearSmoothScroller {
266 // -2 is a target position that LinearSmoothScroller can never find until
476 * LinearSmoothScroller that consume pending DPAD movements.
2659 LinearSmoothScroller linearSmoothScroller = new GridLinearSmoothScroller() {

Completed in 448 milliseconds