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

/frameworks/support/core-ui/java/android/support/v4/widget/
H A DAutoScrollHelper.java597 * @param relativeValue The size of the inset relative to the total size.
604 private float getEdgeValue(float relativeValue, float size, float maxValue, float current) { argument
606 final float edgeSize = constrain(relativeValue * size, NO_MIN, maxValue);
/frameworks/base/core/java/com/android/internal/widget/
H A DAutoScrollHelper.java597 * @param relativeValue The size of the inset relative to the total size.
604 private float getEdgeValue(float relativeValue, float size, float maxValue, float current) { argument
606 final float edgeSize = constrain(relativeValue * size, NO_MIN, maxValue);

Completed in 2512 milliseconds