Searched defs:relativeValue (Results 1 - 2 of 2) sorted by path

/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);
/frameworks/support/v4/java/android/support/v4/widget/
H A DAutoScrollHelper.java598 * @param relativeValue The size of the inset relative to the total size.
605 private float getEdgeValue(float relativeValue, float size, float maxValue, float current) { argument
607 final float edgeSize = constrain(relativeValue * size, NO_MIN, maxValue);

Completed in 115 milliseconds