Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DFontScaleConverterImpl.java59 public FontScaleConverterImpl(@NonNull float[] fromSp, @NonNull float[] toDp) { in FontScaleConverterImpl() argument
60 if (fromSp.length != toDp.length || fromSp.length == 0) { in FontScaleConverterImpl()
64 mFromSpValues = fromSp; in FontScaleConverterImpl()
/frameworks/base/tools/fonts/
Dfont-scaling-array-generator.js145 fromSp: sp,
178 const itemsFromSp = currentScaleArray.items.map(d => d.fromSp)