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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearSmoothScroller.java33 abstract public class LinearSmoothScroller extends RecyclerView.SmoothScroller { class in inherits:RecyclerView.SmoothScroller
35 private static final String TAG = "LinearSmoothScroller";
90 public LinearSmoothScroller(Context context) { method in class:LinearSmoothScroller
H A DLinearLayoutManager.java425 LinearSmoothScroller linearSmoothScroller =
426 new LinearSmoothScroller(recyclerView.getContext()) {
H A DStaggeredGridLayoutManager.java1860 LinearSmoothScroller scroller = new LinearSmoothScroller(recyclerView.getContext()) {
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewLayoutTest.java1290 final LinearSmoothScroller[] lss = new LinearSmoothScroller[1];
1326 LinearSmoothScroller linearSmoothScroller =
1327 new LinearSmoothScroller(recyclerView.getContext()) {
3032 new LinearSmoothScroller(recyclerView.getContext()) {
3098 new LinearSmoothScroller(recyclerView.getContext()) {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java27 import android.support.v7.widget.LinearSmoothScroller;
195 abstract class GridLinearSmoothScroller extends LinearSmoothScroller {
237 // -2 is a target position that LinearSmoothScroller can never find until
424 * LinearSmoothScroller that consume pending DPAD movements.
2136 LinearSmoothScroller linearSmoothScroller = new GridLinearSmoothScroller() {

Completed in 176 milliseconds