Searched refs:fromSp (Results 1 – 2 of 2) sorted by relevance
59 public FontScaleConverterImpl(@NonNull float[] fromSp, @NonNull float[] toDp) { in FontScaleConverterImpl() argument60 if (fromSp.length != toDp.length || fromSp.length == 0) { in FontScaleConverterImpl()64 mFromSpValues = fromSp; in FontScaleConverterImpl()
145 fromSp: sp,178 const itemsFromSp = currentScaleArray.items.map(d => d.fromSp)