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

/frameworks/support/core-ui/java/android/support/v4/widget/
H A DAutoScrollHelper.java72 * <li>Target velocity relative to view size, see {@link #setRelativeVelocity}.
86 * {@link #setRelativeVelocity}. Using this value ensures that the computed
220 setRelativeVelocity(DEFAULT_RELATIVE_VELOCITY, DEFAULT_RELATIVE_VELOCITY);
331 public AutoScrollHelper setRelativeVelocity(float horizontal, float vertical) { method in class:AutoScrollHelper
/frameworks/base/core/java/com/android/internal/widget/
H A DAutoScrollHelper.java72 * <li>Target velocity relative to view size, see {@link #setRelativeVelocity}.
86 * {@link #setRelativeVelocity}. Using this value ensures that the computed
220 setRelativeVelocity(DEFAULT_RELATIVE_VELOCITY, DEFAULT_RELATIVE_VELOCITY);
331 public AutoScrollHelper setRelativeVelocity(float horizontal, float vertical) { method in class:AutoScrollHelper

Completed in 32 milliseconds