Home
last modified time | relevance | path

Searched refs:sourceValuePositive (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/res/
H A DFontScaleConverter.java91 final float sourceValuePositive = Math.abs(sourceValue); in lookupAndInterpolate() local
96 final int index = Arrays.binarySearch(sourceValues, sourceValuePositive); in lookupAndInterpolate()
132 * MathUtils.constrainedMap(startDp, endDp, startSp, endSp, sourceValuePositive); in lookupAndInterpolate()