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

/frameworks/support/core-ui/java/android/support/v4/widget/
H A DAutoScrollHelper.java105 public static final float NO_MIN = 0; field in class:AutoScrollHelper
163 private float[] mMinimumVelocity = new float[] { NO_MIN, NO_MIN };
305 * {@link #NO_MIN} to leave the relative value unconstrained.
307 * {@link #NO_MIN} to leave the relative value unconstrained.
606 final float edgeSize = constrain(relativeValue * size, NO_MIN, maxValue);
/frameworks/base/core/java/com/android/internal/widget/
H A DAutoScrollHelper.java105 public static final float NO_MIN = 0; field in class:AutoScrollHelper
163 private float[] mMinimumVelocity = new float[] { NO_MIN, NO_MIN };
305 * {@link #NO_MIN} to leave the relative value unconstrained.
307 * {@link #NO_MIN} to leave the relative value unconstrained.
606 final float edgeSize = constrain(relativeValue * size, NO_MIN, maxValue);

Completed in 155 milliseconds