Home | History | Annotate | Download | only in common

Lines Matching defs:OverScroller

31 public class OverScroller {
46 * Creates an OverScroller with a viscous fluid scroll interpolator and flywheel.
49 public OverScroller(Context context) {
54 * Creates an OverScroller with flywheel enabled.
59 public OverScroller(Context context, Interpolator interpolator) {
64 * Creates an OverScroller.
71 public OverScroller(Context context, Interpolator interpolator, boolean flywheel) {
81 * Creates an OverScroller with flywheel enabled.
90 * !deprecated Use {!link #OverScroller(Context, Interpolator, boolean)} instead.
92 public OverScroller(Context context, Interpolator interpolator,
98 * Creates an OverScroller.
108 * !deprecated Use {!link OverScroller(Context, Interpolator, boolean)} instead.
110 public OverScroller(Context context, Interpolator interpolator,
258 * @deprecated OverScroller's final position may change during an animation.
276 * @deprecated OverScroller's final position may change during an animation.
821 Log.e("OverScroller", "startAfterEdge called from a valid position");