Searched defs:toDp (Results 1 – 3 of 3) sorted by relevance
61 public FontScaleConverterImpl(@NonNull float[] fromSp, @NonNull float[] toDp) { in FontScaleConverterImpl()
192 fun Int.toDp(context: Context): Int { in toDp() method
231 private fun Int.toDp(context: Context): Dp { in <lambda>() method