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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DSnapHelper.java220 * @return a {@link LinearSmoothScroller} which will handle the scrolling.
225 protected LinearSmoothScroller createSnapScroller(LayoutManager layoutManager) {
229 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.java446 LinearSmoothScroller linearSmoothScroller =
447 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.java2510 final LinearSmoothScroller[] lss = new LinearSmoothScroller[1];
2546 LinearSmoothScroller linearSmoothScroller =
2547 new LinearSmoothScroller(recyclerView.getContext()) {
4376 new LinearSmoothScroller(recyclerView.getContext()) {
4484 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
477 * LinearSmoothScroller that consume pending DPAD movements.
2634 LinearSmoothScroller linearSmoothScroller = new GridLinearSmoothScroller() {

Completed in 270 milliseconds