Searched refs:dpiFromPx (Results 1 – 3 of 3) sorted by relevance
44 float smallestWidth = dpiFromPx(Math.min(bounds.width(), bounds.height()), in isLargeScreen()49 private static float dpiFromPx(float size, int densityDpi) { in dpiFromPx() method in LargeScreenSettings
134 dpiFromPx( in <lambda>()146 private fun dpiFromPx(size: Float, densityDpi: Int): Float { in dpiFromPx() method
149 float smallestWidth = dpiFromPx(Math.min(bounds.width(), bounds.height()), in isLargeScreen()154 public static float dpiFromPx(float size, int densityDpi) { in dpiFromPx() method in Utilities