Searched refs:flywheel (Results 1 - 3 of 3) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
H A DOverScrollerSGV.java51 * Creates an OverScroller with a viscous fluid scroll interpolator and flywheel.
59 * Creates an OverScroller with flywheel enabled.
73 * @param flywheel If true, successive fling motions will keep on increasing scroll speed.
76 public OverScrollerSGV(Context context, Interpolator interpolator, boolean flywheel) { argument
78 mFlywheel = flywheel;
84 * Creates an OverScroller with flywheel enabled.
110 * @param flywheel If true, successive fling motions will keep on increasing scroll speed.
114 float bounceCoefficientX, float bounceCoefficientY, boolean flywheel) {
115 this(context, interpolator, flywheel);
113 OverScrollerSGV(Context context, Interpolator interpolator, float bounceCoefficientX, float bounceCoefficientY, boolean flywheel) argument
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DOverScroller.java47 * Creates an OverScroller with a viscous fluid scroll interpolator and flywheel.
55 * Creates an OverScroller with flywheel enabled.
69 * @param flywheel If true, successive fling motions will keep on increasing scroll speed.
72 public OverScroller(Context context, Interpolator interpolator, boolean flywheel) { argument
74 mFlywheel = flywheel;
82 * Creates an OverScroller with flywheel enabled.
108 * @param flywheel If true, successive fling motions will keep on increasing scroll speed.
112 float bounceCoefficientX, float bounceCoefficientY, boolean flywheel) {
113 this(context, interpolator, flywheel);
111 OverScroller(Context context, Interpolator interpolator, float bounceCoefficientX, float bounceCoefficientY, boolean flywheel) argument
H A DScroller.java124 * not to support progressive "flywheel" behavior in flinging.
126 public Scroller(Context context, Interpolator interpolator, boolean flywheel) { argument
131 mFlywheel = flywheel;

Completed in 96 milliseconds