Home | History | Annotate | Download | only in widget

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) {
84 * Creates an OverScroller with flywheel enabled.
93 * !deprecated Use {!link #OverScroller(Context, Interpolator, boolean)} instead.
95 public OverScroller(Context context, Interpolator interpolator,
101 * Creates an OverScroller.
111 * !deprecated Use {!link OverScroller(Context, Interpolator, boolean)} instead.
113 public OverScroller(Context context, Interpolator interpolator,
267 * @deprecated OverScroller's final position may change during an animation.
285 * @deprecated OverScroller's final position may change during an animation.
820 Log.e("OverScroller", "startAfterEdge called from a valid position");