Searched defs:bounceCoefficientX (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DOverScroller.java85 * @param bounceCoefficientX A value between 0 and 1 that will determine the proportion of the
88 * @param bounceCoefficientY Same as bounceCoefficientX but for the vertical direction. This
93 float bounceCoefficientX, float bounceCoefficientY) {
102 * @param bounceCoefficientX A value between 0 and 1 that will determine the proportion of the
105 * @param bounceCoefficientY Same as bounceCoefficientX but for the vertical direction. This
111 float bounceCoefficientX, float bounceCoefficientY, boolean flywheel) {
92 OverScroller(Context context, Interpolator interpolator, float bounceCoefficientX, float bounceCoefficientY) argument
110 OverScroller(Context context, Interpolator interpolator, float bounceCoefficientX, float bounceCoefficientY, boolean flywheel) argument

Completed in 92 milliseconds