Searched refs:setMinimumVelocity (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v4/java/android/support/v4/widget/
H A DAutoScrollHelper.java76 * {@link #setMinimumVelocity}. When set, scrolling will accelerate to the
94 * or {@link #setMinimumVelocity}. Using this value ensures that the
102 * {@link #setMaximumVelocity}, or {@link #setMinimumVelocity}. Using this
216 setMinimumVelocity(minVelocity, minVelocity);
311 public AutoScrollHelper setMinimumVelocity(float horizontalMin, float verticalMin) { method in class:AutoScrollHelper
/frameworks/base/core/java/com/android/internal/widget/
H A DAutoScrollHelper.java75 * {@link #setMinimumVelocity}. When set, scrolling will accelerate to the
93 * or {@link #setMinimumVelocity}. Using this value ensures that the
101 * {@link #setMaximumVelocity}, or {@link #setMinimumVelocity}. Using this
215 setMinimumVelocity(minVelocity, minVelocity);
310 public AutoScrollHelper setMinimumVelocity(float horizontalMin, float verticalMin) { method in class:AutoScrollHelper

Completed in 319 milliseconds