Searched refs:Scroller (Results 1 – 8 of 8) sorted by relevance
24 import android.widget.Scroller;55 private final Scroller mScroller;66 mScroller = new Scroller(context); in ScrollKeyboardView()77 final Scroller scroller = mScroller;
35 public class Scroller { class107 public Scroller(Context context) { in Scroller() method in Scroller116 public Scroller(Context context, Interpolator interpolator) { in Scroller() method in Scroller126 public Scroller(Context context, Interpolator interpolator, boolean flywheel) { in Scroller() method in Scroller
310 q = Scroller.viscousFluid(q); in computeScrollOffset()
40 import android.widget.Scroller;141 private Scroller mScroller = null;335 mScroller = new Scroller(getContext()); in onFling()435 mScroller = new Scroller(getContext()); in ensureVisible()440 mScroller = new Scroller(getContext()); in ensureVisible()
22 import android.widget.Scroller;105 mScroller = new Scroller(getContext(), mScrollInterpolator); in init()
43 import android.widget.Scroller;94 protected Scroller mScroller;236 mScroller = new Scroller(getContext(), new ScrollInterpolator()); in init()
22 import android.widget.Scroller;131 private Scroller mFilmScroller;214 mFilmScroller = new Scroller(context, null, false); in PositionController()
38 import android.widget.Scroller;2483 private final Scroller mScroller;2536 mScroller = new Scroller(ctx);