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

/frameworks/base/core/java/android/widget/
H A DOverScroller.java88 * @param bounceCoefficientX A value between 0 and 1 that will determine the proportion of the
91 * @param bounceCoefficientY Same as bounceCoefficientX but for the vertical direction. This
96 float bounceCoefficientX, float bounceCoefficientY) {
105 * @param bounceCoefficientX A value between 0 and 1 that will determine the proportion of the
108 * @param bounceCoefficientY Same as bounceCoefficientX but for the vertical direction. This
114 float bounceCoefficientX, float bounceCoefficientY, boolean flywheel) {
95 OverScroller(Context context, Interpolator interpolator, float bounceCoefficientX, float bounceCoefficientY) argument
113 OverScroller(Context context, Interpolator interpolator, float bounceCoefficientX, float bounceCoefficientY, boolean flywheel) argument

Completed in 180 milliseconds