Home | History | Annotate | Download | only in common

Lines Matching defs:OverScroller

32 public class OverScroller {
47 * Creates an OverScroller with a viscous fluid scroll interpolator and flywheel.
50 public OverScroller(Context context) {
55 * Creates an OverScroller with flywheel enabled.
60 public OverScroller(Context context, Interpolator interpolator) {
65 * Creates an OverScroller.
72 public OverScroller(Context context, Interpolator interpolator, boolean flywheel) {
82 * Creates an OverScroller with flywheel enabled.
91 * !deprecated Use {!link #OverScroller(Context, Interpolator, boolean)} instead.
93 public OverScroller(Context context, Interpolator interpolator,
99 * Creates an OverScroller.
109 * !deprecated Use {!link OverScroller(Context, Interpolator, boolean)} instead.
111 public OverScroller(Context context, Interpolator interpolator,
261 * @deprecated OverScroller's final position may change during an animation.
279 * @deprecated OverScroller's final position may change during an animation.
824 Log.e("OverScroller", "startAfterEdge called from a valid position");